Skip to content

Commit 8b4df8e

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/24211929916 Upstream-Ref: Automattic/jetpack@730599a
1 parent ddd7693 commit 8b4df8e

4 files changed

Lines changed: 14 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ 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.1-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.8.1] - 2026-04-09
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#47890] [#47998]
1411

1512
### Fixed
16-
- Defer is_connected() check from init to admin_menu callback to avoid caching a false result before External Storage providers are registered.
13+
- Defer is_connected() check from init to admin_menu callback to avoid caching a false result before External Storage providers are registered. [#48005]
1714

1815
## [0.8.0] - 2026-04-06
1916
### Added
@@ -154,7 +151,7 @@ This is an alpha version! The changes listed here are not final.
154151
### Changed
155152
- Update package dependencies. [#46143]
156153

157-
[0.8.1-alpha]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.0...v0.8.1-alpha
154+
[0.8.1]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.0...v0.8.1
158155
[0.8.0]: https://github.com/Automattic/jetpack-newsletter/compare/v0.7.0...v0.8.0
159156
[0.7.0]: https://github.com/Automattic/jetpack-newsletter/compare/v0.6.2...v0.7.0
160157
[0.6.2]: https://github.com/Automattic/jetpack-newsletter/compare/v0.6.1...v0.6.2

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.7.1-alpha",
9-
"automattic/jetpack-assets": "^4.3.32-alpha",
10-
"automattic/jetpack-connection": "^8.2.1-alpha",
8+
"automattic/jetpack-admin-ui": "^0.7.1",
9+
"automattic/jetpack-assets": "^4.3.32",
10+
"automattic/jetpack-connection": "^8.2.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.1-alpha",
3+
"version": "0.8.1",
44
"private": true,
55
"description": "Jetpack Newsletter functionality",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/newsletter/#readme",
@@ -33,11 +33,11 @@
3333
],
3434
"dependencies": {
3535
"@automattic/jetpack-analytics": "^1.0.9",
36-
"@automattic/jetpack-api": "^1.0.22-alpha",
37-
"@automattic/jetpack-components": "^1.8.1-alpha",
38-
"@automattic/jetpack-connection": "^1.4.44-alpha",
39-
"@automattic/jetpack-script-data": "^0.6.2-alpha",
40-
"@automattic/jetpack-shared-extension-utils": "^1.5.8-alpha",
36+
"@automattic/jetpack-api": "^1.0.22",
37+
"@automattic/jetpack-components": "^1.8.1",
38+
"@automattic/jetpack-connection": "^1.4.44",
39+
"@automattic/jetpack-script-data": "^0.6.2",
40+
"@automattic/jetpack-shared-extension-utils": "^1.5.8",
4141
"@wordpress/api-fetch": "7.43.0",
4242
"@wordpress/components": "32.5.0",
4343
"@wordpress/dataviews": "13.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.1-alpha';
24+
const PACKAGE_VERSION = '0.8.1';
2525
/**
2626
* Whether the class has been initialized
2727
*

0 commit comments

Comments
 (0)