Skip to content

Commit

Permalink
Update with 10.5 version number
Browse files Browse the repository at this point in the history
  • Loading branch information
samiff authored and matticbot committed Jan 11, 2022
1 parent 49c456d commit 57f34eb
Show file tree
Hide file tree
Showing 23 changed files with 44 additions and 50 deletions.
20 changes: 6 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,7 @@

### This is a list detailing changes for all Jetpack releases.

## 10.6-a.0 - unreleased

This is an alpha version! The changes listed here are not final.

### Bug fixes
- Security: PDF embeds now only display a link, to avoid issues with malicious PDFss that may run arbitrary code.
- Widget Visibility: Fix "Match All" setting being overwritten on save in the block widget editor.

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- AAG upgrade banner: do not display on WoA sites
- Admin Page: remove CRM card for now.
- Fix modules using `this` to mean `window`.

## 10.5-beta - 2022-01-04
## 10.5 - 2022-01-11
### Enhancements
- Print Styles: additional interactive elements are now hidden when printing posts (e.g. Likes, Recommended Posts, Share this).
- VideoPress: add "allow download" option on videos to allow viewers to download the video.
Expand All @@ -36,21 +23,26 @@ This is an alpha version! The changes listed here are not final.
- Jetpack: activate the default modules when the site has already been connected before plugin activation.
- Jetpack: do not display recommendations during an identity crisis.
- Search: fix styling conflict for Blank Canvas theme.
- Security: PDF embeds now only display a link, to avoid issues with malicious PDFss that may run arbitrary code.
- Settings menu: add Jetpack item for sites with Scan product.
- Sharing Buttons: rely on official sharing buttons only for Facebook share counts.
- Stats: do not trigger views when post is embedded into another site.
- VideoPress: reload embed preview on creation until the video size is known.
- Vimeo Embeds: support more URL formats, such as videos in playlists.
- WhatsApp block: fix country code for Cyprus.
- Widget Visibility: fix "Match All" setting being overwritten on save in the block widget editor.

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- AAG upgrade banner: do not display on WoA sites
- Add get_current_plan() to the WPcom_Admin_Menu.
- Admin Page: remove CRM card for now.
- Dashboard: add Jetpack Security Bundle upsell to AAG.
- Dashboard: add new cards to AAG Dashboard for Boost and CRM plugins.
- Dashboard: updates the Apps card on the At a Glance page to display links to the Jetpack mobile apps.
- E2E tests: update readme docs.
- E2E tests renovate: bump dependencies.
- Fix a legacy sync test in PHPUnit 9.5.
- Fix modules using `this` to mean `window`.
- Hide irrelevant menu items for P2 sites
- Instant Search: Add missing translator comments and use ordered placeholders in JS sprintf.
- Janitorial: fix phpcs warnings in multiple widget files.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta"
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5"
},
"extra": {
"mirror-repo": "Automattic/jetpack-production",
Expand Down
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: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
* Author: Automattic
* Version: 10.5-beta
* Version: 10.5
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand Down Expand Up @@ -32,7 +32,7 @@

define( 'JETPACK__MINIMUM_WP_VERSION', '5.8' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
define( 'JETPACK__VERSION', '10.5-beta' );
define( 'JETPACK__VERSION', '10.5' );

/**
* Constant used to fetch the connection owner token
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
'jetpack-assets' => '0.0.0',
'jetpack-tracking' => '0.0.0',
'jetpack-heartbeat' => '0.0.0',
'jetpack-connection' => '0.0.0',
'jetpack-password-checker' => '0.0.0',
'jetpack-idc' => '0.0.0',
'jetpack-backup-pkg' => '0.0.0',
'jetpack-sync' => '0.0.0',
'jetpack-backup-pkg' => '0.0.0',
'jetpack-connection' => '0.0.0',
'jetpack-config' => '0.0.0',
'jetpack-connection-ui' => '0.0.0',
'jetpack-jitm' => '0.0.0',
Expand Down
8 changes: 5 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,13 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file
4. Promote your newest posts, pages, and products across your social media channels.

== Changelog ==
### 10.5-beta - 2022-01-04
### 10.5 - 2022-01-11
#### Enhancements
- Print Styles: additional interactive elements are now hidden when printing posts (e.g. Likes, Recommended Posts, Share this).
- Secure Sign On: add filters for the error text when a local user cannot be found for a given WP.com account and for when SSO is disallowed when on a staging site.
- Subscription Block: add 'Success Message Text' to the block settings.
- VideoPress: add "allow download" option on videos to allow viewers to download the video.
- VideoPress Block: add adaptive progress bar color settings.
- VideoPress Block: add adaptive progress bar color settings
- WordAds: add hook for header ad placement, and allow 'leaderboard' size when displaying an ad widget.

#### Improved compatibility
Expand All @@ -259,6 +259,7 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file
- Pay with PayPal: update the name of the script enqueued when using the Pay with PayPal button as to avoid conflicts with other plugins that may use a similar script tag.
- Pay with PayPal Widget: hide widget from Legacy Widget block.
- Stats: remove legacy option to display a Smiley face used for the tracking pixel since the pixel is hidden by default.
- Twitter Timeline widget: hide widget from the block inserter and Legacy widget block drop-down menu.
- VideoPress: classic block embeds with old flash URLs can now be properly converted to VideoPress blocks.
- VideoPress: hide the dedicated VideoPress embed block in favor of Video block.

Expand All @@ -274,15 +275,16 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file
- Jetpack: do not display recommendations during an identity crisis.
- Milestone widget: fix issue that prevented styles from loading until the widget is saved.
- Search: fix styling conflict for Blank Canvas theme.
- Security: PDF embeds now only display a link, to avoid issues with malicious PDFss that may run arbitrary code.
- Settings menu: add Jetpack item for sites with Scan product.
- Sharing Buttons: rely on official sharing buttons only for Facebook share counts.
- Stats: do not trigger views when post is embedded into another site.
- Twitter Timeline widget: hide widget from the block inserter and Legacy widget block drop-down menu (WPCOM).
- VideoPress: avoid errors when copying and pasting empty video blocks.
- VideoPress: reload embed preview on creation until the video size is known.
- VideoPress Block: maintain the state of different settings panels when reloading the video preview.
- Vimeo Embeds: support more URL formats, such as videos in playlists.
- WhatsApp block: fix country code for Cyprus.
- Widget Visibility: fix "Match All" setting being overwritten on save in the block widget editor.

--------

Expand Down
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 ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta::getLoader();
return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5::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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// 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 ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta
class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5
{
private static $loader;

Expand All @@ -24,15 +24,15 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5', 'loadClassLoader'));

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

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

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta::$files;
$includeFiles = Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequiref11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta($fileIdentifier, $file);
composerRequiref11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequiref11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta($fileIdentifier, $file)
function composerRequiref11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
Expand Down
10 changes: 5 additions & 5 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 ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta
class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5
{
public static $files = array (
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
Expand Down Expand Up @@ -189,10 +189,10 @@ class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta::$prefixesPsr0;
$loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5::$prefixesPsr0;
$loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5::$classMap;

}, null, ClassLoader::class);
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-autoloader-locator.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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-autoloader.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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-container.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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-hook-manager.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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-manifest-reader.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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-path-processor.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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-php-autoloader.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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-plugin-locator.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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-shutdown-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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-version-loader.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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5_beta;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5;

// phpcs:ignore

Expand Down

0 comments on commit 57f34eb

Please sign in to comment.