From 948270fba94d2c3b9b4c5ba99a0c761c964d37f7 Mon Sep 17 00:00:00 2001 From: Nick Diego Date: Sun, 24 Mar 2024 06:19:17 -0500 Subject: [PATCH] Fix version number. --- icon-block.php | 4 ++-- languages/icon-block.pot | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 12 +++--------- 5 files changed, 10 insertions(+), 16 deletions(-) diff --git a/icon-block.php b/icon-block.php index 81ae051..132b9ee 100644 --- a/icon-block.php +++ b/icon-block.php @@ -4,7 +4,7 @@ * Description: Effortlessly add SVG icons and graphics to the WordPress block editor. * Requires at least: 6.3 * Requires PHP: 7.0 - * Version: 1.9.0 + * Version: 1.8.0 * Author: Nick Diego * Author URI: https://www.nickdiego.com * License: GPL-2.0-or-later @@ -32,7 +32,7 @@ function outermost_icon_block_init() { * if the block is placed in a Navigation menu. This ensures that custom blocks like * the Icon Block are correctly formatted within Navigation blocks. * - * @since 1.9.0 + * @since 1.8.0 * * @param array $blocks An array of block names that are allowed to be listed within a Navigation block. * @return array The modified array of block names, including 'outermost/icon-block'. diff --git a/languages/icon-block.pot b/languages/icon-block.pot index de611be..79419fe 100644 --- a/languages/icon-block.pot +++ b/languages/icon-block.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0-or-later. msgid "" msgstr "" -"Project-Id-Version: The Icon Block 1.9.0\n" +"Project-Id-Version: The Icon Block 1.8.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/icon-block\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-03-24T01:36:30+00:00\n" +"POT-Creation-Date: 2024-03-24T11:18:29+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.7.1\n" "X-Domain: icon-block\n" diff --git a/package-lock.json b/package-lock.json index 926a7de..7790dca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "icon-block", - "version": "1.9.0", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "icon-block", - "version": "1.9.0", + "version": "1.8.0", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/block-editor": "^12.16.0", diff --git a/package.json b/package.json index 2153138..d8637d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icon-block", - "version": "1.9.0", + "version": "1.8.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 9cdaf11..a89a6fd 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: icon, icon block, SVG, SVG block, block Requires at least: 6.3 Tested up to: 6.5 Requires PHP: 7.0 -Stable tag: 1.9.0 +Stable tag: 1.8.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -78,24 +78,18 @@ Note that WordPress multisite installations have additional restrictions. "Unfil == Changelog == -+ 1.9.0 = 2024-03-24 ++ 1.8.0 = 2024-03-24 **Added** +* The Icon Block can now be added to Navigation blocks (requires WordPress 6.5 or Gutenberg 17.6+) * 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** - -* [Experimental] The Icon Block can now be added to Navigation blocks (requires Gutenberg 17.6+) - = 1.7.0 - 2024-01-02 = **Added**