diff --git a/icon-block.php b/icon-block.php index d61c0f3..81ae051 100644 --- a/icon-block.php +++ b/icon-block.php @@ -2,9 +2,9 @@ /** * Plugin Name: The Icon Block * Description: Effortlessly add SVG icons and graphics to the WordPress block editor. - * Requires at least: 6.2 + * Requires at least: 6.3 * Requires PHP: 7.0 - * Version: 1.8.0 + * Version: 1.9.0 * Author: Nick Diego * Author URI: https://www.nickdiego.com * License: GPL-2.0-or-later diff --git a/package.json b/package.json index d8637d2..2153138 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icon-block", - "version": "1.8.0", + "version": "1.9.0", "description": "Effortlessly add SVG icons and graphics to the WordPress block editor.", "author": "Nick Diego", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 5fa69ed..9cdaf11 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === The Icon Block === Contributors: ndiego, outermostdesign Tags: icon, icon block, SVG, SVG block, block -Requires at least: 6.2 -Tested up to: 6.4 +Requires at least: 6.3 +Tested up to: 6.5 Requires PHP: 7.0 -Stable tag: 1.8.0 +Stable tag: 1.9.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -78,6 +78,18 @@ Note that WordPress multisite installations have additional restrictions. "Unfil == Changelog == ++ 1.9.0 = 2024-03-24 + +**Added** + +* Add Playground blueprint for live preview in the Plugin Directory. + +**Changed** + +* Wrap Icon Blocks in list items when placed inside navigation menus (requires WordPress 6.5 or Gutenberg 17.6+). +* Update "Tested up to" to WordPress 6.5. +* Update "Requires at least" to WordPress 6.3. + = 1.8.0 - 2024-02-03 = **Added**