Skip to content

Commit

Permalink
Amend readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Sep 30, 2024
1 parent cefe29e commit e745ad1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions 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.12-alpha] - unreleased

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

## [3.4.12] - 2024-09-30
### Changed
- Update dependencies.
- Update dependencies. [#39528]

## [3.4.11] - 2024-09-23
### Changed
Expand Down Expand Up @@ -712,7 +709,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.12-alpha]: https://github.com/Automattic/jetpack-backup/compare/v3.4.11...v3.4.12-alpha
[3.4.12]: https://github.com/Automattic/jetpack-backup/compare/v3.4.11...v3.4.12
[3.4.11]: https://github.com/Automattic/jetpack-backup/compare/v3.4.10...v3.4.11
[3.4.10]: https://github.com/Automattic/jetpack-backup/compare/v3.4.9...v3.4.10
[3.4.9]: https://github.com/Automattic/jetpack-backup/compare/v3.4.8...v3.4.9
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"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.1-alpha",
"automattic/jetpack-my-jetpack": "^4.35.9-alpha",
"automattic/jetpack-sync": "^3.13.2-alpha",
"automattic/jetpack-connection": "^5.1.1",
"automattic/jetpack-my-jetpack": "^4.35.9",
"automattic/jetpack-sync": "^3.13.2",
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@automattic/jetpack-analytics": "^0.1.31",
"@automattic/jetpack-api": "^0.17.13",
"@automattic/jetpack-components": "^0.56.0",
"@automattic/jetpack-connection": "^0.35.10-alpha",
"@automattic/jetpack-connection": "^0.35.10",
"@wordpress/api-fetch": "7.7.0",
"@wordpress/components": "28.7.0",
"@wordpress/data": "10.7.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 = '3.4.12-alpha';
const PACKAGE_VERSION = '3.4.12';

const PACKAGE_SLUG = 'backup';

Expand Down

0 comments on commit e745ad1

Please sign in to comment.