Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40341)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Nov 26, 2024
1 parent 356c82a commit 9f86dea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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).

## [4.0.3] - 2024-11-26
### Changed
- Update dependencies. [#39855]

## [4.0.2] - 2024-11-25
### Changed
- Updated dependencies. [#40286]
Expand Down Expand Up @@ -745,6 +749,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…

[4.0.3]: https://github.com/Automattic/jetpack-backup/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/Automattic/jetpack-backup/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-backup/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-backup/compare/v3.4.17...v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"automattic/jetpack-composer-plugin": "^4.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-connection": "^6.1.0",
"automattic/jetpack-my-jetpack": "^5.0.2",
"automattic/jetpack-my-jetpack": "^5.0.3",
"automattic/jetpack-sync": "^4.0.1",
"automattic/jetpack-status": "^5.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-api": "^0.17.19",
"@automattic/jetpack-components": "^0.63.0-alpha",
"@automattic/jetpack-connection": "^0.35.19",
"@automattic/jetpack-components": "^0.63.0",
"@automattic/jetpack-connection": "^0.35.20",
"@tanstack/react-query": "5.20.5",
"@wordpress/api-fetch": "7.12.0",
"@wordpress/components": "28.12.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.2';
const PACKAGE_VERSION = '4.0.3';

const PACKAGE_SLUG = 'backup';

Expand Down

0 comments on commit 9f86dea

Please sign in to comment.