diff --git a/CHANGELOG.md b/CHANGELOG.md index 9129e4361c..3c74b2f047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,48 +2,46 @@ ### This is a list detailing changes for all Jetpack releases. -## 13.1-a.10 - unreleased - -This is an alpha version! The changes listed here are not final. - -### Enhancements -- Blog Stats Block: allow transforming the Legacy Widget into the new block. -- Gutenberg: Add Blog Stats block. -- Making sharing buttons block visible to all users -- Social: Added recommendation card for the advanced plan -- Top Posts & Pages block: allow transforming the Legacy Widget into the new block. -- Top Posts & Pages block: Remove unnecessary parameters from endpoint. - -### Improved compatibility -- Performance: improve script enqueuing strategies to rely on methods introduced in WordPress 6.3. -- Sitemaps: Use wp_loaded filter hook instead of init filter hook to load the permalinks for the sitemaps, Which will allow plugins and other hooks to load. - -### Bug fixes -- Dashboard: update the Support card to display the right contents depending on the plan or product used on the site. -- WordPress.com REST API: avoid fatal error when receiving error in API response. - -### Other changes -- Add Jetpack Manage banner in the Dashboard -- Admin Interface: remove exception for Import screen on Classic style -- AI Proofread plugin: add feature to the event props -- Fix issue where there are two Jetpack menu items that link users to Jetpack Backup -- Jetpack AI: add loading state to the usage panel. -- Jetpack AI: Build a Calypso URL as the redirect destination for Simple sites after upgrade. -- Jetpack AI: move error handling from top of block to closer the AI Control input. -- Jetpack AI: Use the editor URL as the redirect destination for after-purchase redirect. -- Jetpack Sync: Make media extraction more consistent with regards to getting alt text and image size information -- Remove sharing buttons on Print view. If multiple sharing buttons on the page they all should work. -- Revert the Tools menu to the one in core for the wp-admin interface. -- Sharing: update block markup to simplify output and escape as late as possible. -- Subscriber Login: Allow to add it to the Navigation block -- Subscriber Login: Fix log in URL for simple sites -- Subscriber Login: Move Subscriber Login block to production -- tiled gallery: carousel-image-args.php: Fix PHP warnings from nested arrays in image meta -- Updated package dependencies. -- Update the Jetpack Manage Banner trackEvent target name -- Updating sharing buttons control with color styles settings -- Wordpress.com Tools Menu: Add Github Deployments submenu and gate behind a constant -- wpcom_restapi_copy_theme_plugin_actions: Fix PHP 8.1 fatals related to static calls on non-static +## 13.1-beta - 2024-02-05 +### Enhancements +- Blog Stats Block: allow transforming the Legacy Widget into the new block. [#35408] +- Gutenberg: Add Blog Stats block. [#34557] +- Making sharing buttons block visible to all users [#34553] +- Social: Added recommendation card for the advanced plan [#35244] +- Top Posts & Pages block: allow transforming the Legacy Widget into the new block. [#34717] +- Top Posts & Pages block: Remove unnecessary parameters from endpoint. [#34614] + +### Improved compatibility +- Performance: improve script enqueuing strategies to rely on methods introduced in WordPress 6.3. [#34072] +- Sitemaps: Use wp_loaded filter hook instead of init filter hook to load the permalinks for the sitemaps, Which will allow plugins and other hooks to load. [#34269] + +### Bug fixes +- Dashboard: update the Support card to display the right contents depending on the plan or product used on the site. [#35364] +- WordPress.com REST API: avoid fatal error when receiving error in API response. [#35389] + +### Other changes +- Add Jetpack Manage banner in the Dashboard [#35283] +- Admin Interface: remove exception for Import screen on Classic style [#35258] +- AI Proofread plugin: add feature to the event props [#35370] +- Fix issue where there are two Jetpack menu items that link users to Jetpack Backup [#35387] +- Jetpack AI: add loading state to the usage panel. [#35352] +- Jetpack AI: Build a Calypso URL as the redirect destination for Simple sites after upgrade. [#35376] +- Jetpack AI: move error handling from top of block to closer the AI Control input. [#35322] +- Jetpack AI: Use the editor URL as the redirect destination for after-purchase redirect. [#35263] +- Jetpack Sync: Make media extraction more consistent with regards to getting alt text and image size information [#35369] +- Remove sharing buttons on Print view. If multiple sharing buttons on the page they all should work. [#35382] +- Revert the Tools menu to the one in core for the wp-admin interface. [#35212] +- Sharing: update block markup to simplify output and escape as late as possible. [#35390] +- Subscriber Login: Allow to add it to the Navigation block [#35410] +- Subscriber Login: Fix log in URL for simple sites [#35371] +- Subscriber Login: Move Subscriber Login block to production [#35332] +- tiled gallery: carousel-image-args.php: Fix PHP warnings from nested arrays in image meta [#35317] +- Updated package dependencies. [#35384] +- Updated package dependencies. [#35385] +- Update the Jetpack Manage Banner trackEvent target name [#35378] +- Updating sharing buttons control with color styles settings [#35354] +- Wordpress.com Tools Menu: Add Github Deployments submenu and gate behind a constant [#35350] +- wpcom_restapi_copy_theme_plugin_actions: Fix PHP 8.1 fatals related to static calls on non-static [#35383] ## 13.1-a.9 - 2024-01-29 ### Enhancements diff --git a/composer.json b/composer.json index 4a3715340a..9b823a77ad 100644 --- a/composer.json +++ b/composer.json @@ -14,42 +14,42 @@ "automattic/jetpack-a8c-mc-stats": "^2.0.0", "automattic/jetpack-abtest": "^2.0.0", "automattic/jetpack-admin-ui": "^0.3.2", - "automattic/jetpack-assets": "^2.1.0-alpha", + "automattic/jetpack-assets": "^2.1.0", "automattic/jetpack-autoloader": "^3.0.2", - "automattic/jetpack-backup": "^3.1.2-alpha", - "automattic/jetpack-blaze": "^0.15.3-alpha", + "automattic/jetpack-backup": "^3.1.2", + "automattic/jetpack-blaze": "^0.15.3", "automattic/jetpack-blocks": "^2.0.0", "automattic/jetpack-boost-speed-score": "^0.3.3", "automattic/jetpack-compat": "^2.0.0", "automattic/jetpack-composer-plugin": "^2.0.0", "automattic/jetpack-config": "^2.0.0", - "automattic/jetpack-connection": "^2.3.0-alpha", + "automattic/jetpack-connection": "^2.3.0", "automattic/jetpack-constants": "^2.0.0", "automattic/jetpack-device-detection": "^2.0.1", "automattic/jetpack-error": "^2.0.0", - "automattic/jetpack-forms": "^0.30.3-alpha", + "automattic/jetpack-forms": "^0.30.3", "automattic/jetpack-google-fonts-provider": "^0.7.1", - "automattic/jetpack-identity-crisis": "^0.15.1-alpha", + "automattic/jetpack-identity-crisis": "^0.15.1", "automattic/jetpack-image-cdn": "^0.3.2", "automattic/jetpack-import": "^0.8.1", "automattic/jetpack-ip": "^0.2.1", - "automattic/jetpack-jitm": "^3.0.3-alpha", + "automattic/jetpack-jitm": "^3.0.3", "automattic/jetpack-licensing": "^2.0.1", "automattic/jetpack-logo": "^2.0.0", - "automattic/jetpack-my-jetpack": "^4.8.0-alpha", + "automattic/jetpack-my-jetpack": "^4.8.0", "automattic/jetpack-plugins-installer": "^0.3.1", "automattic/jetpack-post-list": "^0.5.1", - "automattic/jetpack-publicize": "^0.41.0-alpha", + "automattic/jetpack-publicize": "^0.41.0", "automattic/jetpack-redirect": "^2.0.0", "automattic/jetpack-roles": "^2.0.0", - "automattic/jetpack-search": "^0.43.0-alpha", - "automattic/jetpack-stats": "^0.10.0-alpha", - "automattic/jetpack-stats-admin": "^0.15.1", + "automattic/jetpack-search": "^0.43.0", + "automattic/jetpack-stats": "^0.10.0", + "automattic/jetpack-stats-admin": "^0.15.2", "automattic/jetpack-status": "^2.1.0", - "automattic/jetpack-sync": "^2.5.0-alpha", - "automattic/jetpack-videopress": "^0.23.0-alpha", - "automattic/jetpack-waf": "^0.13.0-alpha", - "automattic/jetpack-wordads": "^0.3.7-alpha", + "automattic/jetpack-sync": "^2.5.0", + "automattic/jetpack-videopress": "^0.23.0", + "automattic/jetpack-waf": "^0.13.0", + "automattic/jetpack-wordads": "^0.3.7", "scssphp/scssphp": "1.12.0" }, "require-dev": { @@ -80,6 +80,7 @@ "pnpm run watch" ] }, + "repositories": [], "autoload": { "classmap": [ "src" @@ -92,7 +93,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_1_a_10", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_1_beta", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/jetpack.php b/jetpack.php index e8e2a053ec..ed38db002a 100644 --- a/jetpack.php +++ b/jetpack.php @@ -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: 13.1-a.10 + * Version: 13.1-beta * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.3' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '13.1-a.10' ); +define( 'JETPACK__VERSION', '13.1-beta' ); /** * Constant used to fetch the connection owner token diff --git a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md index 0084096235..a708a66a02 100644 --- a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md @@ -5,15 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.1.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.1.0] - 2024-02-05 ### Added -- Add support for script enqueuing strategies implemented in WordPress 6.3 +- Add support for script enqueuing strategies implemented in WordPress 6.3 [#34072] ### Changed -- Updated package dependencies. +- Updated package dependencies. [#35384] ## [2.0.4] - 2024-01-04 ### Changed @@ -406,7 +403,7 @@ This is an alpha version! The changes listed here are not final. - Statically access asset tools -[2.1.0-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.0.4...v2.1.0-alpha +[2.1.0]: https://github.com/Automattic/jetpack-assets/compare/v2.0.4...v2.1.0 [2.0.4]: https://github.com/Automattic/jetpack-assets/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Automattic/jetpack-assets/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-assets/compare/v2.0.1...v2.0.2 diff --git a/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php b/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php index 14bba8c143..2d003c77d5 100644 --- a/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php +++ b/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php @@ -62,12 +62,12 @@ public static function instance() { /** * A public method for adding the async script. * - * @deprecated Since 2.1.0-alpha, the `strategy` feature should be used instead, with the "defer" setting. + * @deprecated Since 2.1.0, the `strategy` feature should be used instead, with the "defer" setting. * * @param string $script_handle Script handle. */ public static function add_async_script( $script_handle ) { - _deprecated_function( __METHOD__, '2.1.0-alpha' ); + _deprecated_function( __METHOD__, '2.1.0' ); wp_script_add_data( $script_handle, 'strategy', 'defer' ); } @@ -76,13 +76,13 @@ public static function add_async_script( $script_handle ) { * Add an async attribute to scripts that can be loaded deferred. * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script * - * @deprecated Since 2.1.0-alpha, the `strategy` feature should be used instead. + * @deprecated Since 2.1.0, the `strategy` feature should be used instead. * * @param string $tag The