Skip to content

Commit 11cc102

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/24677799680 Upstream-Ref: Automattic/jetpack@eed7575
1 parent 965dfa6 commit 11cc102

4 files changed

Lines changed: 15 additions & 18 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.8.4-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.8.4] - 2026-04-20
129
### Changed
13-
- Adopt the shared Jetpack admin-page-layout mixin on the Newsletter admin page: pinned header, scrolling middle, pinned footer, no window-level scroll. Adds @automattic/jetpack-base-styles as a workspace dependency.
14-
- Update package dependencies.
10+
- Adopt the shared Jetpack admin-page-layout mixin on the Newsletter admin page: pinned header, scrolling middle, pinned footer, no window-level scroll. Adds @automattic/jetpack-base-styles as a workspace dependency. [#48109]
11+
- Update package dependencies. [#48106] [#48141]
1512

1613
### Removed
17-
- Remove the jetpack_wp_admin_newsletter_settings_enabled filter; the wp-admin newsletter settings page is now always enabled.
14+
- Remove the jetpack_wp_admin_newsletter_settings_enabled filter; the wp-admin newsletter settings page is now always enabled. [#48092]
1815

1916
## [0.8.3] - 2026-04-15
2017
### Changed
@@ -170,7 +167,7 @@ This is an alpha version! The changes listed here are not final.
170167
### Changed
171168
- Update package dependencies. [#46143]
172169

173-
[0.8.4-alpha]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.3...v0.8.4-alpha
170+
[0.8.4]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.3...v0.8.4
174171
[0.8.3]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.2...v0.8.3
175172
[0.8.2]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.1...v0.8.2
176173
[0.8.1]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.0...v0.8.1

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-admin-ui": "^0.8.1-alpha",
9-
"automattic/jetpack-assets": "^4.3.33-alpha",
10-
"automattic/jetpack-connection": "^8.3.1-alpha",
8+
"automattic/jetpack-admin-ui": "^0.8.1",
9+
"automattic/jetpack-assets": "^4.3.33",
10+
"automattic/jetpack-connection": "^8.3.1",
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-newsletter",
3-
"version": "0.8.4-alpha",
3+
"version": "0.8.4",
44
"private": true,
55
"description": "Jetpack Newsletter functionality",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/newsletter/#readme",
@@ -33,12 +33,12 @@
3333
],
3434
"dependencies": {
3535
"@automattic/jetpack-analytics": "^1.0.9",
36-
"@automattic/jetpack-api": "^1.0.23-alpha",
37-
"@automattic/jetpack-base-styles": "^1.1.0-alpha",
38-
"@automattic/jetpack-components": "^1.8.3-alpha",
39-
"@automattic/jetpack-connection": "^1.4.46-alpha",
36+
"@automattic/jetpack-api": "^1.0.23",
37+
"@automattic/jetpack-base-styles": "^1.1.0",
38+
"@automattic/jetpack-components": "^1.8.3",
39+
"@automattic/jetpack-connection": "^1.4.46",
4040
"@automattic/jetpack-script-data": "^0.6.2",
41-
"@automattic/jetpack-shared-extension-utils": "^1.5.10-alpha",
41+
"@automattic/jetpack-shared-extension-utils": "^1.5.10",
4242
"@wordpress/api-fetch": "7.44.0",
4343
"@wordpress/components": "32.6.0",
4444
"@wordpress/dataviews": "14.1.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.8.4-alpha';
24+
const PACKAGE_VERSION = '0.8.4';
2525
/**
2626
* Whether the class has been initialized
2727
*

0 commit comments

Comments
 (0)