Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Jul 28, 2020
1 parent 4db59c0 commit 9a5d625
Show file tree
Hide file tree
Showing 17 changed files with 416 additions and 353 deletions.
Binary file removed _inc/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://jetpack.com
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
* Author: Automattic
* Version: 8.8-alpha
* Version: 8.8-beta
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand All @@ -16,7 +16,7 @@

define( 'JETPACK__MINIMUM_WP_VERSION', '5.4' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
define( 'JETPACK__VERSION', '8.8-alpha' );
define( 'JETPACK__VERSION', '8.8-beta' );
define( 'JETPACK_MASTER_USER', true );
define( 'JETPACK__API_VERSION', 1 );
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Expand Down
Binary file removed modules/sharedaddy/.DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions modules/wordads/css/wordads-ccpa.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitec50fc730d7a70a124d0993f4bcf4cc0::getLoader();
return ComposerAutoloaderInita1cf167ef5e387ea89213c61d2181e66::getLoader();
2 changes: 1 addition & 1 deletion vendor/autoload_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp9eb7bba4b0ad0f58d426a1a37d846e0d;
namespace Automattic\Jetpack\Autoloader\jpf2d0d50b43fdfff1554c2343c2d42a4b;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload_packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp9eb7bba4b0ad0f58d426a1a37d846e0d;
namespace Automattic\Jetpack\Autoloader\jpf2d0d50b43fdfff1554c2343c2d42a4b;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/class-autoloader-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp9eb7bba4b0ad0f58d426a1a37d846e0d;
namespace Automattic\Jetpack\Autoloader\jpf2d0d50b43fdfff1554c2343c2d42a4b;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/class-classes-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp9eb7bba4b0ad0f58d426a1a37d846e0d;
namespace Automattic\Jetpack\Autoloader\jpf2d0d50b43fdfff1554c2343c2d42a4b;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/class-files-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp9eb7bba4b0ad0f58d426a1a37d846e0d;
namespace Automattic\Jetpack\Autoloader\jpf2d0d50b43fdfff1554c2343c2d42a4b;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/class-plugins-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp9eb7bba4b0ad0f58d426a1a37d846e0d;
namespace Automattic\Jetpack\Autoloader\jpf2d0d50b43fdfff1554c2343c2d42a4b;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/class-version-selector.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp9eb7bba4b0ad0f58d426a1a37d846e0d;
namespace Automattic\Jetpack\Autoloader\jpf2d0d50b43fdfff1554c2343c2d42a4b;

// phpcs:ignore

Expand Down
14 changes: 7 additions & 7 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitec50fc730d7a70a124d0993f4bcf4cc0
class ComposerAutoloaderInita1cf167ef5e387ea89213c61d2181e66
{
private static $loader;

Expand All @@ -22,15 +22,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInitec50fc730d7a70a124d0993f4bcf4cc0', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInita1cf167ef5e387ea89213c61d2181e66', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInitec50fc730d7a70a124d0993f4bcf4cc0', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInita1cf167ef5e387ea89213c61d2181e66', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInitec50fc730d7a70a124d0993f4bcf4cc0::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInita1cf167ef5e387ea89213c61d2181e66::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand All @@ -42,19 +42,19 @@ public static function getLoader()
$loader->register(true);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInitec50fc730d7a70a124d0993f4bcf4cc0::$files;
$includeFiles = Composer\Autoload\ComposerStaticInita1cf167ef5e387ea89213c61d2181e66::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequireec50fc730d7a70a124d0993f4bcf4cc0($fileIdentifier, $file);
composerRequirea1cf167ef5e387ea89213c61d2181e66($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequireec50fc730d7a70a124d0993f4bcf4cc0($fileIdentifier, $file)
function composerRequirea1cf167ef5e387ea89213c61d2181e66($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitec50fc730d7a70a124d0993f4bcf4cc0
class ComposerStaticInita1cf167ef5e387ea89213c61d2181e66
{
public static $files = array (
'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
Expand Down Expand Up @@ -119,9 +119,9 @@ class ComposerStaticInitec50fc730d7a70a124d0993f4bcf4cc0
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitec50fc730d7a70a124d0993f4bcf4cc0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitec50fc730d7a70a124d0993f4bcf4cc0::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitec50fc730d7a70a124d0993f4bcf4cc0::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInita1cf167ef5e387ea89213c61d2181e66::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita1cf167ef5e387ea89213c61d2181e66::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInita1cf167ef5e387ea89213c61d2181e66::$classMap;

}, null, ClassLoader::class);
}
Expand Down
Loading

0 comments on commit 9a5d625

Please sign in to comment.