Skip to content

Commit 9716691

Browse files
robertsreberskimatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/28158658381 Upstream-Ref: Automattic/jetpack@5dfaef5
1 parent 8551962 commit 9716691

4 files changed

Lines changed: 9 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ 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.11.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.11.0] - 2026-06-25
129
### Changed
13-
- Stage the modernized Newsletter dashboard rollout: default the rsm_jetpack_ui_modernization_newsletter and jetpack_wp_admin_subscriber_management_enabled filters on for Automatticians and for a percentage cohort of all sites (currently 0%), bucketed by the stable wpcom blog ID so the cohort persists across a Simple→Atomic transfer. The Simple-site rollout is driven separately from the WordPress.com backend.
14-
- Update package dependencies.
10+
- Introduce the modernized dashboard and WP Admin subscriber management behind the `rsm_jetpack_ui_modernization_newsletter` and `jetpack_wp_admin_subscriber_management_enabled` filters, off by default. [#49036]
11+
- Update package dependencies. [#49831]
1512

1613
### Fixed
17-
- Align the settings DataForm field `Edit` controls, the import-subscribers notice `ActionLink`, and the dashboard tab panels with the `@wordpress/dataviews` 16 and `@wordpress/ui` 0.15 type APIs.
14+
- Align the settings DataForm field `Edit` controls, the import-subscribers notice `ActionLink`, and the dashboard tab panels with the `@wordpress/dataviews` 16 and `@wordpress/ui` 0.15 type APIs. [#49801]
1815

1916
## [0.10.0] - 2026-06-22
2017
### Added
@@ -260,7 +257,7 @@ This is an alpha version! The changes listed here are not final.
260257
### Changed
261258
- Update package dependencies. [#46143]
262259

263-
[0.11.0-alpha]: https://github.com/Automattic/jetpack-newsletter/compare/v0.10.0...v0.11.0-alpha
260+
[0.11.0]: https://github.com/Automattic/jetpack-newsletter/compare/v0.10.0...v0.11.0
264261
[0.10.0]: https://github.com/Automattic/jetpack-newsletter/compare/v0.9.1...v0.10.0
265262
[0.9.1]: https://github.com/Automattic/jetpack-newsletter/compare/v0.9.0...v0.9.1
266263
[0.9.0]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.10...v0.9.0

build/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
*/
1010

1111
return array(
12-
'version' => '0.11.0-alpha',
12+
'version' => '0.11.0',
1313
'build_url' => plugin_dir_url( __FILE__ ),
1414
);

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"php": ">=7.2",
88
"automattic/jetpack-admin-ui": "^0.9.5",
99
"automattic/jetpack-assets": "^4.4.1",
10-
"automattic/jetpack-connection": "^8.7.4-alpha",
10+
"automattic/jetpack-connection": "^8.7.4",
1111
"automattic/jetpack-plans": "^0.11.9",
1212
"automattic/jetpack-redirect": "^3.0.15",
1313
"automattic/jetpack-status": "^6.1.8",
14-
"automattic/jetpack-wp-build-polyfills": "^0.1.17-alpha"
14+
"automattic/jetpack-wp-build-polyfills": "^0.1.17"
1515
},
1616
"require-dev": {
1717
"yoast/phpunit-polyfills": "^4.0.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.11.0-alpha';
25+
const PACKAGE_VERSION = '0.11.0';
2626

2727
const ADMIN_PAGE_SLUG = 'jetpack-newsletter';
2828

0 commit comments

Comments
 (0)