From 0035efba8c151a78012aafdbeef9e9287cb2e5c6 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 9 Apr 2024 11:06:22 +0200 Subject: [PATCH 1/2] Update changelog --- readme.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.txt b/readme.txt index 093b71f00837..5455a78310bf 100644 --- a/readme.txt +++ b/readme.txt @@ -109,6 +109,14 @@ Web Stories are powered by [AMP](https://amp.dev/), which adds some restrictions For the plugin's full changelog, please see [the Releases page on GitHub](https://github.com/googleforcreators/web-stories-wp/releases). += 1.36.0 = + +* Enhancement: added support for adding gradients to text. +* Enhancement: added more fine-grained control for the analytics setting. +* Enhancement: compatibility with WordPress 6.5. +* Fixed: resolved an issue with canvas zoom. +* Fixed: resolved several layout issues with the Web Stories block. + = 1.35.0 = * Enhancement: compatibility with WordPress 6.4. New minimum version required is 6.2. @@ -132,6 +140,10 @@ For the plugin's full changelog, please see [the Releases page on GitHub](https: == Upgrade Notice == += 1.36.0 = + +This release adds support for text gradients, a more fine-grained analytics setting, and includes compatibility with WordPress 6.5 and several bug fixes. + = 1.35.0 = This release includes improved compatibility with WordPress 6.4 and several bug fixes. From 72c5f8b86e1c7cd36d0224134ea70f41cd3faeb8 Mon Sep 17 00:00:00 2001 From: googleforcreators-bot <94923726+googleforcreators-bot@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:15:55 +0000 Subject: [PATCH 2/2] Post-release version bump --- web-stories.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-stories.php b/web-stories.php index 162f1d099237..175ffa216084 100644 --- a/web-stories.php +++ b/web-stories.php @@ -9,7 +9,7 @@ * Plugin URI: https://wp.stories.google/ * Author: Google * Author URI: https://opensource.google.com/ - * Version: 1.36.0-alpha.0 + * Version: 1.37.0-alpha.0 * Requires at least: 6.2 * Requires PHP: 7.4 * Text Domain: web-stories @@ -40,7 +40,7 @@ exit; } -define( 'WEBSTORIES_VERSION', '1.36.0-alpha.0' ); +define( 'WEBSTORIES_VERSION', '1.37.0-alpha.0' ); define( 'WEBSTORIES_DB_VERSION', '3.0.16' ); define( 'WEBSTORIES_AMP_VERSION', '2.5.3' ); // Version of the AMP library included in the plugin. define( 'WEBSTORIES_PLUGIN_FILE', __FILE__ );