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 0508248 commit e146ac2
Show file tree
Hide file tree
Showing 30 changed files with 236 additions and 226 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-autoloader": "^3.1.2-alpha",
"automattic/jetpack-backup": "^3.4.14",
"automattic/jetpack-autoloader": "^3.1.2",
"automattic/jetpack-backup": "^3.4.15-alpha",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-my-jetpack": "^4.35.13",
"automattic/jetpack-my-jetpack": "^4.35.14",
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-backup/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).

## [3.4.15-alpha] - unreleased

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

### Changed
- Update dependencies.

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

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

[3.4.15-alpha]: https://github.com/Automattic/jetpack-backup/compare/v3.4.14...v3.4.15-alpha
[3.4.14]: https://github.com/Automattic/jetpack-backup/compare/v3.4.13...v3.4.14
[3.4.13]: https://github.com/Automattic/jetpack-backup/compare/v3.4.12...v3.4.13
[3.4.12]: https://github.com/Automattic/jetpack-backup/compare/v3.4.11...v3.4.12
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/automattic/jetpack-backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-autoloader": "^3.1.2-alpha",
"automattic/jetpack-autoloader": "^3.1.2",
"automattic/jetpack-backup-helper-script-manager": "^0.2.7",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-connection": "^5.1.3",
"automattic/jetpack-my-jetpack": "^4.35.13",
"automattic/jetpack-sync": "^3.14.2-alpha",
"automattic/jetpack-my-jetpack": "^4.35.14",
"automattic/jetpack-sync": "^3.14.2",
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
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.14';
const PACKAGE_VERSION = '3.4.15-alpha';

const PACKAGE_SLUG = 'backup';

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

## [4.35.14] - 2024-10-15
### Changed
- Update dependencies. [#38910]

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

[4.35.14]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.13...4.35.14
[4.35.13]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.12...4.35.13
[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
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.11",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.14.2-alpha",
"automattic/jetpack-sync": "^3.14.2",
"automattic/jetpack-protect-status": "^0.2.0"
},
"require-dev": {
Expand Down
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.13';
const PACKAGE_VERSION = '4.35.14';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-connection": "^5.1.3",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-sync": "^3.14.2-alpha",
"automattic/jetpack-sync": "^3.14.2",
"automattic/jetpack-protect-models": "^0.3.0",
"automattic/jetpack-plans": "^0.4.11"
},
Expand Down
13 changes: 5 additions & 8 deletions jetpack_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
6 changes: 3 additions & 3 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
),
'jetpack-backup-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-backup',
'ver' => '3.4.14',
'ver' => '3.4.15-alpha1729133444',
),
'jetpack-boost-core' => array(
'path' => 'jetpack_vendor/automattic/jetpack-boost-core',
Expand Down Expand Up @@ -50,7 +50,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.35.13',
'ver' => '4.35.14',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand All @@ -70,7 +70,7 @@
),
'jetpack-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-sync',
'ver' => '3.14.2-alpha1728994237',
'ver' => '3.14.2',
),
),
);
2 changes: 1 addition & 1 deletion vendor/autoload_packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ3_0_alpha\al3_1_2_alpha;
namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ3_0_alpha\al3_1_2;

// phpcs:ignore

Expand Down
Loading

0 comments on commit e146ac2

Please sign in to comment.