Skip to content

Commit

Permalink
Updated package versions for automattic/wpcomsh
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Aug 19, 2024
1 parent 5945f3b commit ea4607d
Show file tree
Hide file tree
Showing 61 changed files with 1,316 additions and 1,739 deletions.
73 changes: 32 additions & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,38 @@

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

## 13.8-a.2 - unreleased

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

### Enhancements
- Tiled Galleries: defer loading of the Tiled Gallery script for improved performance.

### Improved compatibility
- AMP: avoid errors when using Jetpack's classic slideshows on a site where Jetpack blocks are disabled.

### Bug fixes
- Hide the Customizer link on Simple site

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Add /wpcom/v2/profile endpoint that returns user profile: admin color and locale
- Add general improvements in Breve UX
- AI Assistant: Add flag for Breve typo detection support
- AI Assistant: Add spelling mistake detection to Breve
- AI Assistant: Change Breve type markup and restrict types
- AI Assistant: Remove Breve highlight popover when feature is disabled
- AI Assistant: Remove unique-id sass function call from animation name
- AI Title Optimization: change UI labels when keywords beta flag is enabled.
- Allow dismiss suggestion in all states
- Email preview: ensure the email is visible
- featured flagged feature
- feature flagged
- Jetpack AI: register the ai-title-optimization-keywords-support beta flag.
- Jetpack Color & Tonesque: add deprecation warning in codebase
- just refactoring code
- Makes allow list settings always accessible
- OG Tags: check if the Open Graph integration in the ActivityPub plugin is active instead of checking for the class.
- Open Graph Meta Tags: do not display Fediverse tag on WordPress.com Simple.
- Paywall Block: improve styles
- Site Breadcrumbs: Wrapping functions in function_exists as part of functionality move to package
- small change under feature flag
- Social Links: Requiring feature from Classic Theme Helper package instead of Jetpack module.
- Subscribe block: p tag styles leaking in from theme
- Sync: Add a new callable for Sync Active Modules
- Title Optimization: Add keywords section to UI and make it send the keywords on the request.
- Title Optimization: Include feedback link on the footer.
- Updated package dependencies.
## 13.8-a.3 - 2024-08-19

