Skip to content

Commit d6607d7

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/23155004058 Upstream-Ref: Automattic/jetpack@20f74b0
1 parent fa3b30f commit d6607d7

3 files changed

Lines changed: 12 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,19 @@ 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.1-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.6.1] - 2026-03-16
129
### Added
13-
- Add privacy information link to the newsletter settings section
10+
- Settings: Add privacy information link. [#47587]
1411

1512
### Changed
16-
- Fix inconsistent punctuation and casing on settings screen labels
17-
- Settings links: link to WordPress.com for WordPress.com sites (not just simple sites)
18-
- Update dependencies.
13+
- Settings: Fix inconsistent punctuation and casing on labels. [#47559]
14+
- Settings: Link to WordPress.com for all WordPress.com sites. [#47578]
15+
- Update dependencies. [#47472]
1916

2017
### Fixed
21-
- Add spacing below warning notice in Email content settings section
22-
- Fix mobile alignment of Preview and edit links in Subscriptions settings
23-
- Fix module configure URL not pointing to the new newsletter settings page
18+
- Add spacing below warning notice in Email content settings section. [#47516]
19+
- Subscriptions: Fix mobile alignment of Preview and edit links in settings. [#47561]
20+
- Ensure module configure URL points to the new newsletter settings page. [#47584]
2421

2522
## [0.6.0] - 2026-03-09
2623
### Added
@@ -118,7 +115,7 @@ This is an alpha version! The changes listed here are not final.
118115
### Changed
119116
- Update package dependencies. [#46143]
120117

121-
[0.6.1-alpha]: https://github.com/Automattic/jetpack-newsletter/compare/v0.6.0...v0.6.1-alpha
118+
[0.6.1]: https://github.com/Automattic/jetpack-newsletter/compare/v0.6.0...v0.6.1
122119
[0.6.0]: https://github.com/Automattic/jetpack-newsletter/compare/v0.5.2...v0.6.0
123120
[0.5.2]: https://github.com/Automattic/jetpack-newsletter/compare/v0.5.1...v0.5.2
124121
[0.5.1]: https://github.com/Automattic/jetpack-newsletter/compare/v0.5.0...v0.5.1

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.6.1-alpha",
3+
"version": "0.6.1",
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.19",
3737
"@automattic/jetpack-components": "^1.6.0",
3838
"@automattic/jetpack-script-data": "^0.6.1",
39-
"@automattic/jetpack-shared-extension-utils": "^1.5.4-alpha",
39+
"@automattic/jetpack-shared-extension-utils": "^1.5.4",
4040
"@wordpress/api-fetch": "7.41.0",
4141
"@wordpress/components": "32.3.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.1-alpha';
24+
const PACKAGE_VERSION = '0.6.1';
2525
/**
2626
* Whether the class has been initialized
2727
*

0 commit comments

Comments
 (0)