Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Sep 29, 2020
1 parent a4bf7e7 commit 7e9bebb
Show file tree
Hide file tree
Showing 20 changed files with 527 additions and 545 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: 9.0-alpha
* Version: 9.0-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', '9.0-alpha' );
define( 'JETPACK__VERSION', '9.0-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 ComposerAutoloaderInit89514a4799dd14d0170804ff002f5d99::getLoader();
return ComposerAutoloaderInit7cb257e6635fb3c7a5fab0db44fe431f::getLoader();
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\jp2386b7195ec8039198d8dd6124520c8b;
namespace Automattic\Jetpack\Autoloader\jp927c6cbb46a60ff0e4df20883c726fbc;

// phpcs:ignore

Expand Down
5 changes: 0 additions & 5 deletions vendor/automattic/jetpack-config/src/class-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@

namespace Automattic\Jetpack;

/*
* The Config package does not require the composer packages that
* contain the package classes shown below. The consumer plugin
* must require the corresponding packages to use these features.
*/
use Automattic\Jetpack\Connection\Manager;
use Automattic\Jetpack\JITMS\JITM as JITMS_JITM;
use Automattic\Jetpack\JITM as JITM;
Expand Down

0 comments on commit 7e9bebb

Please sign in to comment.