Skip to content

Commit

Permalink
Version bump and update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego committed Mar 24, 2024
1 parent cb03ed1 commit 51f10b0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions icon-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.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",
Expand Down
18 changes: 15 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

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

0 comments on commit 51f10b0

Please sign in to comment.