Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#41328)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjuhasz authored and matticbot committed Jan 27, 2025
1 parent 66d8c0a commit af25bda
Show file tree
Hide file tree
Showing 9 changed files with 214 additions and 217 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"automattic/jetpack-compat": "^4.0.0",
"automattic/jetpack-composer-plugin": "^4.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-connection": "^6.3.1-alpha",
"automattic/jetpack-connection": "^6.3.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-error": "^3.0.0",
Expand All @@ -38,7 +38,7 @@
"automattic/jetpack-my-jetpack": "^5.4.0",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-post-list": "^0.7.3",
"automattic/jetpack-publicize": "^0.58.0-alpha",
"automattic/jetpack-publicize": "^0.58.0",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-roles": "^3.0.1",
"automattic/jetpack-search": "^0.47.7-alpha",
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.3.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [6.3.1] - 2025-01-27
### Changed
- Internal updates.

## [6.3.0] - 2025-01-20
### Changed
Expand Down Expand Up @@ -1291,7 +1291,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[6.3.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.3.0...v6.3.1-alpha
[6.3.1]: https://github.com/Automattic/jetpack-connection/compare/v6.3.0...v6.3.1
[6.3.0]: https://github.com/Automattic/jetpack-connection/compare/v6.2.2...v6.3.0
[6.2.2]: https://github.com/Automattic/jetpack-connection/compare/v6.2.1...v6.2.2
[6.2.1]: https://github.com/Automattic/jetpack-connection/compare/v6.2.0...v6.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '6.3.1-alpha';
const PACKAGE_VERSION = '6.3.1';

const PACKAGE_SLUG = 'connection';

Expand Down
19 changes: 8 additions & 11 deletions jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.58.0-alpha] - unreleased

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

## [0.58.0] - 2025-01-27
### Changed
- Refactored Social Note settings to use core
- Social | Unify connections management API schema
- Social | Use feature flag for share status data
- Refactored Social Note settings to use core [#41153]
- Social | Unify connections management API schema [#40679]
- Social | Use feature flag for share status data [#41218]

### Fixed
- Social: Fix profile links for LinkedIn connections
- Social | Fix editor invalid parameters error for old Jetpack versions.
- Social | Fix feature check for social connections list initial state
- Social: Fix profile links for LinkedIn connections [#40873]
- Social | Fix editor invalid parameters error for old Jetpack versions. [#41199]
- Social | Fix feature check for social connections list initial state [#40679]

## [0.57.4] - 2025-01-20
### Changed
Expand Down Expand Up @@ -831,7 +828,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies.
- Update package.json metadata.

[0.58.0-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.4...v0.58.0-alpha
[0.58.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.4...v0.58.0
[0.57.4]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.3...v0.57.4
[0.57.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.2...v0.57.3
[0.57.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.1...v0.57.2
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '6.3.1-alpha1737734459',
'ver' => '6.3.1',
),
'jetpack-explat' => array(
'path' => 'jetpack_vendor/automattic/jetpack-explat',
Expand Down Expand Up @@ -102,7 +102,7 @@
),
'jetpack-publicize-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-publicize',
'ver' => '0.58.0-alpha1737968072',
'ver' => '0.58.0',
),
'jetpack-search-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-search',
Expand Down
Loading

0 comments on commit af25bda

Please sign in to comment.