Skip to content

Commit

Permalink
Backport changes for Jetpack 14.0-a.7 (#39855)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Update changelog entries for clarity

* Update readme.txt

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11478275744

Upstream-Ref: Automattic/jetpack@2599f56
  • Loading branch information
ice9js authored and matticbot committed Oct 23, 2024
1 parent 420fec2 commit 528b537
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Fixed
- Social: Fix Bsky profile URL

## [0.54.4] - 2024-10-21
### Changed
- Initial State: Migrated URLs to script data
- Initial State: Migrated URLs to script data. [#39797]

### Fixed
- Fixed the site features for Simple sites
- Social: Fix Bsky profile URL
- Fixed the site features for Simple sites. [#39817]

## [0.54.3] - 2024-10-14
### Changed
Expand Down Expand Up @@ -740,7 +743,8 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies.
- Update package.json metadata.

[0.55.0-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.3...v0.55.0-alpha
[0.55.0-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.4...v0.55.0-alpha
[0.54.4]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.3...v0.54.4
[0.54.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.2...v0.54.3
[0.54.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.1...v0.54.2
[0.54.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.0...v0.54.1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^5.1.4-alpha",
"automattic/jetpack-connection": "^5.1.4",
"automattic/jetpack-autoloader": "^3.1.2",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-plans": "^0.4.12-alpha"
"automattic/jetpack-plans": "^0.4.12"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down

0 comments on commit 528b537

Please sign in to comment.