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 Oct 1, 2022
1 parent e5a79a2 commit ef9d012
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion icon-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: A simple little block that allows you add an SVG icon or graphic to your website.
* Requires at least: 5.9
* Requires PHP: 7.0
* Version: 1.3.0
* Version: 1.3.1
* 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.3.0",
"version": "1.3.1",
"description": "A simple little block that allows you add an SVG icon or graphic to your website.",
"author": "Nick Diego",
"license": "GPL-2.0-or-later",
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: ndiego, outermostdesign
Tags: icon, icon block, SVG, SVG block, block
Requires at least: 5.9
Tested up to: 6.0
Tested up to: 6.1
Requires PHP: 7.0
Stable tag: 1.3.0
Stable tag: 1.3.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -71,6 +71,12 @@ Note that WordPress multisite installations have additional restrictions. "Unfil

== Changelog ==

= 1.3.1 - 2022-10-01 =

**Fixed**

* Fix alignment classes not getting applied in the correct spot.

= 1.3.0 - 2022-09-20 =

**Added**
Expand Down

0 comments on commit ef9d012

Please sign in to comment.