Skip to content

Commit

Permalink
Backport automattic-for-agencies-client 0.4.0 Changes (#40936)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Changelog tweaks

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

Upstream-Ref: Automattic/jetpack@4d4b0ea
  • Loading branch information
tbradsha authored and matticbot committed Jan 9, 2025
1 parent dd8aeb4 commit 6d31502
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 98 deletions.
62 changes: 31 additions & 31 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.3.0-alpha"
"automattic/jetpack-sync": "^4.3.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-sync/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).

## [4.3.0-alpha] - unreleased

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

## [4.3.0] - 2025-01-09
### Added
- Instant Search: add taxonomies for a8c-support-theme kb_article cpt.
- Instant Search: add taxonomies for a8c-support-theme kb_article cpt. [#38660]

## [4.2.0] - 2024-12-23
### Added
Expand Down Expand Up @@ -1370,7 +1367,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Move sync to a classmapped package

[4.3.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.2.0...v4.3.0-alpha
[4.3.0]: https://github.com/Automattic/jetpack-sync/compare/v4.2.0...v4.3.0
[4.2.0]: https://github.com/Automattic/jetpack-sync/compare/v4.1.1...v4.2.0
[4.1.1]: https://github.com/Automattic/jetpack-sync/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/Automattic/jetpack-sync/compare/v4.0.2...v4.1.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 = '4.3.0-alpha';
const PACKAGE_VERSION = '4.3.0';

const PACKAGE_SLUG = 'sync';

Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/scheduled-updates/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.3.0-alpha",
"automattic/jetpack-sync": "^4.3.0",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-connection": "^6.2.2"
Expand Down
Loading

0 comments on commit 6d31502

Please sign in to comment.