Skip to content

Commit

Permalink
Fix version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego committed Mar 24, 2024
1 parent 51f10b0 commit 948270f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions icon-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'.
Expand Down
4 changes: 2 additions & 2 deletions languages/icon-block.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 3 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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**
Expand Down

0 comments on commit 948270f

Please sign in to comment.