From 682a87608187fdb6c336c43a2fd441758b393b27 Mon Sep 17 00:00:00 2001 From: Igor Zinovyev Date: Wed, 3 Apr 2024 17:18:48 +0300 Subject: [PATCH 1/4] Jetpack 13.3. --- projects/plugins/jetpack/CHANGELOG.md | 3 ++- projects/plugins/jetpack/changelog/fix-social-publish-panel | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 projects/plugins/jetpack/changelog/fix-social-publish-panel diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index f7c555af68598..df7a11b2f3d43 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,7 +2,7 @@ ### This is a list detailing changes for all Jetpack releases. -## 13.3-beta - 2024-04-01 +## 13.3 - 2024-04-03 ### Enhancements - AI Assistant: Provide per-block quick actions to make them more relevant. [#36393] - Blocks: "Earn" category renamed to "Monetize". [#36480] @@ -96,6 +96,7 @@ - RNMobile: Remove code associated with Story block for the mobile native version. [#36151] - Sharing Block: Remove extra margin previously added to the first button. [#36386] - Show Browse sites when wp-admin interface is selected and using nav unification. [#36198] +- Social: Ensure the Settings panel is rendered during pre/post publish. [#36654] - SSO: Add error log on SSO invite. [#36416] - SSO: add filter allowing one to disable the WordPress.com invite interface. [#36572] - SSO: fix PHP notices and remove unnecessary PHPCS ignores. [#36589] diff --git a/projects/plugins/jetpack/changelog/fix-social-publish-panel b/projects/plugins/jetpack/changelog/fix-social-publish-panel deleted file mode 100644 index cf332572b7683..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-social-publish-panel +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Social: Ensure the settings panel is rendered during pre/post publish From 9feebd117139c569154f5c1763a51fa2de84d4b7 Mon Sep 17 00:00:00 2001 From: Igor Zinovyev Date: Wed, 3 Apr 2024 17:19:41 +0300 Subject: [PATCH 2/4] Readme.txt. --- projects/plugins/jetpack/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index 79e97a8b4fdf3..dc1f43a6ed3e4 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -325,7 +325,7 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 13.3-beta - 2024-04-01 +### 13.3 - 2024-04-03 #### Enhancements - AI Assistant: Provide per-block quick actions to make them more relevant. - Blocks: "Earn" category renamed to "Monetize". From b31577d70ffb7aa7c68b9ee19eeccd1038b44e84 Mon Sep 17 00:00:00 2001 From: Igor Zinovyev Date: Thu, 4 Apr 2024 11:44:15 +0300 Subject: [PATCH 3/4] Stable tag. --- projects/plugins/jetpack/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index dc1f43a6ed3e4..57410df056056 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -1,7 +1,7 @@ === Jetpack - WP Security, Backup, Speed, & Growth === Contributors: automattic, adamkheckler, adrianmoldovanwp, aduth, akirk, allendav, alternatekev, andy, annamcphee, annezazu, apeatling, arcangelini, azaozz, barry, batmoo, beaulebens, bindlegirl, biskobe, bjorsch, blobaugh, brbrr, cainm, cena, cfinke, cgastrell, chaselivingston, chellycat, clickysteve, csonnek, danielbachhuber, daniloercoli, davoraltman, delawski, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, egregor, eliorivero, enej, eoigal, erania-pinnera, ethitter, fgiannar, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, joen, jblz, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, kbrownkd, keoshi, koke, kraftbj, lancewillett, leogermani, lhkowalski, lschuyler, macmanx, martinremy, matt, mattwiebe, matveb, maverick3x6, mcsf, mdawaffe, mdbitz, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, nunyvega, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, renatoagds, retrofox, richardmtl, richardmuscat, robertbpugh, roccotripaldi, ryancowles, samhotchkiss, samiff, scarstocea, scottsweb, sdixon194, sdquirk, sermitr, simison, stephdau, thehenridev, tmoorewp, tyxla, Viper007Bond, westi, williamvianas, wpkaren, yoavf, zinigor Tags: Security, backup, Woo, malware, scan, performance -Stable tag: 13.2.2 +Stable tag: 13.3 Requires at least: 6.3 Requires PHP: 7.0 Tested up to: 6.5 From 38bfb28aee407d50c8b6eb54e9c2a02e44c108e8 Mon Sep 17 00:00:00 2001 From: Igor Zinovyev Date: Thu, 4 Apr 2024 11:48:13 +0300 Subject: [PATCH 4/4] Changelog edits backporting. --- projects/plugins/jetpack/CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index df7a11b2f3d43..a8b223ab1eaa0 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,7 +2,7 @@ ### This is a list detailing changes for all Jetpack releases. -## 13.3 - 2024-04-03 +## [13.3] - 2024-04-03 ### Enhancements - AI Assistant: Provide per-block quick actions to make them more relevant. [#36393] - Blocks: "Earn" category renamed to "Monetize". [#36480] @@ -140,6 +140,10 @@ - WPCOM_JSON_API_List_Comments_Endpoint: Remove update_comment_cache() that is no longer needed [#36363] - WPCOM_JSON_API_Upload_Media_v1_1_Endpoint: Fix errors on invalid post data. [#36291] +## 13.2.2 - 2024-03-22 +### Other changes +- Add function exists check for wp_admin_notice [#36511] + ## 13.2.1 - 2024-03-12 ### Other changes - Subscriptions: improve security checks when displaying a Subscription form via a shortcode. [#36347] @@ -10065,6 +10069,7 @@ Other bugfixes and enhancements at https://github.com/Automattic/jetpack/commits - Initial release +[13.3]: https://wp.me/p1moTy-19qu [13.2]: https://wp.me/p1moTy-15UC [13.1]: https://wp.me/p1moTy-12e0 [13.0]: https://wp.me/p1moTy-10Xp