Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#39781)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored and matticbot committed Oct 17, 2024
1 parent 8c9ec0c commit 3ed1b95
Show file tree
Hide file tree
Showing 10 changed files with 114 additions and 109 deletions.
66 changes: 33 additions & 33 deletions composer.lock

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

8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-blaze/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.2-alpha] - unreleased

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

### Changed
- Update dependencies.

## [0.23.1] - 2024-10-14
### Changed
- Only include `wp-polyfill` as a script dependency when needed. [#39629]
Expand Down Expand Up @@ -466,6 +473,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.23.2-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.23.1...v0.23.2-alpha
[0.23.1]: https://github.com/automattic/jetpack-blaze/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/automattic/jetpack-blaze/compare/v0.22.12...v0.23.0
[0.22.12]: https://github.com/automattic/jetpack-blaze/compare/v0.22.11...v0.22.12
Expand Down
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.4.11",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.14.2-alpha"
"automattic/jetpack-sync": "^3.14.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blaze/src/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.23.1';
const PACKAGE_VERSION = '0.23.2-alpha';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-masterbar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-blaze": "^0.23.1",
"automattic/jetpack-blaze": "^0.23.2-alpha",
"automattic/jetpack-compat": "^3.0.2",
"automattic/jetpack-device-detection": "^2.1.5",
"automattic/jetpack-connection": "^5.1.3",
Expand Down
13 changes: 5 additions & 8 deletions vendor/automattic/jetpack-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ 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.14.2-alpha] - unreleased

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

## [3.14.2] - 2024-10-15
### Changed
- Jetpack Sync: Update default Post Type Blacklist
- Jetpack Sync: Update default Post Type Blacklist [#39770]

### Fixed
- Jetpack Sync: Ensure Full Sync is only triggered on backend admin POST requests
- Update plugin action links filter parameter to avoid conflicts with other plugins.
- Jetpack Sync: Ensure Full Sync is only triggered on backend admin POST requests [#39747]
- Update plugin action links filter parameter to avoid conflicts with other plugins. [#39681]

## [3.14.1] - 2024-10-14
### Changed
Expand Down Expand Up @@ -1321,7 +1318,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Move sync to a classmapped package

[3.14.2-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.14.1...v3.14.2-alpha
[3.14.2]: https://github.com/Automattic/jetpack-sync/compare/v3.14.1...v3.14.2
[3.14.1]: https://github.com/Automattic/jetpack-sync/compare/v3.14.0...v3.14.1
[3.14.0]: https://github.com/Automattic/jetpack-sync/compare/v3.13.2...v3.14.0
[3.13.2]: https://github.com/Automattic/jetpack-sync/compare/v3.13.1...v3.13.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.14.2-alpha';
const PACKAGE_VERSION = '3.14.2';

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.0",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.14.2-alpha",
"automattic/jetpack-sync": "^3.14.2",
"automattic/jetpack-plans": "^0.4.11",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-connection": "^5.1.3"
Expand Down
Loading

0 comments on commit 3ed1b95

Please sign in to comment.