Skip to content

Commit

Permalink
Backport backup 3.0 Changes (#40194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Initsogar authored and matticbot committed Nov 14, 2024
1 parent 07c9487 commit f5fe638
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 24 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ 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-11-14
### Added
- Backup: added next daily backup schedule time on admin page
- Backup: added next daily backup schedule time on admin page [#39914]

### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [3.4.17] - 2024-11-11
### Changed
Expand Down Expand Up @@ -740,7 +737,7 @@ This is an alpha version! The changes listed here are not final.

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

[4.0.0-alpha]: https://github.com/Automattic/jetpack-backup/compare/v3.4.17...v4.0.0-alpha
[4.0.0]: https://github.com/Automattic/jetpack-backup/compare/v3.4.17...v4.0.0
[3.4.17]: https://github.com/Automattic/jetpack-backup/compare/v3.4.16...v3.4.17
[3.4.16]: https://github.com/Automattic/jetpack-backup/compare/v3.4.15...v3.4.16
[3.4.15]: https://github.com/Automattic/jetpack-backup/compare/v3.4.14...v3.4.15
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^3.0.0-alpha",
"automattic/jetpack-admin-ui": "^0.5.0-alpha",
"automattic/jetpack-autoloader": "^4.0.0-alpha",
"automattic/jetpack-backup-helper-script-manager": "^0.3.0-alpha",
"automattic/jetpack-composer-plugin": "^3.0.0-alpha",
"automattic/jetpack-config": "^3.0.0-alpha",
"automattic/jetpack-connection": "^6.0.0-alpha",
"automattic/jetpack-my-jetpack": "^5.0.0-alpha",
"automattic/jetpack-sync": "^4.0.0-alpha",
"automattic/jetpack-status": "^5.0.0-alpha"
"automattic/jetpack-assets": "^3.0.0",
"automattic/jetpack-admin-ui": "^0.5.0",
"automattic/jetpack-autoloader": "^4.0.0",
"automattic/jetpack-backup-helper-script-manager": "^0.3.0",
"automattic/jetpack-composer-plugin": "^3.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-connection": "^6.0.0",
"automattic/jetpack-my-jetpack": "^5.0.0",
"automattic/jetpack-sync": "^4.0.0",
"automattic/jetpack-status": "^5.0.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^5.0.0-alpha",
"automattic/jetpack-changelogger": "^5.0.0",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/wordbless": "@dev"
},
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
],
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.32",
"@automattic/jetpack-api": "^0.17.17",
"@automattic/jetpack-components": "^0.60.0-alpha",
"@automattic/jetpack-connection": "^0.35.16",
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-api": "^0.17.18",
"@automattic/jetpack-components": "^0.60.0",
"@automattic/jetpack-connection": "^0.35.17",
"@tanstack/react-query": "5.20.5",
"@wordpress/api-fetch": "7.11.0",
"@wordpress/components": "28.11.0",
Expand All @@ -45,7 +45,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.35",
"@automattic/jetpack-base-styles": "^0.6.36",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '4.0.0-alpha';
const PACKAGE_VERSION = '4.0.0';

const PACKAGE_SLUG = 'backup';

Expand Down

0 comments on commit f5fe638

Please sign in to comment.