Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#41072)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored Jan 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 330bd1e commit 4f7022d
Showing 76 changed files with 88 additions and 297 deletions.
5 changes: 5 additions & 0 deletions projects/packages/my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,10 @@ 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).

## [5.3.2] - 2025-01-14
### Fixed
- Fix bug where description doesn't show up on backup card in specific scenarios. [#40904]

## [5.3.1] - 2025-01-10
### Added
- Add new WAF status on Protect card for when WAF is unsupported. [#40880]
@@ -1902,6 +1906,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[5.3.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.1...5.3.2
[5.3.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.0...5.3.1
[5.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.2.0...5.3.0
[5.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.2...5.2.0

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
"version": "5.3.1",
"version": "5.3.2",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/class-initializer.php
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '5.3.1';
const PACKAGE_VERSION = '5.3.2';

/**
* HTML container ID for the IDC screen on My Jetpack page.
5 changes: 5 additions & 0 deletions projects/packages/publicize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,10 @@ 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.57.3] - 2025-01-14
### Fixed
- Social: Fix failure on post save with LinkedIn connection enabled. [#41000]

## [0.57.2] - 2025-01-13
### Added
- Publicize: Allow filtering of connections in publicize rest endpoint. [#40914]
@@ -803,6 +807,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies.
- Update package.json metadata.

[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
[0.57.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.0...v0.57.1
[0.57.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.5...v0.57.0

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/publicize/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-publicize",
"version": "0.57.2",
"version": "0.57.3",
"description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme",
"bugs": {
38 changes: 38 additions & 0 deletions projects/plugins/social/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,44 @@ 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.0.0 - 2025-01-14
### Added
- Add Bluesky to social feature copy. [#40487]
- Add a new toggle for UTM tracking. [#39998]
- Add LinkedIn permissions warning. [#40220]
- Enable test coverage. [#39961]
- Make Post share status immediately available in the editor on page load. [#40301]
- My Jetpack: Update recommendations section in My Jetpack to include a slider interaction for the cards. [#39850]

### Changed
- Change My Jetpack CTA from "Learn more" to "Activate". [#40359]
- Change order of connections. [#40020]
- Clean up unused TypeScript types [#40033]
- E2E Tests: Update tests to use @wordpress/e2e-test-utils-playwright. [#40750]
- Ensure the support link points to Jetpack support. [#40760]
- Image Generator: Change description for toggle. [#40991]
- Image Generator: Move settings to new store. [#39904]
- Migrate settings to new script data. [#40032]
- Migrate the last bits of social store to new script data. [#40081]
- Move the admin menu initialization to the init hook. [#40474]
- Readme: Update documentation to include all supported social networks. [#40248]
- Remove some unused code. [#40122]
- Resolve an issue where revoked licenses were incorrectly treated as unattached. This caused users to be redirected to the license activation page after site connection, even when unattached licenses were not valid for activation. [#40215]
- Updated dependencies. [#40286]
- Updated package dependencies. [#39999] [#40000] [#40060] [#40116] [#40258] [#40288] [#40363] [#40515] [#40564] [#40693] [#40784] [#40792] [#40798] [#40815] [#40980]

### Removed
- General: Update minimum PHP version to 7.2. [#40147]
- General: Update minimum WordPress version to 6.6. [#40146]

### Fixed
- E2E Tests: Only install single browser used by Playwright. [#40827]
- Fix an issue where we showed the license message even with a plan. [#40931]
- Fix the infinite reload issue on Jetpack Sharing settings. [#40089]
- Fix the Instagram max video length. [#39930]
- Page & Post: Fix the layout on mobile when details are open. [#40872]
- Prevent dataviews styles imported in share status from being added globally. [#39991]

## 5.5.1 - 2024-10-29
### Changed
- Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. [#39877]

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/add-linkedin-warning

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/add-social-utm-toggle

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/explore-wp-e2e-setup

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/fix-bump_composer_versions

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/fix-edit-page-on-mobile

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/fix-instagram-video-length

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/fix-order-of-services

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/move-admin-menu-to-init

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#10

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#11

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#12

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#2

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#3

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#4

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#5

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#6

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#7

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#8

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#9

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/renovate-autoprefixer-10.x

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/renovate-babel-monorepo

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/renovate-brain-monkey-2.x

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/renovate-brain-monkey-2.x#2

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/renovate-config-3.x

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/renovate-definitelytyped

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/renovate-definitelytyped#2

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/renovate-wordpress-monorepo

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/restore-jp_test_coverage

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/restore-jp_test_coverage#2

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/update-bump_min_php_to_7.2

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/update-bump_min_wp_to_6.6

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4f7022d

Please sign in to comment.