Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Nov 24, 2020
1 parent 58df0f2 commit 8b01673
Show file tree
Hide file tree
Showing 21 changed files with 1,317 additions and 1,407 deletions.
9 changes: 2 additions & 7 deletions composer.json
Expand Up @@ -14,7 +14,7 @@
"nojimage/twitter-text-php": "3.1.1"
},
"require-dev": {
"automattic/jetpack-codesniffer": "@dev",
"automattic/jetpack-codesniffer": "^2.0",
"dealerdirect/phpcodesniffer-composer-installer": "0.7.0",
"php-parallel-lint/php-parallel-lint": "1.2.0",
"sirbrillig/phpcs-changed": "2.5.1"
Expand All @@ -27,12 +27,7 @@
"php:lint:errors": "vendor/bin/phpcs -p -s --runtime-set ignore_warnings_on_exit 1",
"php:requirelist": "node bin/phpcs-requirelist-commands.js"
},
"repositories": [
{
"type": "path",
"url": "./packages/*"
}
],
"repositories": [],
"autoload": {
"classmap": [
"src"
Expand Down
4 changes: 2 additions & 2 deletions jetpack.php
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.2-alpha
* Version: 9.2-beta
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand All @@ -16,7 +16,7 @@

define( 'JETPACK__MINIMUM_WP_VERSION', '5.5' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
define( 'JETPACK__VERSION', '9.2-alpha' );
define( 'JETPACK__VERSION', '9.2-beta' );

/**
* Constant used to fetch the connection owner token
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Expand Up @@ -4,4 +4,4 @@

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

return ComposerAutoloaderInitf4b7b70b114e3d14b34ab30f33a9a084::getLoader();
return ComposerAutoloaderInit322320f583925c267e07d92b1da9a1a8::getLoader();
2 changes: 1 addition & 1 deletion vendor/autoload_packages.php
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf4b7b70b114e3d14b34ab30f33a9a084;
namespace Automattic\Jetpack\Autoloader\jp322320f583925c267e07d92b1da9a1a8;

// phpcs:ignore

Expand Down

0 comments on commit 8b01673

Please sign in to comment.