Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-backup-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Sep 5, 2024
1 parent a974b2a commit 56aebfc
Show file tree
Hide file tree
Showing 64 changed files with 855 additions and 1,020 deletions.
20 changes: 4 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,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/).

## [2.8-alpha] - unreleased

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

## [2.8] - 2024-09-05
### Changed
- Update composer lock file
- Update README to include on-demand backups reference

### Removed
- General: update WordPress version requirements to WordPress 6.5.

### Fixed
- Lossless image optimization for images (should improve performance with no visible changes).
- Lossless image optimization of images in projects/plugins [subdirectories from a* through social]
- Revert recent SVG image optimizations.
- Updated package dependencies.
- General: Update WordPress version requirements to WordPress 6.5. [#38382]
- Docs: Update README to include on-demand backups reference. [#38960]

## [2.7] - 2024-06-27
### Added
Expand Down Expand Up @@ -250,7 +238,7 @@ This is an alpha version! The changes listed here are not final.
- Use `absoluteRuntime` in babel JS build to avoid module not found errors.

[2.2-beta]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.1...2.2-beta
[2.8-alpha]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.7...2.8-alpha
[2.8]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.7...2.8
[2.7]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.6...2.7
[2.6]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.5...2.6
[2.5]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.4...2.5
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-autoloader": "^3.0.10",
"automattic/jetpack-backup": "^3.4.7-alpha",
"automattic/jetpack-backup": "^3.4.7",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-my-jetpack": "^4.35.1-alpha",
"automattic/jetpack-status": "^4.0.0-alpha"
"automattic/jetpack-my-jetpack": "^4.35.1",
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand All @@ -22,10 +22,11 @@
"scripts": {
"watch": "echo 'This script is actually watching the Jetpack Backup package, not the plugin' && jetpack watch packages/backup"
},
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ2_8_alpha",
"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ2_8",
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
Expand Down
2 changes: 1 addition & 1 deletion jetpack-backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Jetpack VaultPress Backup
* Plugin URI: https://jetpack.com/jetpack-backup
* Description: Easily restore or download a backup of your site from a specific moment in time.
* Version: 2.8-alpha
* Version: 2.8
* Author: Automattic - Jetpack Backup team
* Author URI: https://jetpack.com/
* License: GPLv2 or later
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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).

## [2.3.7-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [2.3.7] - 2024-09-05
### Changed
- Internal updates.

## [2.3.6] - 2024-09-05
### Changed
Expand Down Expand Up @@ -497,7 +497,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[2.3.7-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.3.6...v2.3.7-alpha
[2.3.7]: https://github.com/Automattic/jetpack-assets/compare/v2.3.6...v2.3.7
[2.3.6]: https://github.com/Automattic/jetpack-assets/compare/v2.3.5...v2.3.6
[2.3.5]: https://github.com/Automattic/jetpack-assets/compare/v2.3.4...v2.3.5
[2.3.4]: https://github.com/Automattic/jetpack-assets/compare/v2.3.3...v2.3.4
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-backup/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).

## [3.4.7-alpha] - unreleased

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

## [3.4.7] - 2024-09-05
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39176]

## [3.4.6] - 2024-09-02
### Changed
Expand Down Expand Up @@ -688,7 +685,7 @@ This is an alpha version! The changes listed here are not final.

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

[3.4.7-alpha]: https://github.com/Automattic/jetpack-backup/compare/v3.4.6...v3.4.7-alpha
[3.4.7]: https://github.com/Automattic/jetpack-backup/compare/v3.4.6...v3.4.7
[3.4.6]: https://github.com/Automattic/jetpack-backup/compare/v3.4.5...v3.4.6
[3.4.5]: https://github.com/Automattic/jetpack-backup/compare/v3.4.4...v3.4.5
[3.4.4]: https://github.com/Automattic/jetpack-backup/compare/v3.4.3...v3.4.4
Expand Down
10 changes: 5 additions & 5 deletions jetpack_vendor/automattic/jetpack-backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.7-alpha",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-autoloader": "^3.0.10",
"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": "^4.0.0-alpha",
"automattic/jetpack-my-jetpack": "^4.35.1-alpha",
"automattic/jetpack-sync": "^3.10.0-alpha",
"automattic/jetpack-status": "^4.0.0-alpha"
"automattic/jetpack-connection": "^4.0.0",
"automattic/jetpack-my-jetpack": "^4.35.1",
"automattic/jetpack-sync": "^3.10.0",
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
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.7-alpha';
const PACKAGE_VERSION = '3.4.7';

const PACKAGE_SLUG = 'backup';

Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-boost-core/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.2.11] - 2024-09-05
### Changed
- Update dependencies.