### Improved compatibility
- AMP: Avoid errors when using Jetpack's classic slideshows on a site where Jetpack blocks are disabled. [#38744]
- Tiled Galleries: Defer loading of the Tiled Gallery script for improved performance. [#38928]

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- AI Assistant: Add flag for Breve typo detection support. [#38895]
- AI Assistant: Add general improvements in Breve UX. [#38856]
- AI Assistant: Add spelling mistake detection to Breve. [#38923]
- AI Assistant: Allow dismiss suggestion in all states [#38848]
- AI Assistant: Change Breve type markup and restrict types. [#38867]
- AI Assistant: Remove Breve highlight popover when feature is disabled. [#38814]
- AI Assistant: Remove unique-id sass function call from animation name. [#38922]
- Email preview: ensure the email is visible [#38934]
- Jetpack AI: Register the ai-title-optimization-keywords-support beta flag. [#38891]
- Jetpack Color & Tonesque: Add deprecation warning in the codebase. [#38338]
- Open Graph Meta Tags: Check if the Open Graph integration in the ActivityPub plugin is active instead of checking for the class. [#38875]
- Open Graph Meta Tags: Do not display Fediverse tag on WordPress.com Simple. [#38874]
- Paywall Block: Improve styles. [#38837]
- Protect: Make allow list settings always accessible [#38886]
- REST API: Add a /wpcom/v2/profile endpoint that returns user profile, admin color and locale. [#38879]
- Site Breadcrumbs: Wrapping functions in function_exists as part of functionality move to package. [#38880]
- Small change under feature flag. [#38862]
- Social Links: Requiring feature from Classic Theme Helper package instead of Jetpack module. [#38730]
- Subscribe Block: p tag styles leaking in from theme. [#38840]
- Sync: Add a new callable for Sync Active Modules. [#38831]
- Title Optimization: Add keywords section to UI and make it send the keywords on the request. [#38921]
- Title Optimization: Change UI labels when keywords beta flag is enabled. [#38911]
- Title Optimization: Include feedback link on the footer. [#38940]
- Updated package dependencies. [#38662] [#38665] [#38822]
- WP.com: Hide the Customizer link on WP.com sites. [#38852]

## 13.8-a.1 - 2024-08-12
### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion _inc/lib/class.color.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Jetpack_Color {
* One of hex (default), rgb, hsl, int.
*/
public function __construct( $color = null, $type = 'hex' ) {
_deprecated_function( 'Jetpack_Color::__construct', 'jetpack-13.8-a.2' );
_deprecated_function( 'Jetpack_Color::__construct', 'jetpack-13.8' );

if ( $color ) {
switch ( $type ) {
Expand Down
4 changes: 2 additions & 2 deletions _inc/lib/tonesque.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Tonesque {
* @param string $image_url Image URL.
*/
public function __construct( $image_url ) {
_deprecated_function( 'Tonesque::__construct', 'jetpack-13.8-a.2' );
_deprecated_function( 'Tonesque::__construct', 'jetpack-13.8' );

if ( ! class_exists( 'Jetpack_Color' ) ) {
require_once JETPACK__PLUGIN_DIR . '/_inc/lib/class.color.php';
Expand Down Expand Up @@ -68,7 +68,7 @@ public function __construct( $image_url ) {
* @return object|bool Image object or false if the image could not be loaded.
*/
public static function imagecreatefromurl( $image_url ) {
_deprecated_function( 'Tonesque::imagecreatefromurl', 'jetpack-13.8-a.2' );
_deprecated_function( 'Tonesque::imagecreatefromurl', 'jetpack-13.8' );

$data = null;

Expand Down
35 changes: 18 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,40 @@
"automattic/jetpack-admin-ui": "^0.4.2",
"automattic/jetpack-assets": "^2.3.2",
"automattic/jetpack-autoloader": "^3.0.9",
"automattic/jetpack-backup": "^3.4.3-alpha",
"automattic/jetpack-blaze": "^0.22.5-alpha",
"automattic/jetpack-backup": "^3.4.3",
"automattic/jetpack-blaze": "^0.22.5",
"automattic/jetpack-blocks": "^2.0.4",
"automattic/jetpack-boost-speed-score": "^0.3.11",
"automattic/jetpack-classic-theme-helper": "^0.5.0-alpha",
"automattic/jetpack-classic-theme-helper": "^0.5.0",
"automattic/jetpack-compat": "^3.0.2",
"automattic/jetpack-composer-plugin": "^2.0.2",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-connection": "^2.12.2-alpha",
"automattic/jetpack-connection": "^2.12.2",
"automattic/jetpack-constants": "^2.0.3",
"automattic/jetpack-device-detection": "^2.1.3",
"automattic/jetpack-error": "^2.0.2",
"automattic/jetpack-forms": "^0.32.9-alpha",
"automattic/jetpack-image-cdn": "^0.4.5-alpha",
"automattic/jetpack-forms": "^0.32.9",
"automattic/jetpack-image-cdn": "^0.4.5",
"automattic/jetpack-import": "^0.8.6",
"automattic/jetpack-ip": "^0.2.2",
"automattic/jetpack-jitm": "^3.1.17-alpha",
"automattic/jetpack-licensing": "^2.0.6-alpha",
"automattic/jetpack-jitm": "^3.1.17",
"automattic/jetpack-licensing": "^2.0.6",
"automattic/jetpack-logo": "^2.0.3",
"automattic/jetpack-masterbar": "^0.6.1-alpha",
"automattic/jetpack-my-jetpack": "^4.32.3-alpha",
"automattic/jetpack-masterbar": "^0.6.1",
"automattic/jetpack-my-jetpack": "^4.32.3",
"automattic/jetpack-plugins-installer": "^0.4.1",
"automattic/jetpack-post-list": "^0.6.2",
"automattic/jetpack-publicize": "^0.49.1-alpha",
"automattic/jetpack-publicize": "^0.49.1",
"automattic/jetpack-redirect": "^2.0.2",
"automattic/jetpack-roles": "^2.0.2",
"automattic/jetpack-search": "^0.44.15-alpha",
"automattic/jetpack-search": "^0.44.15",
"automattic/jetpack-stats": "^0.13.0",
"automattic/jetpack-stats-admin": "^0.21.0",
"automattic/jetpack-status": "^3.3.3-alpha",
"automattic/jetpack-status": "^3.3.3",
"automattic/jetpack-sync": "^3.6.0",
"automattic/jetpack-videopress": "^0.24.1-alpha",
"automattic/jetpack-waf": "^0.18.3-alpha",
"automattic/jetpack-wordads": "^0.3.26-alpha",
"automattic/jetpack-videopress": "^0.24.1",
"automattic/jetpack-waf": "^0.18.3",
"automattic/jetpack-wordads": "^0.3.26",
"automattic/woocommerce-analytics": "^0.1.7",
"scssphp/scssphp": "1.12.0"
},
Expand Down Expand Up @@ -81,6 +81,7 @@
"pnpm run watch"
]
},
"repositories": [],
"autoload": {
"classmap": [
"src"
Expand All @@ -93,7 +94,7 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_2",
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_3",
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
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: 13.8-a.2
* Version: 13.8-a.3
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand Down Expand Up @@ -34,7 +34,7 @@

define( 'JETPACK__MINIMUM_WP_VERSION', '6.5' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' );
define( 'JETPACK__VERSION', '13.8-a.2' );
define( 'JETPACK__VERSION', '13.8-a.3' );

/**
* Constant used to fetch the connection owner token
Expand Down
12 changes: 4 additions & 8 deletions jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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).

## [3.4.3-alpha] - unreleased

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

## [3.4.3] - 2024-08-19
### Changed
- Update dependencies.
- Updated package dependencies.
- Update dependencies. [#38861] [#38662]

### Fixed
- Lossless image optimization for images (should improve performance with no visible changes).
- Lossless image optimization for images (should improve performance with no visible changes). [#38750]

## [3.4.2] - 2024-07-22
### Changed
Expand Down Expand Up @@ -671,7 +667,7 @@ This is an alpha version! The changes listed here are not final.

- Add API endpoints and Jetpack Backup package for managing Help…

[3.4.3-alpha]: https://github.com/Automattic/jetpack-backup/compare/v3.4.2...v3.4.3-alpha
[3.4.3]: https://github.com/Automattic/jetpack-backup/compare/v3.4.2...v3.4.3
[3.4.2]: https://github.com/Automattic/jetpack-backup/compare/v3.4.1...v3.4.2
[3.4.1]: https://github.com/Automattic/jetpack-backup/compare/v3.4.0...v3.4.1
[3.4.0]: https://github.com/Automattic/jetpack-backup/compare/v3.3.17...v3.4.0
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.29",
"@automattic/jetpack-api": "^0.17.10",
"@automattic/jetpack-components": "^0.55.8-alpha",
"@automattic/jetpack-connection": "^0.35.2-alpha",
"@automattic/jetpack-components": "^0.55.8",
"@automattic/jetpack-connection": "^0.35.2",
"@wordpress/api-fetch": "7.5.0",
"@wordpress/components": "28.5.0",
"@wordpress/data": "10.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.4.3-alpha';
const PACKAGE_VERSION = '3.4.3';

const PACKAGE_SLUG = 'backup';

Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-blaze/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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).

## [0.22.5-alpha] - unreleased

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

## [0.22.5] - 2024-08-19
### Changed
- Updated package dependencies.
- Updated package dependencies. [#38662]

## [0.22.4] - 2024-08-12
### Changed
Expand Down Expand Up @@ -427,7 +424,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#27906]

[0.22.5-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.22.4...v0.22.5-alpha
[0.22.5]: https://github.com/automattic/jetpack-blaze/compare/v0.22.4...v0.22.5
[0.22.4]: https://github.com/automattic/jetpack-blaze/compare/v0.22.3...v0.22.4
[0.22.3]: https://github.com/automattic/jetpack-blaze/compare/v0.22.2...v0.22.3
[0.22.2]: https://github.com/automattic/jetpack-blaze/compare/v0.22.1...v0.22.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.22.5-alpha';
const PACKAGE_VERSION = '0.22.5';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ 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).

## [0.5.0-alpha] - unreleased

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

## [0.5.0] - 2024-08-19
### Added
- Site Breadcrumbs: Copying functionality file into Classic Theme Helper package.
- Social Links: Requiring feature from Classic Theme Helper package instead of Jetpack module.
- Site Breadcrumbs: Copying functionality file into Classic Theme Helper package. [#38880]
- Social Links: Requiring feature from Classic Theme Helper package instead of Jetpack module. [#38730]

### Changed
- Updated package dependencies.
- Updated package dependencies. [#38662]

### Fixed
- Lossless image optimization for images (should improve performance with no visible changes).
- Lossless image optimization for images (should improve performance with no visible changes). [#38750]

## [0.4.5] - 2024-08-12
### Changed
Expand Down Expand Up @@ -76,7 +73,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.5.0-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.5...v0.5.0-alpha
[0.5.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.5...v0.5.0
[0.4.5]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.2...v0.4.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.5.0-alpha';
const PACKAGE_VERSION = '0.5.0';

/**
* Modules to include.
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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.12.2-alpha] - unreleased

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

## [2.12.2] - 2024-08-19
### Changed
- `Jetpack_Options::update_option()` now documents `$autoload` as `bool|null` to match the similar change in WordPress 6.6. String values are still accepted for as long as core's `update_option()` accepts them.
- `Jetpack_Options::update_option()` now documents `$autoload` as `bool|null` to match the similar change in WordPress 6.6. String values are still accepted for as long as core's `update_option()` accepts them. [#38822]

## [2.12.1] - 2024-08-15
### Changed
Expand Down Expand Up @@ -1154,7 +1151,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[2.12.2-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.12.1...v2.12.2-alpha
[2.12.2]: https://github.com/Automattic/jetpack-connection/compare/v2.12.1...v2.12.2
[2.12.1]: https://github.com/Automattic/jetpack-connection/compare/v2.12.0...v2.12.1
[2.12.0]: https://github.com/Automattic/jetpack-connection/compare/v2.11.4...v2.12.0
[2.11.4]: https://github.com/Automattic/jetpack-connection/compare/v2.11.3...v2.11.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '2.12.2-alpha';
const PACKAGE_VERSION = '2.12.2';

const PACKAGE_SLUG = 'connection';

Expand Down
11 changes: 4 additions & 7 deletions jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [0.32.9-alpha] - unreleased

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

## [0.32.9] - 2024-08-19
### Changed
- Updated package dependencies.
- Updated package dependencies. [#38662]

### Fixed
- Lossless image optimization for images (should improve performance with no visible changes).
- Lossless image optimization for images (should improve performance with no visible changes). [#38750]

## [0.32.8] - 2024-08-12
### Added
Expand Down Expand Up @@ -633,7 +630,7 @@ This is an alpha version! The changes listed here are not final.
- Added a new jetpack/forms package [#28409]
- Added a public load_contact_form method for initializing the contact form module. [#28416]

[0.32.9-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.32.8...v0.32.9-alpha
[0.32.9]: https://github.com/automattic/jetpack-forms/compare/v0.32.8...v0.32.9
[0.32.8]: https://github.com/automattic/jetpack-forms/compare/v0.32.7...v0.32.8
[0.32.7]: https://github.com/automattic/jetpack-forms/compare/v0.32.6...v0.32.7
[0.32.6]: https://github.com/automattic/jetpack-forms/compare/v0.32.5...v0.32.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Forms {

const PACKAGE_VERSION = '0.32.9-alpha';
const PACKAGE_VERSION = '0.32.9';

/**
* Load the contact form module.
Expand Down
Loading

0 comments on commit ea4607d

Please sign in to comment.