Skip to content

Commit

Permalink
Dev: Only one WordPress (#41057)
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Jorsch <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13075594008

Upstream-Ref: Automattic/jetpack@4597864
  • Loading branch information
kraftbj authored and matticbot committed Jan 31, 2025
1 parent 2e04983 commit bb7bd55
Show file tree
Hide file tree
Showing 24 changed files with 650 additions and 736 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-error": "^3.0.0",
"automattic/jetpack-forms": "^0.36.0-alpha",
"automattic/jetpack-image-cdn": "^0.7.3",
"automattic/jetpack-image-cdn": "^0.7.4-alpha",
"automattic/jetpack-import": "^0.9.3",
"automattic/jetpack-ip": "^0.4.1",
"automattic/jetpack-jitm": "^4.0.5-alpha",
"automattic/jetpack-licensing": "^3.0.3",
"automattic/jetpack-licensing": "^3.0.4-alpha",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-masterbar": "^0.12.1-alpha",
"automattic/jetpack-my-jetpack": "^5.4.1-alpha",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-post-list": "^0.7.3",
"automattic/jetpack-post-list": "^0.7.4-alpha",
"automattic/jetpack-publicize": "^0.59.0-alpha",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-roles": "^3.0.1",
"automattic/jetpack-search": "^0.47.8-alpha",
"automattic/jetpack-stats": "^0.15.0",
"automattic/jetpack-stats-admin": "^0.24.0",
"automattic/jetpack-stats": "^0.15.1-alpha",
"automattic/jetpack-stats-admin": "^0.24.1-alpha",
"automattic/jetpack-status": "^5.0.2",
"automattic/jetpack-sync": "^4.6.0-alpha",
"automattic/jetpack-videopress": "^0.25.9-alpha",
"automattic/jetpack-waf": "^0.23.2",
"automattic/jetpack-waf": "^0.23.3-alpha",
"automattic/jetpack-wordads": "^0.4.7-alpha",
"automattic/woocommerce-analytics": "^0.4.1",
"scssphp/scssphp": "1.12.0"
Expand Down
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.3.2-alpha] - unreleased

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

