Skip to content

Commit 0fcb687

Browse files
manzoorwanijkmatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/21138580567 Upstream-Ref: Automattic/jetpack@d072b27
1 parent 6b29e22 commit 0fcb687

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

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.71.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.71.0] - 2026-01-19
129
### Added
13-
- Add per-network customization with global toggle and per-connection message/media overrides.
10+
- Add per-network customization with global toggle and per-connection message/media overrides. [#46563]
1411

1512
### Changed
16-
- Disable customization form when connection is disabled.
17-
- Update package dependencies.
13+
- Disable customization form when connection is disabled. [#46588]
14+
- Update package dependencies. [#46647]
1815

1916
## [0.70.0] - 2026-01-14
2017
### Changed
@@ -1218,7 +1215,7 @@ This is an alpha version! The changes listed here are not final.
12181215
- Updated package dependencies.
12191216
- Update package.json metadata.
12201217

1221-
[0.71.0-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.70.0...v0.71.0-alpha
1218+
[0.71.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.70.0...v0.71.0
12221219
[0.70.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.2...v0.70.0
12231220
[0.69.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.1...v0.69.2
12241221
[0.69.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.0...v0.69.1

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-admin-ui": "^0.5.11",
9-
"automattic/jetpack-connection": "^6.20.3-alpha",
9+
"automattic/jetpack-connection": "^6.20.3",
1010
"automattic/jetpack-autoloader": "^5.0.15",
1111
"automattic/jetpack-config": "^3.1.1",
12-
"automattic/jetpack-assets": "^4.3.20-alpha",
12+
"automattic/jetpack-assets": "^4.3.20",
1313
"automattic/jetpack-redirect": "^3.0.9",
1414
"automattic/jetpack-plans": "^0.11.1",
1515
"automattic/jetpack-status": "^6.1.2"

0 commit comments

Comments
 (0)