Skip to content

Commit 9af43ea

Browse files
grzegorz-cpmatticbot
authored andcommitted
Backport jetpack 15.4-beta changes (#46453)
* Changelog and readme.txt edits. * Amend readme.txt * Update stable tag in readme.txt --------- Co-authored-by: Grzegorz Chudzinski-Pawlowski <> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/20764614923 Upstream-Ref: Automattic/jetpack@badb1b3
1 parent 2c0ccd1 commit 9af43ea

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ 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
8+
## [0.69.2-alpha] - unreleased
99

1010
This is an alpha version! The changes listed here are not final.
1111

1212
### Changed
1313
- Update package dependencies.
1414

15+
## [0.69.1] - 2026-01-06
1516
### Removed
16-
- Remove the unused Dismissed_Notices class.
17-
- Remove unused feature flag logic.
17+
- Remove the unused Dismissed_Notices class. [#46398]
18+
- Remove unused feature flag logic. [#46386]
1819

1920
## [0.69.0] - 2025-12-22
2021
### Added
@@ -1199,7 +1200,8 @@ This is an alpha version! The changes listed here are not final.
11991200
- Updated package dependencies.
12001201
- Update package.json metadata.
12011202

1202-
[0.69.1-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.0...v0.69.1-alpha
1203+
[0.69.2-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.1...v0.69.2-alpha
1204+
[0.69.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.0...v0.69.1
12031205
[0.69.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.68.1...v0.69.0
12041206
[0.68.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.68.0...v0.68.1
12051207
[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.2-alpha",
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.2-alpha",
3232
"@wordpress/api-fetch": "7.37.0",
3333
"@wordpress/i18n": "6.10.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)