Skip to content

Commit 9086e16

Browse files
grzegorz-cpmatticbot
authored andcommitted
Amend readme.txt
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/20735402258 Upstream-Ref: Automattic/jetpack@7c99b79
1 parent c094ea9 commit 9086e16

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ 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.69.1-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.69.1] - 2026-01-06
129
### Removed
13-
- Remove the unused Dismissed_Notices class.
14-
- Remove unused feature flag logic.
10+
- Remove the unused Dismissed_Notices class. [#46398]
11+
- Remove unused feature flag logic. [#46386]
1512

1613
## [0.69.0] - 2025-12-22
1714
### Added
@@ -1196,7 +1193,7 @@ This is an alpha version! The changes listed here are not final.
11961193
- Updated package dependencies.
11971194
- Update package.json metadata.
11981195

1199-
[0.69.1-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.0...v0.69.1-alpha
1196+
[0.69.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.0...v0.69.1
12001197
[0.69.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.68.1...v0.69.0
12011198
[0.68.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.68.0...v0.68.1
12021199
[0.68.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.67.7...v0.68.0

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-publicize",
3-
"version": "0.69.1-alpha",
3+
"version": "0.69.1",
44
"private": true,
55
"description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme",
@@ -28,7 +28,7 @@
2828
],
2929
"dependencies": {
3030
"@automattic/jetpack-analytics": "^1.0.6",
31-
"@automattic/jetpack-publicize-components": "^1.10.1-alpha",
31+
"@automattic/jetpack-publicize-components": "^1.10.1",
3232
"@wordpress/api-fetch": "7.36.0",
3333
"@wordpress/i18n": "6.9.0",
3434
"jquery": "3.7.1"

src/class-publicize-base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ abstract public function get_services( $filter = 'all', $_blog_id = false, $_use
275275
/**
276276
* Whether the site has the feature flag enabled.
277277
*
278-
* @deprecated 0.69.1-alpha Use Current_Plan::supports() directly instead.
278+
* @deprecated 0.69.1 Use Current_Plan::supports() directly instead.
279279
*
280280
* @todo Remove this method After March 2026.
281281
*

src/class-publicize-script-data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public static function get_store_initial_state() {
222222
/**
223223
* Whether the site has the feature flag enabled.
224224
*
225-
* @deprecated 0.69.1-alpha Use Current_Plan::supports() directly instead.
225+
* @deprecated 0.69.1 Use Current_Plan::supports() directly instead.
226226
*
227227
* @todo Remove this method After March 2026.
228228
*

0 commit comments

Comments
 (0)