Skip to content

Commit

Permalink
Merge branch 'main' into fix/13515-bump63
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Apr 10, 2024
2 parents 0639d9c + 72c5f8b commit 8d108f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions web-stories.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
* Requires PHP: 7.4
* Text Domain: web-stories
Expand Down Expand Up @@ -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__ );
Expand Down

0 comments on commit 8d108f7

Please sign in to comment.