diff --git a/_inc/jetpack-strings.php b/_inc/jetpack-strings.php index 33db3dfa688bf..9378f79f00e80 100644 --- a/_inc/jetpack-strings.php +++ b/_inc/jetpack-strings.php @@ -421,6 +421,16 @@ __( "Explore our Jetpack plans", "jetpack" ), // _inc/client/plans-prompt/index.jsx:30 __( "Now that you're set up, pick a plan that fits your needs.", "jetpack" ), // _inc/client/plans-prompt/index.jsx:32 __( "Start with free", "jetpack" ), // _inc/client/plans-prompt/index.jsx:48 +__( "Setting up", "jetpack" ), // _inc/client/pro-status/index.jsx:80 +__( "Action needed", "jetpack" ), // _inc/client/pro-status/index.jsx:85 +__( "Connected", "jetpack" ), // _inc/client/pro-status/index.jsx:90 +_x( "Threats", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:106 +_x( "See threats", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:110 +_x( "Secure", "Short message informing user that the site is secure.", "jetpack" ), // _inc/client/pro-status/index.jsx:122 +__( "ACTIVE", "jetpack" ), // _inc/client/pro-status/index.jsx:136 +_x( "Set up", "Caption for a button to set up a feature.", "jetpack" ), // _inc/client/pro-status/index.jsx:172 +_n( "Threat", "Threats", 1, "jetpack" ), // _inc/client/pro-status/index.jsx:237 +__( "Action needed", "jetpack" ), // _inc/client/pro-status/index.jsx:249 _x( "privacy", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:69 _x( "tracks", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:70 _x( "data", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:71 @@ -433,16 +443,6 @@ __( "This information helps us improve our products, make marketing to you more relevant, personalize your WordPress.com experience, and more as detailed in our {{pp}}privacy policy{{/pp}}.", "jetpack" ), // _inc/client/privacy/index.jsx:140 __( "We use other tracking tools, including some from third parties. {{cookiePolicyLink}}Read about these{{/cookiePolicyLink}} and how to control them.", "jetpack" ), // _inc/client/privacy/index.jsx:157 __( "For more information on how specific Jetpack features use data and track activity, please refer to our {{privacyCenterLink}}Privacy Center{{/privacyCenterLink}}.", "jetpack" ), // _inc/client/privacy/index.jsx:175 -__( "Setting up", "jetpack" ), // _inc/client/pro-status/index.jsx:80 -__( "Action needed", "jetpack" ), // _inc/client/pro-status/index.jsx:85 -__( "Connected", "jetpack" ), // _inc/client/pro-status/index.jsx:90 -_x( "Threats", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:106 -_x( "See threats", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:110 -_x( "Secure", "Short message informing user that the site is secure.", "jetpack" ), // _inc/client/pro-status/index.jsx:122 -__( "ACTIVE", "jetpack" ), // _inc/client/pro-status/index.jsx:136 -_x( "Set up", "Caption for a button to set up a feature.", "jetpack" ), // _inc/client/pro-status/index.jsx:172 -_n( "Threat", "Threats", 1, "jetpack" ), // _inc/client/pro-status/index.jsx:237 -__( "Action needed", "jetpack" ), // _inc/client/pro-status/index.jsx:249 __( "Activate", "jetpack" ), // _inc/client/searchable-modules/index.jsx:61 __( "Checking your spam protection…", "jetpack" ), // _inc/client/security/antispam.jsx:88 __( "Fetching key…", "jetpack" ), // _inc/client/security/antispam.jsx:92 diff --git a/jetpack.php b/jetpack.php index b3176b6cf720b..82630f64c814d 100644 --- a/jetpack.php +++ b/jetpack.php @@ -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.6-beta2 + * Version: 8.6 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -15,7 +15,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '5.3' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' ); -define( 'JETPACK__VERSION', '8.6-beta2' ); +define( 'JETPACK__VERSION', '8.6' ); define( 'JETPACK_MASTER_USER', true ); define( 'JETPACK__API_VERSION', 1 ); define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); diff --git a/vendor/autoload.php b/vendor/autoload.php index eb59ba5fc5776..6fc07b07527ea 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit47a888e14fa8742b36c67be9b07bf47d::getLoader(); +return ComposerAutoloaderInit70a5da5fb502b46404ec2aa516d71d2b::getLoader(); diff --git a/vendor/autoload_packages.php b/vendor/autoload_packages.php index 7f34e9d9ff98b..3911c3131a3fe 100644 --- a/vendor/autoload_packages.php +++ b/vendor/autoload_packages.php @@ -179,7 +179,7 @@ function autoloader( $class_name ) { /** * Prepare all the classes for autoloading. */ -function enqueue_packages_18d2c38a481ce1cd94dedeeef13ea38e() { +function enqueue_packages_a1b028b4d2789b9ea4bf96651897b7c9() { $class_map = require_once dirname( __FILE__ ) . '/composer/autoload_classmap_package.php'; foreach ( $class_map as $class_name => $class_info ) { enqueue_package_class( $class_name, $class_info['version'], $class_info['path'] ); @@ -203,4 +203,4 @@ function enqueue_packages_18d2c38a481ce1cd94dedeeef13ea38e() { file_loader(); // Either WordPress is not loaded or plugin is doing it wrong. Either way we'll load the files so nothing breaks. } } -enqueue_packages_18d2c38a481ce1cd94dedeeef13ea38e(); +enqueue_packages_a1b028b4d2789b9ea4bf96651897b7c9(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 084ddab5a2ccf..dc0feb3f7f83f 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit47a888e14fa8742b36c67be9b07bf47d +class ComposerAutoloaderInit70a5da5fb502b46404ec2aa516d71d2b { private static $loader; @@ -22,15 +22,15 @@ public static function getLoader() return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit47a888e14fa8742b36c67be9b07bf47d', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit70a5da5fb502b46404ec2aa516d71d2b', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInit47a888e14fa8742b36c67be9b07bf47d', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit70a5da5fb502b46404ec2aa516d71d2b', '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\ComposerStaticInit47a888e14fa8742b36c67be9b07bf47d::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit70a5da5fb502b46404ec2aa516d71d2b::getInitializer($loader)); } else { $classMap = require __DIR__ . '/autoload_classmap.php'; if ($classMap) { @@ -42,19 +42,19 @@ public static function getLoader() $loader->register(true); if ($useStaticLoader) { - $includeFiles = Composer\Autoload\ComposerStaticInit47a888e14fa8742b36c67be9b07bf47d::$files; + $includeFiles = Composer\Autoload\ComposerStaticInit70a5da5fb502b46404ec2aa516d71d2b::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { - composerRequire47a888e14fa8742b36c67be9b07bf47d($fileIdentifier, $file); + composerRequire70a5da5fb502b46404ec2aa516d71d2b($fileIdentifier, $file); } return $loader; } } -function composerRequire47a888e14fa8742b36c67be9b07bf47d($fileIdentifier, $file) +function composerRequire70a5da5fb502b46404ec2aa516d71d2b($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 7a96fe845b867..54af206622b98 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit47a888e14fa8742b36c67be9b07bf47d +class ComposerStaticInit70a5da5fb502b46404ec2aa516d71d2b { public static $files = array ( 'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php', @@ -114,9 +114,9 @@ class ComposerStaticInit47a888e14fa8742b36c67be9b07bf47d public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit47a888e14fa8742b36c67be9b07bf47d::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit47a888e14fa8742b36c67be9b07bf47d::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit47a888e14fa8742b36c67be9b07bf47d::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit70a5da5fb502b46404ec2aa516d71d2b::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit70a5da5fb502b46404ec2aa516d71d2b::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit70a5da5fb502b46404ec2aa516d71d2b::$classMap; }, null, ClassLoader::class); }