Skip to content

Commit 8a151f7

Browse files
gmjuhaszmatticbot
authored andcommitted
Amend readme.txt
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/22572756778 Upstream-Ref: Automattic/jetpack@ef7d4d0
1 parent 1dd932b commit 8a151f7

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.2] - 2026-03-02
9+
### Changed
10+
- Update dependencies. [#47038]
11+
812
## [0.5.1] - 2026-02-26
913
### Added
1014
- Add clarifying note to Reading settings page linking to Newsletter settings for email content control. [#47299]
@@ -84,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8488
### Changed
8589
- Update package dependencies. [#46143]
8690

91+
[0.5.2]: https://github.com/Automattic/jetpack-newsletter/compare/v0.5.1...v0.5.2
8792
[0.5.1]: https://github.com/Automattic/jetpack-newsletter/compare/v0.5.0...v0.5.1
8893
[0.5.0]: https://github.com/Automattic/jetpack-newsletter/compare/v0.4.0...v0.5.0
8994
[0.4.0]: https://github.com/Automattic/jetpack-newsletter/compare/v0.3.2...v0.4.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.2",
88
"automattic/jetpack-admin-ui": "^0.5.11",
99
"automattic/jetpack-assets": "^4.3.26",
10-
"automattic/jetpack-connection": "^8.0.1",
10+
"automattic/jetpack-connection": "^8.0.2",
1111
"automattic/jetpack-redirect": "^3.0.9",
1212
"automattic/jetpack-status": "^6.1.2"
1313
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-newsletter",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"description": "Jetpack Newsletter functionality",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/newsletter/#readme",
@@ -36,7 +36,7 @@
3636
"@automattic/jetpack-api": "^1.0.18",
3737
"@automattic/jetpack-components": "^1.4.16",
3838
"@automattic/jetpack-script-data": "^0.6.0",
39-
"@automattic/jetpack-shared-extension-utils": "^1.5.2-alpha",
39+
"@automattic/jetpack-shared-extension-utils": "^1.5.2",
4040
"@wordpress/api-fetch": "7.40.0",
4141
"@wordpress/components": "32.2.0",
4242
"@wordpress/dataviews": "11.3.0",

src/class-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
class Settings {
2424

25-
const PACKAGE_VERSION = '0.5.1';
25+
const PACKAGE_VERSION = '0.5.2';
2626
/**
2727
* Whether the class has been initialized
2828
*

0 commit comments

Comments
 (0)