Skip to content

Commit

Permalink
Backport boost 3.5.2-beta Changes (#39728)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity authored Oct 10, 2024
1 parent 5e8fec9 commit 875d6d7
Show file tree
Hide file tree
Showing 56 changed files with 83 additions and 148 deletions.
4 changes: 4 additions & 0 deletions projects/js-packages/licensing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.13.3 - 2024-10-10
### Changed
- Updated package dependencies. [#39707]

## 0.13.2 - 2024-10-07
### Changed
- Updated package dependencies. [#39594]
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/licensing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-licensing",
"version": "0.13.2",
"version": "0.13.3",
"description": "Jetpack licensing flow",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/autoloader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.1.1] - 2024-10-10
### Changed
- Internal updates.

## [3.1.0] - 2024-09-06
### Added
- Add logic for debugging issues caused by conflicting Composer autoloaders, enabled by setting the `JETPACK_AUTOLOAD_DEBUG_CONFLICTING_LOADERS` constant. [#38995]
Expand Down Expand Up @@ -377,6 +381,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add Custom Autoloader

[3.1.1]: https://github.com/Automattic/jetpack-autoloader/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/Automattic/jetpack-autoloader/compare/v3.0.10...v3.1.0
[3.0.10]: https://github.com/Automattic/jetpack-autoloader/compare/v3.0.9...v3.0.10
[3.0.9]: https://github.com/Automattic/jetpack-autoloader/compare/v3.0.8...v3.0.9
Expand Down
5 changes: 0 additions & 5 deletions projects/packages/autoloader/changelog/update-find_psr4_file

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/autoloader/src/AutoloadGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class AutoloadGenerator {

const VERSION = '3.1.0';
const VERSION = '3.1.1';

/**
* IO object.
Expand Down
6 changes: 6 additions & 0 deletions projects/packages/explat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.1.11] - 2024-10-10
### Changed
- Updated package dependencies. [#39649]
- Updated package dependencies. [#39707]

## [0.1.10] - 2024-10-07
### Changed
- Updated package dependencies. [#39594]
Expand Down Expand Up @@ -55,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327]
- Updated package dependencies. [#38132]

[0.1.11]: https://github.com/Automattic/jetpack-explat/compare/v0.1.10...v0.1.11
[0.1.10]: https://github.com/Automattic/jetpack-explat/compare/v0.1.9...v0.1.10
[0.1.9]: https://github.com/Automattic/jetpack-explat/compare/v0.1.8...v0.1.9
[0.1.8]: https://github.com/Automattic/jetpack-explat/compare/v0.1.7...v0.1.8
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/explat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-explat",
"version": "0.1.10",
"version": "0.1.11",
"description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/explat/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/explat/src/class-explat.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ExPlat {
*
* @var string
*/
const PACKAGE_VERSION = '0.1.10';
const PACKAGE_VERSION = '0.1.11';

/**
* Initializer.
Expand Down
6 changes: 6 additions & 0 deletions projects/packages/image-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.1] - 2024-10-10
### Fixed
- Avoid deprecation notice when an image URL does not have an expected format. [#39685]
- URL encode path parts of an image [#39560]

## [0.5.0] - 2024-10-07
### Added
- Add a public method to check if a URL is CDN url. [#39635]
Expand Down Expand Up @@ -130,6 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add image CDN package. [#29561]

[0.5.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.9...v0.5.0
[0.4.9]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.8...v0.4.9
[0.4.8]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.7...v0.4.8
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions projects/packages/image-cdn/changelog/fix-photon-url-encoding

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/image-cdn/src/class-image-cdn.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
final class Image_CDN {

const PACKAGE_VERSION = '0.5.0';
const PACKAGE_VERSION = '0.5.1';

/**
* Singleton.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public function test_is_cdn_url_method() {

/**
* @covers ::Image_CDN_Core::cdn_url
* @since $$next-version$$
* @since 0.5.1
* @group jetpack_photon_filter_url_encoding
*/
public function test_photon_url_filter_url_encodes_path_parts() {
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/jitm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.1.25] - 2024-10-10
### Changed
- Updated package dependencies. [#39707]

## [3.1.24] - 2024-10-07
### Changed
- Updated package dependencies. [#39594]
Expand Down Expand Up @@ -775,6 +779,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update Jetpack to use new JITM package

[3.1.25]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.24...v3.1.25
[3.1.24]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.23...v3.1.24
[3.1.23]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.22...v3.1.23
[3.1.22]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.21...v3.1.22
Expand Down
4 changes: 0 additions & 4 deletions projects/packages/jitm/changelog/renovate-wordpress-monorepo

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '3.1.24';
const PACKAGE_VERSION = '3.1.25';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
10 changes: 10 additions & 0 deletions projects/packages/my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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).

## [4.35.12] - 2024-10-10
### Changed
- Update Boost's pricing table to include latest feature list. [#39130]
- Updated package dependencies. [#39669]
- Updated package dependencies. [#39707]

### Fixed
- Fixed My Jetpack recommendations VideoPress product card not showing Purchase and Learn more buttons. [#39612]

## [4.35.11] - 2024-10-07
### Changed
- Updated package dependencies. [#39594]
Expand Down Expand Up @@ -1763,6 +1772,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[4.35.12]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.11...4.35.12
[4.35.11]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.10...4.35.11
[4.35.10]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.9...4.35.10
[4.35.9]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.8...4.35.9
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
"version": "4.35.11",
"version": "4.35.12",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.35.11';
const PACKAGE_VERSION = '4.35.12';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.1.2] - 2024-10-10
### Fixed
- Fix missing types in phpdoc comments. [#39648]

## [0.1.1] - 2024-08-29
### Changed
- Cleanup utils [#39025]
Expand All @@ -16,4 +20,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#39004]

[0.1.2]: https://github.com/Automattic/jetpack-schema/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/Automattic/jetpack-schema/compare/v0.1.0...v0.1.1

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/schema/src/class-schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* $parsed_data = $my_schema->parse($input_data);
*/
class Schema {
const PACKAGE_VERSION = '0.1.1';
const PACKAGE_VERSION = '0.1.2';

public static function as_string() {
return new Schema_Parser( new Type_String() );
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/wp-js-data-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.1] - 2024-10-10
### Fixed
- Fix missing types in phpdoc comments. [#39648]

## [0.5.0] - 2024-08-29
### Changed
- Updated package dependencies. [#39004]
Expand Down Expand Up @@ -85,6 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Jetpack Boost: Fix assoc_array schema validation. [#29611]

[0.5.1]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.5...v0.5.0
[0.4.5]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.3...v0.4.4
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/wp-js-data-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-wp-js-data-sync",
"version": "0.5.0",
"version": "0.5.1",
"description": "A package to setup REST API and script localization to pass data to a JavaScript client.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/wp-js-data-sync/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/wp-js-data-sync/src/class-data-sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

final class Data_Sync {

const PACKAGE_VERSION = '0.5.0';
const PACKAGE_VERSION = '0.5.1';

/**
* @var Registry
Expand Down
11 changes: 11 additions & 0 deletions projects/plugins/boost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [3.5.2-beta] - 2024-10-10
### Changed
- Deferred JS: Exclude all scripts produced by a shortcode. [#39616]
- General: Sync Boost's Getting Started page with My Jetpack's version. [#39130]
- General: Update minimum required WordPress version to 6.5 in main plugin file. Previous release only changed plugin readme. [#39719]

### Fixed
- Image CDN: URL encode image path parts for RSS feed compatibility [#39560]
- Image Guide: Improve check for Jetpack Image CDN URLs [#39635]

## [3.5.1] - 2024-09-26
### Changed
- Support: Increased minumum required WordPress version to 6.5 [#39540]
Expand Down Expand Up @@ -514,6 +524,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First public alpha release

[3.5.2-beta]: https://github.com/Automattic/jetpack-boost-production/compare/3.5.1...3.5.2-beta
[3.5.1]: https://github.com/Automattic/jetpack-boost-production/compare/3.5.0...3.5.1
[3.5.0]: https://github.com/Automattic/jetpack-boost-production/compare/3.4.9...3.5.0
[3.4.9]: https://github.com/Automattic/jetpack-boost-production/compare/3.4.8...3.4.9
Expand Down
5 changes: 0 additions & 5 deletions projects/plugins/boost/changelog/fix-e2e-tests

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/boost/changelog/fix-photon-url-encoding

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/boost/changelog/improve-cdn-url-check

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/boost/changelog/prerelease

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/boost/changelog/prerelease#2

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/boost/changelog/renovate-storybook-monorepo

This file was deleted.

Loading

0 comments on commit 875d6d7

Please sign in to comment.