From 91fa68816f707e9363e96f439ce2eea31b10d387 Mon Sep 17 00:00:00 2001 From: zinigor Date: Wed, 27 Mar 2024 13:27:16 +0000 Subject: [PATCH] Update changelog and readme.txt for 13.3-a.9. (#36607) * Changelog edits. * Readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8452480684 --- CHANGELOG.md | 18 +++++++++--------- readme.txt | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5904bb27d..385694690e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,18 @@ ## 13.3-a.9 - 2024-03-27 ### Bug fixes -- Disable WPCOM invitation functionality for non-connected users. [#36572] -- Fix paid content block subscriber view content not rendering in WordPress.com reader. [#36512] +- Paid Content Block: Fix subscriber view content not rendering in WordPress.com reader. [#36512] +- SSO: Disable WordPress.com invitation functionality for non-connected users. [#36572] ### Other changes - Add a function to clear the static cache for Jetpack_Memberships. [#36545] -- Add instructions to test the new AI interstitial and product page [#36566] -- Add Verbum options to site settings endpoint [#36505] -- AI Assistant: remove "Experimental" label on block name [#36535] -- AI Assistant: store function typo fix Aync -> Async [#36544] -- AI Proofread: improve upgrade prompt format and translation according to current tier [#36542] -- Fixed Jetpack Creator going to the wrong screen when the free version is selected [#36547] -- Map Block: Fix styling in Row and Stack layout [#36447] +- Add instructions to test the new AI interstitial and product page. [#36566] +- Add Verbum options to site settings endpoint. [#36505] +- AI Assistant: remove "Experimental" label on block name. [#36535] +- AI Assistant: store function typo fix Aync -> Async. [#36544] +- AI Proofread: improve upgrade prompt format and translation according to current tier. [#36542] +- Fixed Jetpack Creator going to the wrong screen when the free version is selected. [#36547] +- Map Block: Fix styling in Row and Stack layout. [#36447] - SSO: add filter allowing one to disable the WordPress.com invite interface. [#36572] - SSO: fix PHP notices and remove unnecessary PHPCS ignores. [#36589] - Updated package dependencies. [#36585] diff --git a/readme.txt b/readme.txt index a0d916c018..5810a81520 100644 --- a/readme.txt +++ b/readme.txt @@ -327,8 +327,8 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == ### 13.3-a.9 - 2024-03-27 #### Bug fixes -- Disable WPCOM invitation functionality for non-connected users. -- Fix paid content block subscriber view content not rendering in WordPress.com reader. +- Paid Content Block: Fix subscriber view content not rendering in WordPress.com reader. +- SSO: Disable WordPress.com invitation functionality for non-connected users. --------