Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 2.3.2, jetpack 13.6-beta, wpcomsh 3.27.2 Cha…
Browse files Browse the repository at this point in the history
…nges (#38145)

* Changelog and readme.txt edits.

* Amend readme.txt

* Init new cycle
  • Loading branch information
zinigor authored Jul 1, 2024
1 parent 44b412d commit 73d2664
Show file tree
Hide file tree
Showing 76 changed files with 124 additions and 228 deletions.
13 changes: 13 additions & 0 deletions projects/js-packages/publicize-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.55.0] - 2024-07-01
### Added
- Added "Save to media library" button for images generated by SIG [#38106]

### Removed
- Removed share as a social post toggle [#37964]

### Fixed
- Added service status to broken connections for a service [#38053]
- Fixed Threads and Instagram social previews [#38138]
- Social | Updated "Share post" logic to hide the button when there are no connections [#38056]

## [0.54.6] - 2024-06-26
### Added
- Added social preview for Threads [#38003]
Expand Down Expand Up @@ -753,6 +765,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#24470]

[0.55.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.54.6...v0.55.0
[0.54.6]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.54.5...v0.54.6
[0.54.5]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.54.4...v0.54.5
[0.54.4]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.54.3...v0.54.4
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/publicize-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-publicize-components",
"version": "0.55.0-alpha",
"version": "0.55.0",
"description": "A library of JS components required by the Publicize editor plugin",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/abtest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [2.1.0] - 2024-07-01
### Deprecated
- This package is no longer maintained and currently broken. [#37994]

## [2.0.3] - 2024-04-25
### Changed
- Internal updates.
Expand Down Expand Up @@ -300,6 +304,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Packages: Introduce a simple A/B test package

[2.1.0]: https://github.com/Automattic/jetpack-abtest/compare/v2.0.3...v2.1.0
[2.0.3]: https://github.com/Automattic/jetpack-abtest/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/Automattic/jetpack-abtest/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/Automattic/jetpack-abtest/compare/v2.0.0...v2.0.1
Expand Down

This file was deleted.

5 changes: 5 additions & 0 deletions projects/packages/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.42.1] - 2024-07-01
### Changed
- Redirect to Default settings page after Admin Interface has been updated to Default. [#38107]

## [5.42.0] - 2024-06-28
### Fixed
- Disable loading of Custom CSS for atomic sites [#38118]
Expand Down Expand Up @@ -938,6 +942,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Testing initial package release.

[5.42.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.42.0...v5.42.1
[5.42.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.41.0...v5.42.0
[5.41.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.40.0...v5.41.0
[5.40.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.39.0...v5.40.0
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/jetpack-mu-wpcom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-mu-wpcom",
"version": "5.42.1-alpha",
"version": "5.42.1",
"description": "Enhances your site with features powered by WordPress.com",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Jetpack_Mu_Wpcom main class.
*/
class Jetpack_Mu_Wpcom {
const PACKAGE_VERSION = '5.42.1-alpha';
const PACKAGE_VERSION = '5.42.1';
const PKG_DIR = __DIR__ . '/../';
const BASE_DIR = __DIR__ . '/';
const BASE_FILE = __FILE__;
Expand Down
11 changes: 11 additions & 0 deletions projects/packages/my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [4.27.0] - 2024-07-01
### Added
- Add the Google Analytics deprecation notice. [#38078]

### Changed
- Reduce amount of historically active modules updates by only triggering on activation of plugin is a jetpack plugin [#38065]

### Fixed
- Fix an issue where the connection error hook was always resetting the notice [#38120]

## [4.26.0] - 2024-06-27
### Changed
- Jetpack AI: Add Title Optimization section on the product page. [#38072]
Expand Down Expand Up @@ -1542,6 +1552,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[4.27.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.26.0...4.27.0
[4.26.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.25.4...4.26.0
[4.25.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.25.3...4.25.4
[4.25.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.25.2...4.25.3
Expand Down

This file was deleted.

This file was deleted.

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": "4.27.0-alpha",
"version": "4.27.0",
"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": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.27.0-alpha';
const PACKAGE_VERSION = '4.27.0';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
8 changes: 8 additions & 0 deletions projects/packages/publicize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.47.0] - 2024-07-01
### Removed
- Removed share as a social post toggle [#37964]

### Fixed
- Ensured that connections are only fetched once per request [#38080]

## [0.46.3] - 2024-06-26
### Added
- Added social preview for Threads [#38003]
Expand Down Expand Up @@ -603,6 +610,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies.
- Update package.json metadata.

[0.47.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.46.3...v0.47.0
[0.46.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.46.2...v0.46.3
[0.46.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.46.1...v0.46.2
[0.46.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.46.0...v0.46.1
Expand Down

This file was deleted.

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.47.0-alpha",
"version": "0.47.0",
"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": {
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [3.1.4] - 2024-07-01
### Fixed
- Sync Checksum:Use postmeta table name from wpdb to compare so we don't filter by whitelist due to performance reasons. [#38084]

## [3.1.3] - 2024-06-25
### Changed
- Internal updates.
Expand Down Expand Up @@ -1188,6 +1192,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Packages: Move sync to a classmapped package

[3.1.4]: https://github.com/Automattic/jetpack-sync/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/Automattic/jetpack-sync/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/Automattic/jetpack-sync/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/Automattic/jetpack-sync/compare/v3.1.0...v3.1.1
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/sync/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.1.4-alpha';
const PACKAGE_VERSION = '3.1.4';

const PACKAGE_SLUG = 'sync';

Expand Down
34 changes: 34 additions & 0 deletions projects/plugins/jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

### This is a list detailing changes for all Jetpack releases.

## 13.6-beta - 2024-07-01
### Enhancements
- Newsletter: Add ability to manage the newsletter byline appearance. [#37997]

### Improved compatibility
- Offline Mode: do not display Jetpack's outbound SSL notice when in Offline mode. [#38113]

### Bug fixes
- AI Assistant: Disable extensions when AI Assistant block is hidden. [#38105]
- Publicize: Fix a race condition with refreshing the active social connections. [#38080]

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- AI Assistant: Add Breve under feature flag. [#38019]
- AI Assistant: Add general image type, cost and feature. [#38042]
- AI Assistant: Avoid auto-starting featured image creation. [#38098]
- AI Assistant: Do not extend Form twice. [#38067]
- AI Assistant: Update loading state of AI Image. [#38062]
- Blocks: Update blogroll item styling. [#37976]
- Custom CSS: Add deprecation warning for Start Fresh option. [#37193]
- Custom CSS: Prevent loading module multiple times. [#37794]
- General: Deprecate jetpack-abtest package. [#37994]
- General: Updated dependencies. [#38138]
- Google Analytics: Add deprecation notice for non-Jetpack admin pages. [#38078]
- Google Fonts: Remove code that is no longer needed for WordPress 6.4+. [#38063]
- Infinite Scroll: Ensure missing assets are loaded [#37971]
- Infinite Scroll: Fixed a fatal error from uninitialized Sharing module. [#38114]
- Jetpack AI Image: Show notice when image gets saved to the media library. [#38077]
- Jetpack AI Image: Trigger an image generation on Enter keypress. [#38103]
- Jetpack AI Image: Use error notice instead of warning for the upgrade nudge. [#38050]
- Widgets: Minor Subscription widget copy change based on user feedback. [#38040]
- Newsletters: Adds tracks to subscription source. [#38060]
- SSO: Disabled Two-Step checkbox when jetpack_sso_require_two_step filter is on. [#37907]
- WordPress.com API: Add export and import capabilities to the sites endpoint response. [#34539]

## 13.6-a.9 - 2024-06-26
### Enhancements
- Social: Add Threads preview to Social Previews. [#38003]
Expand Down
5 changes: 0 additions & 5 deletions projects/plugins/jetpack/changelog/add-backup-on-demand

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/jetpack/changelog/add-ga-deprecation-notice

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/jetpack/changelog/add-jetpack-ai-breve

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/jetpack/changelog/fix-css-tidy-wraning

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/jetpack/changelog/fix-two-step-checkbox

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/jetpack/changelog/fix-woa-fatals

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Significance: patch
Type: other
Comment: Init 13.7-a.0


Updated dependencies
5 changes: 0 additions & 5 deletions projects/plugins/jetpack/changelog/port-wpcomsh-1904

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 73d2664

Please sign in to comment.