Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#39497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Sep 23, 2024
1 parent 80d55ed commit 405a244
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions 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.4.11] - 2024-09-23
### Changed
- Update dependencies. [#38958]

## [3.4.10] - 2024-09-16
### Changed
- Updated package dependencies. [#39332]
Expand Down Expand Up @@ -701,6 +705,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.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
[3.4.8]: https://github.com/Automattic/jetpack-backup/compare/v3.4.7...v3.4.8
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,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": "^5.0.0-alpha",
"automattic/jetpack-my-jetpack": "^4.35.7-alpha",
"automattic/jetpack-sync": "^3.13.0",
"automattic/jetpack-status": "^4.0.1"
"automattic/jetpack-connection": "^5.0.0",
"automattic/jetpack-my-jetpack": "^4.35.7",
"automattic/jetpack-sync": "^3.13.1",
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
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.10';
const PACKAGE_VERSION = '3.4.11';

const PACKAGE_SLUG = 'backup';

Expand Down

0 comments on commit 405a244

Please sign in to comment.