Skip to content

Commit 7ca34f6

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/23439622065 Upstream-Ref: Automattic/jetpack@51aef31
1 parent 33ec1fc commit 7ca34f6

4 files changed

Lines changed: 13 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@ 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.6.2-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.6.2] - 2026-03-23
129
### Changed
13-
- Add Send newsletter by default toggle to Newsletter settings section.
14-
- Update newsletter settings max width to 660px to match MSD and future settings pages
15-
- Update package dependencies.
10+
- Add "Send newsletter by default" toggle to Newsletter settings section. [#47565]
11+
- Update newsletter settings max width to 660px to match MSD and future settings pages. [#47626]
12+
- Update package dependencies. [#47684]
1613

1714
### Fixed
18-
- Fix i18n translator comment concatenation caused by dataviews function aliasing
15+
- Fix translator comment concatenation caused by dataviews function aliasing. [#47602]
1916

2017
## [0.6.1] - 2026-03-16
2118
### Added
@@ -127,7 +124,7 @@ This is an alpha version! The changes listed here are not final.
127124
### Changed
128125
- Update package dependencies. [#46143]
129126

130-
[0.6.2-alpha]: https://github.com/Automattic/jetpack-newsletter/compare/v0.6.1...v0.6.2-alpha
127+
[0.6.2]: https://github.com/Automattic/jetpack-newsletter/compare/v0.6.1...v0.6.2
131128
[0.6.1]: https://github.com/Automattic/jetpack-newsletter/compare/v0.6.0...v0.6.1
132129
[0.6.0]: https://github.com/Automattic/jetpack-newsletter/compare/v0.5.2...v0.6.0
133130
[0.5.2]: https://github.com/Automattic/jetpack-newsletter/compare/v0.5.1...v0.5.2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-admin-ui": "^0.5.12",
9-
"automattic/jetpack-assets": "^4.3.29-alpha",
10-
"automattic/jetpack-connection": "^8.0.5-alpha",
9+
"automattic/jetpack-assets": "^4.3.29",
10+
"automattic/jetpack-connection": "^8.0.5",
1111
"automattic/jetpack-plans": "^0.11.3",
1212
"automattic/jetpack-redirect": "^3.0.9",
1313
"automattic/jetpack-status": "^6.1.2"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-newsletter",
3-
"version": "0.6.2-alpha",
3+
"version": "0.6.2",
44
"private": true,
55
"description": "Jetpack Newsletter functionality",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/newsletter/#readme",
@@ -33,10 +33,10 @@
3333
],
3434
"dependencies": {
3535
"@automattic/jetpack-analytics": "^1.0.8",
36-
"@automattic/jetpack-api": "^1.0.20-alpha",
37-
"@automattic/jetpack-components": "^1.6.1-alpha",
36+
"@automattic/jetpack-api": "^1.0.20",
37+
"@automattic/jetpack-components": "^1.6.1",
3838
"@automattic/jetpack-script-data": "^0.6.1",
39-
"@automattic/jetpack-shared-extension-utils": "^1.5.5-alpha",
39+
"@automattic/jetpack-shared-extension-utils": "^1.5.5",
4040
"@wordpress/api-fetch": "7.42.0",
4141
"@wordpress/components": "32.4.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
@@ -21,7 +21,7 @@
2121
*/
2222
class Settings {
2323

24-
const PACKAGE_VERSION = '0.6.2-alpha';
24+
const PACKAGE_VERSION = '0.6.2';
2525
/**
2626
* Whether the class has been initialized
2727
*

0 commit comments

Comments
 (0)