diff --git a/README.md b/README.md index 17eba6c..8a11241 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ ![The Icon Block](https://github.com/ndiego/icon-block/blob/main/.wordpress-org/banner-1544x500.png) -The Icon Block plugin registers a single, easy-to-use block that allows you to add custom SVG icons and graphics to the WordPress block editor (Gutenberg). The plugin also includes the complete WordPress icon library with 270+ SVG icons to choose from. +The Icon Block plugin registers a single, easy-to-use block that allows you to add custom SVG icons and graphics to the WordPress block editor (Gutenberg). The plugin also includes the complete WordPress icon library with 290+ SVG icons to choose from. ### Key Features -- 270+ native WordPress icons, including social logos +- 290+ native WordPress icons, including social logos - Use any custom SVG icon or graphic - Insert icons from your Media Library if SVG uploads are supported - Includes handy icon controls (link, rotate, alignment, colors, border, padding, margin, etc.) @@ -20,7 +20,7 @@ The Icon Block plugin registers a single, easy-to-use block that allows you to a ## Requirements -- WordPress 6.0+ +- WordPress 6.2+ - PHP 7.0+ ## Development diff --git a/icon-block.php b/icon-block.php index 9fc1741..14a4fef 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.0 + * Requires at least: 6.2 * Requires PHP: 7.0 - * Version: 1.5.0 + * Version: 1.6.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 3602650..39e56db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icon-block", - "version": "1.5.0", + "version": "1.6.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 15c9724..2a6628c 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.0 -Tested up to: 6.2 +Requires at least: 6.2 +Tested up to: 6.3 Requires PHP: 7.0 -Stable tag: 1.5.0 +Stable tag: 1.6.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -14,11 +14,11 @@ Effortlessly add SVG icons and graphics to the WordPress block editor. The Icon Block plugin registers a single, easy-to-use block that allows you to add custom SVG icons and graphics to the WordPress block editor (Gutenberg). -The plugin also includes the complete WordPress icon library with 270+ SVG icons to choose from. +The plugin also includes the complete WordPress icon library with 290+ SVG icons to choose from. === Key Features === -* 270+ native WordPress icons, including social logos +* 290+ native WordPress icons, including social logos * Use any custom SVG icon or graphic * Insert icons from your Media Library if SVG uploads are supported * Includes handy icon controls (link, rotate, alignment, colors, border, padding, margin, etc.) @@ -78,12 +78,20 @@ Note that WordPress multisite installations have additional restrictions. "Unfil == Changelog == -= 1.6.0 - 2023-07-TBD = += 1.6.0 - 2023-07-29 = + +**Added** + +* Add Threads and WhatsApp social icons. +* Add Core icons new in WordPress 6.2: Border, Caption, Chevron Up/Down, Comment Edit Link, Copy, Drawer Left, Drawer Right, Filter, Justify Stretch, Line Dashed, Line Dotted, Line Solid, List Item, Lock Outline, Lock Small, Seen, Shadow, Shuffle, and Unseen **Changed** -* Update minimum required WordPress verion to 6.2. We want to be utilizing the latest functionality in WordPress. -* Move color settings to the native "color" panel. +* **Update minimum required WordPress version to 6.2**. We want to be utilizing the latest functionality in WordPress. +* Update to block API v3 for better 6.3 compatibility. +* Disable dimension and border default controls for better 6.3 compatibility. +* Move color controls to the native "color" panel. ([#35](https://github.com/ndiego/icon-block/pull/35)) +* Simplify transform CSS. ([#32](https://github.com/ndiego/icon-block/pull/32)) = 1.5.0 - 2023-03-09 =