From ef9d012429acda9189de9fd396cd43c9124e6073 Mon Sep 17 00:00:00 2001 From: Nick Diego Date: Sat, 1 Oct 2022 10:57:34 -0500 Subject: [PATCH] Version bump and update readme. --- icon-block.php | 2 +- package.json | 2 +- readme.txt | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/icon-block.php b/icon-block.php index 74b9276..bb87983 100644 --- a/icon-block.php +++ b/icon-block.php @@ -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 diff --git a/package.json b/package.json index d39b4fa..5366e52 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index 3c27426..8b1c41a 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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**