Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates jetpack changelog, dates, and version numbers after 13.3. #36733

Merged
merged 4 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion projects/plugins/jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -139,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 <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Add function exists check for wp_admin_notice [#36511]

## 13.2.1 - 2024-03-12
### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Subscriptions: improve security checks when displaying a Subscription form via a shortcode. [#36347]
Expand Down Expand Up @@ -10064,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
Expand Down
4 changes: 0 additions & 4 deletions projects/plugins/jetpack/changelog/fix-social-publish-panel

This file was deleted.

4 changes: 2 additions & 2 deletions projects/plugins/jetpack/readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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".
Expand Down
Loading