Plugin Directory

Timestamp:
03/22/2024 09:30:19 AM (4 months ago)
Author:
zinigor
Message:

Updating trunk to version 13.2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/CHANGELOG.md

    r3053889 r3056649  
    33### This is a list detailing changes for all Jetpack releases.
    44
    5 ## 13.3-a.3 - 2024-03-18
    6 ### Enhancements
    7 - AI Assistant: Provide per-block quick actions to make them more relevant. [#36393]
    8 - General: Only show installation errors on Plugins page. [#36390]
    9 - Newsletters: Ensure blog stats and top posts blocks do not render in email newsletters. [#36372]
    10 - Sharing: Add a Bluesky sharing button. [#36181]
    11 - Sharing: Add Native (Web Share) button to Sharing Buttons block. [#35967]
    12 
    13 ### Improved compatibility
    14 - Subscriptions: Remove subscription settings from reading options page. [#36314]
    15 
    16 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
    17 - Add tracking to Jetpack review link on plugins page [#36348]
    18 - AI Assistant: Register ai-assistant-form-support beta flag to control the form extension we are working on. [#36413]
    19 - AI Featured Image: Add sidebar entry [#36414]
    20 - Contact Form: refactor admin to use forms package [#36224]
    21 - Contact Form: refactor plugin to use forms package [#36092]
    22 - Contact Form: refactor shortcode to use forms package [#36135]
    23 - Fix minor UI issues in premium-content block editor [#36398]
    24 - Jetpack_Portfolio: Prevent a division by 0 fatal when a user uses the shortcode with columns=0 [#36433]
    25 - Publicize: prevent panel from jumping after activation [#36362]
    26 - Sharing Block: Remove extra margin previously added to the first button. [#36386]
    27 - SSO: Add error log on SSO invite. [#36416]
    28 - SSO: Update copy when inviting users. [#36385]
    29 - Subscriptions: Add Subscribe block post end placement setting to Sync [#36381]
    30 - Subscriptions: Fix the Subscribe block insertion toggle label [#36384]
    31 - Subscription Site: Polishing stuff before the release [#36240]
    32 - Untangle: explicitly use Core admin bar color in Calypso color schemes [#36341]
    33 - Updated package dependencies. [#36401]
    34 - WPCOM_JSON_API_List_Comments_Endpoint: Remove update_comment_cache() that is no longer needed [#36363]
    35 
    36 ## 13.3-a.1 - 2024-03-12
    37 ### Enhancements
    38 - Newsletters: Display Email settings on Newsletter settings page. [#36290]
    39 - Sharing: add a Threads sharing button and a Threads sharing button block. [#36220]
    40 - Social: Add support for an SMS button. [#36176]
    41 
    42 ### Bug fixes
    43 - Sharing: avoid PHP warnings when using custom post types. [#36315]
    44 - Sharing: fix the display of the sharing block in some classic themes. [#36283]
    45 
    46 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
    47 - Add metadata to the post to better diagnose need for Reader and Firehose. [#36254]
    48 - Add site migration endpoint. [#36253]
    49 - Compile TypeScript extensions in Jetpack. [#35904]
    50 - Contact Form: Add deprecation warnings to Contact Form module codebase. [#36040]
    51 - Contact Form: Refactor editor to use Forms package. [#36089]
    52 - Contact Form: Refactor endpoints to use Forms package. [#36087]
    53 - Editor: Update to the most recent version of the @automattic/calypso-color-schemes package. [#36227]
    54 - General: Update to the most recent version of @automattic/calypso-color-schemes. [#36187]
    55 - Login block: Link to subscription management page with site URL as search query.
    56 - Member login block: link to individual subscription management page. [#36200]
    57 - Newsletter settings: update section title to "subscriptions" [#36343]
    58 - Paywall: Use Subscriber Login block for the login link. [#36308]
    59 - Pass API parameter to indicate when deleting a memberships product should cancel subscriptions. [#35735]
    60 - Pinterest Block: deprecate in favor of the Core Pinterest embed block. [#36075]
    61 - Refactor user_is_paid_subscriber to compare against tiers. [#35587]
    62 - Removed the feature flag for newsletter categories settings. [#36073]
    63 - RNMobile: Remove code associated with Story block for the mobile native version. [#36151]
    64 - Show Browse sites when wp-admin interface is selected and using nav unification. [#36198]
    65 - SSO: Updated user invitation logic if WooCommerce plugin is activated. [#36140]
    66 - Subscriber Login: Prevent the HTTP 301 redirection for Atomic sites. [#36311]
    67 - Subscriber Login: Remove the premium content cookie specified for the blog on logging out. [#35441]
    68 - Subscriptions: Fix empty email for pending confirm paywall on .com. [#36321]
    69 - Subscriptions: Track newsletter category creation. [#36326]
    70 - Subscriptions: update the settings screen URL. [#36323]
    71 - Subscription Site: Polishing Newsletter settings. [#36218]
    72 - Subscription Site: Polishing the Subscribe block toggle. [#36177]
    73 - Subscription Site: Update Subscribe block after the post nudge. [#36107]
    74 - Update code references in docs and comments. [#36234]
    75 - Updated package dependencies. [#36309, #36325]
    76 - Update lockfiles. [#36195]
    77 - Use JS and CSS tooltips instead of HTML title. [#36222]
    78 - Voice to Content: Fix file upload file type selection for iOS devices, listing all the extensions allowed. [#36165]
    79 - Voice to Content: restrict block to internal P2 sites and open it to non-proxied connections. [#36163]
    80 - WooCommerce Anlytics: require package instead of using the classes that ship with the Jetpack plugin. [#35758]
    81 - WPCOM_JSON_API_Upload_Media_v1_1_Endpoint: Fix errors on invalid post data. [#36291]
     5## 13.2.2 - 2024-03-22
     6### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
     7- Add function exists check for wp_admin_notice [#36511]
    828
    839## 13.2.1 - 2024-03-12
    8410### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
    85 - Subscriptions: improve security checks when displaying a Subscription form via a shortcode. [#36347]
    86 - WPcom API: fixes a minor bug in a recently shipped endpoint that makes it work more like expected. [#36262]
    87 
    88 ## [13.2] - 2024-03-05
     11- Subscriptions: improve security checks when displaying a Subscription form via a shortcode. [#36347]
     12- [#36262]
     13
     14## - 2024-03-05
    8915### Enhancements
    9016- Blog Stats block: Add message on the frontend when the Stats module is disabled. [#36108]
     
    100069932- Initial release
    100079933
    10008 [13.2]: https://wp.me/p1moTy-15UC
    100099934[13.1]: https://wp.me/p1moTy-12e0
    100109935[13.0]: https://wp.me/p1moTy-10Xp
Note: See TracChangeset for help on using the changeset viewer.