## [0.3.1] - 2024-11-25
### Changed
- Updated dependencies. [#40286]
Expand Down Expand Up @@ -56,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Initial release (improved helper script installer logging). [#34297]

[0.3.2-alpha]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.3.1...v0.3.2-alpha
[0.3.1]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.8...v0.3.0
[0.2.8]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.7...v0.2.8
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-image-cdn/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.7.4-alpha] - unreleased

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

## [0.7.3] - 2025-01-20
### Fixed
- General: Ensure that double encoding doesn't happen. [#40886]
Expand Down Expand Up @@ -166,6 +170,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add image CDN package. [#29561]

[0.7.4-alpha]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.7.3...v0.7.4-alpha
[0.7.3]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.7.0...v0.7.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
final class Image_CDN {

const PACKAGE_VERSION = '0.7.3';
const PACKAGE_VERSION = '0.7.4-alpha';

/**
* Singleton.
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-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).

## [3.0.4-alpha] - unreleased

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

## [3.0.3] - 2025-01-20
### Changed
- Code: Use function-style exit() and die() with a default status code of 0. [#41167]
Expand Down Expand Up @@ -316,6 +320,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Licensing: Add support for Jetpack licenses

[3.0.4-alpha]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.3...v3.0.4-alpha
[3.0.3]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.0...v3.0.1
Expand Down
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.4.2-alpha] - unreleased

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

## [0.4.1] - 2024-11-25
### Changed
- Updated dependencies. [#40286]
Expand Down Expand Up @@ -132,6 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in.

[0.4.2-alpha]: https://github.com/Automattic/jetpack-password-checker/compare/v0.4.1...v0.4.2-alpha
[0.4.1]: https://github.com/Automattic/jetpack-password-checker/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Automattic/jetpack-password-checker/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/Automattic/jetpack-password-checker/compare/v0.3.2...v0.3.3
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-post-list/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.7.4-alpha] - unreleased

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

## [0.7.3] - 2025-01-13
### Fixed
- Pages and Posts: Fix the layout on mobile when details are open. [#40872]
Expand Down Expand Up @@ -134,6 +138,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated the default columns displayed on the post and page list screens
- Refactored thumbnail preview to function server side. All javascript removed.

[0.7.4-alpha]: https://github.com/automattic/jetpack-post-list/compare/v0.7.3...v0.7.4-alpha
[0.7.3]: https://github.com/automattic/jetpack-post-list/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/automattic/jetpack-post-list/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/automattic/jetpack-post-list/compare/v0.7.0...v0.7.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Post_List {

const PACKAGE_VERSION = '0.7.3';
const PACKAGE_VERSION = '0.7.4-alpha';
const FEATURE = 'enhanced_post_list';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@
*/
require_once __DIR__ . '/../../vendor/autoload.php';

/**
* Load WorDBless
*/
\WorDBless\Load::load();
// Initialize WordPress test environment
\Automattic\Jetpack\Test_Environment::init();
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-protect-models/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.4.2-alpha] - unreleased

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

## [0.4.1] - 2024-11-25
### Changed
- Updated dependencies. [#40286]
Expand Down Expand Up @@ -36,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial version. [#37864]

[0.4.2-alpha]: https://github.com/Automattic/jetpack-protect-models/compare/v0.4.1...v0.4.2-alpha
[0.4.1]: https://github.com/Automattic/jetpack-protect-models/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Automattic/jetpack-protect-models/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/Automattic/jetpack-protect-models/compare/v0.3.0...v0.3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
*/
class Protect_Models {

const PACKAGE_VERSION = '0.4.1';
const PACKAGE_VERSION = '0.4.2-alpha';
}
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-protect-status/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.4.3-alpha] - unreleased

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

## [0.4.2] - 2025-01-20
### Fixed
- Fix Current_Plan::supports() call from breaking cache on every call. [#41010]
Expand Down Expand Up @@ -67,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#37894]

[0.4.3-alpha]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.2...v0.4.3-alpha
[0.4.2]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.1...v0.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Status {

const PACKAGE_VERSION = '0.4.2';
const PACKAGE_VERSION = '0.4.3-alpha';
/**
* Name of the option where status is stored
*
Expand Down
4 changes: 4 additions & 0 deletions jetpack_vendor/automattic/jetpack-stats-admin/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.24.1-alpha - unreleased

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

## 0.24.0 - 2025-01-06
### Added
- Stats: Add API support for location stats. [#40852]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Main {
/**
* Stats version.
*/
const VERSION = '0.24.0';
const VERSION = '0.24.1-alpha';

/**
* Singleton Main instance.
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-stats/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.15.1-alpha] - unreleased

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

## [0.15.0] - 2025-01-06
### Added
- Stats: Add API support for location stats. [#40852]
Expand Down Expand Up @@ -206,6 +210,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixing static method which was called without self reference. [#26640]

[0.15.1-alpha]: https://github.com/Automattic/jetpack-stats/compare/v0.15.0...v0.15.1-alpha
[0.15.0]: https://github.com/Automattic/jetpack-stats/compare/v0.14.1...v0.15.0
[0.14.1]: https://github.com/Automattic/jetpack-stats/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/Automattic/jetpack-stats/compare/v0.13.5...v0.14.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '0.15.0';
const PACKAGE_VERSION = '0.15.1-alpha';

const PACKAGE_SLUG = 'stats';

Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-waf/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.23.3-alpha] - unreleased

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

## [0.23.2] - 2025-01-20
### Changed
- Code: Use function-style exit() and die() with a default status code of 0. [#41167]
Expand Down Expand Up @@ -414,6 +418,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Core: do not ship .phpcs.dir.xml in production builds.

[0.23.3-alpha]: https://github.com/Automattic/jetpack-waf/compare/v0.23.2...v0.23.3-alpha
[0.23.2]: https://github.com/Automattic/jetpack-waf/compare/v0.23.1...v0.23.2
[0.23.1]: https://github.com/Automattic/jetpack-waf/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/Automattic/jetpack-waf/compare/v0.22.3...v0.23.0
Expand Down
Loading

0 comments on commit bb7bd55

Please sign in to comment.