Skip to content

Commit 4dfa7d0

Browse files
gmjuhaszmatticbot
authored andcommitted
Backport social 7.4.0 changes (#46590)
* Changelog and readme.txt edits. * Update stable tag in readme.txt * Apply suggestions from code review Co-authored-by: Manzoor Wani <[email protected]> --------- Co-authored-by: Manzoor Wani <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/20994279575 Upstream-Ref: Automattic/jetpack@c748e6d
1 parent 709eebb commit 4dfa7d0

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 9 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.70.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.70.0] - 2026-01-14
129
### Changed
13-
- Decouple SharePostForm component from the store by adding optional props for controlled mode.
14-
- Move publicize-components into publicize package.
15-
- Update package dependencies.
16-
- Use tab panel for preview and customization in the preview modal.
10+
- Decouple `SharePostForm` component from the store by adding optional props for controlled mode. [#46545]
11+
- Move publicize-components into publicize package. [#46516]
12+
- Update package dependencies. [#46552]
13+
- Use tab panel for preview and customization in the preview modal. [#46584]
1714

1815
## [0.69.2] - 2026-01-12
1916
### Changed
@@ -1210,7 +1207,7 @@ This is an alpha version! The changes listed here are not final.
12101207
- Updated package dependencies.
12111208
- Update package.json metadata.
12121209

1213-
[0.70.0-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.2...v0.70.0-alpha
1210+
[0.70.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.2...v0.70.0
12141211
[0.69.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.1...v0.69.2
12151212
[0.69.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.0...v0.69.1
12161213
[0.69.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.68.1...v0.69.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-admin-ui": "^0.5.11",
9-
"automattic/jetpack-connection": "^6.20.2-alpha",
9+
"automattic/jetpack-connection": "^6.20.2",
1010
"automattic/jetpack-autoloader": "^5.0.15",
1111
"automattic/jetpack-config": "^3.1.1",
1212
"automattic/jetpack-assets": "^4.3.19",

0 commit comments

Comments
 (0)