From 6c6e6e8b20965abb3c86229ff9f4d01b4c8f84b7 Mon Sep 17 00:00:00 2001 From: Kevin Batdorf Date: Mon, 5 Sep 2022 10:18:32 -0400 Subject: [PATCH] Release 1.5.0 --- code-block-pro.php | 2 +- readme.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/code-block-pro.php b/code-block-pro.php index 127955e..00c67a2 100644 --- a/code-block-pro.php +++ b/code-block-pro.php @@ -4,7 +4,7 @@ * Description: Code highlighting powered by the VS Code engine * Requires at least: 6.0 * Requires PHP: 7.0 - * Version: 1.4.0 + * Version: 1.5.0 * Author: Kevin Batdorf * License: GPL-2.0-or-later * License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/readme.txt b/readme.txt index 2503024..d9eb7c7 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: kbat82 Tags: block, code, syntax, highlighting, snippet Tested up to: 6.0 -Stable tag: 1.4.0 +Stable tag: 1.5.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -217,6 +217,7 @@ Look under the "Styling" tab and turn on "Clamp Values", which will compute the == Changelog == += 1.5.0 - 2022-09-05 = - Feature: Add toggle so users can clamp font sizes to reasonable values. - Show font styling in theme select sidebar