## [0.2.10] - 2024-09-05
### Changed
- Update dependencies.
Expand Down Expand Up @@ -69,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Introduce new package. [#31163]

[0.2.11]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.10...v0.2.11
[0.2.10]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.9...v0.2.10
[0.2.9]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.8...v0.2.9
[0.2.8]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.7...v0.2.8
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-boost-core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.0-alpha"
"automattic/jetpack-connection": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": ">=7.0",
"automattic/jetpack-boost-core": "^0.2.10"
"automattic/jetpack-boost-core": "^0.2.9"
},
"autoload": {
"classmap": [
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
"automattic/jetpack-changelogger": "^4.2.4",
"automattic/jetpack-connection": "@dev",
"automattic/jetpack-import": "@dev",
"automattic/jetpack-jitm": "@dev",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-connection/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.0.0-alpha] - unreleased

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

## [4.0.0] - 2024-09-05
### Deprecated
- Deprecated Jetpack Onboarding system
- Deprecated Jetpack Onboarding system. [#39229]

## [3.0.0] - 2024-09-05
### Changed
Expand Down Expand Up @@ -1186,7 +1183,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[4.0.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v3.0.0...v4.0.0-alpha
[4.0.0]: https://github.com/Automattic/jetpack-connection/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/Automattic/jetpack-connection/compare/v2.12.5...v3.0.0
[2.12.5]: https://github.com/Automattic/jetpack-connection/compare/v2.12.4...v2.12.5
[2.12.4]: https://github.com/Automattic/jetpack-connection/compare/v2.12.3...v2.12.4
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-assets": "^2.3.7-alpha",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-status": "^4.0.0-alpha",
"automattic/jetpack-redirect": "^2.0.3"
"automattic/jetpack-status": "^4.0.0",
"automattic/jetpack-redirect": "^2.0.4"
},
"require-dev": {
"automattic/wordbless": "@dev",
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.0.0-alpha';
const PACKAGE_VERSION = '4.0.0';

const PACKAGE_SLUG = 'connection';

Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-explat/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.7] - 2024-09-05
### Changed
- Update dependencies.

## [0.1.6] - 2024-09-05
### Changed
- Updated package dependencies. [#39176]
Expand Down Expand Up @@ -39,6 +43,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.7]: https://github.com/Automattic/jetpack-explat/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/Automattic/jetpack-explat/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/Automattic/jetpack-explat/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/Automattic/jetpack-explat/compare/v0.1.3...v0.1.4
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-explat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.0-alpha"
"automattic/jetpack-connection": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
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.6';
const PACKAGE_VERSION = '0.1.7';

/**
* Initializer.
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-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.21] - 2024-09-05
### Changed
- Update dependencies.

## [3.1.20] - 2024-09-05
### Changed
- Updated package dependencies. [#39176]
Expand Down Expand Up @@ -759,6 +763,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update Jetpack to use new JITM package

[3.1.21]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.20...v3.1.21
[3.1.20]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.19...v3.1.20
[3.1.19]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.18...v3.1.19
[3.1.18]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.17...v3.1.18
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-assets": "^2.3.7-alpha",
"automattic/jetpack-connection": "^4.0.0-alpha",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-connection": "^4.0.0",
"automattic/jetpack-device-detection": "^2.1.4",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-redirect": "^2.0.3",
"automattic/jetpack-status": "^4.0.0-alpha"
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"brain/monkey": "2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-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.20';
const PACKAGE_VERSION = '3.1.21';

/**
* The configuration method that is called from the jetpack-config package.
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).

## [2.0.9] - 2024-09-05
### Changed
- Update dependencies.

## [2.0.8] - 2024-09-05
### Changed
- Update dependencies.
Expand Down Expand Up @@ -284,6 +288,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Licensing: Add support for Jetpack licenses

[2.0.9]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.8...v2.0.9
[2.0.8]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.7...v2.0.8
[2.0.7]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.6...v2.0.7
[2.0.6]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.5...v2.0.6
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-licensing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.0-alpha"
"automattic/jetpack-connection": "^4.0.0"
},
"require-dev": {
"automattic/wordbless": "@dev",
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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.35.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [4.35.1] - 2024-09-05
### Changed
- Internal updates.

## [4.35.0] - 2024-09-05
### Added
Expand Down Expand Up @@ -1702,7 +1702,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.35.1-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.0...4.35.1-alpha
[4.35.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.0...4.35.1
[4.35.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.34.0...4.35.0
[4.34.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.33.1...4.34.0
[4.33.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.33.0...4.33.1
Expand Down
Loading

0 comments on commit 56aebfc

Please sign in to comment.