From 88024907fdaa3f9a45b25571aa8131f74d318e12 Mon Sep 17 00:00:00 2001 From: Kevin Batdorf Date: Sun, 30 Jul 2023 20:54:45 -0400 Subject: [PATCH] Release 1.22.1 --- 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 0f04a13..61d07ac 100644 --- a/code-block-pro.php +++ b/code-block-pro.php @@ -7,7 +7,7 @@ * Author URI: https://code-block-pro.com/?utm_campaign=plugin&utm_source=author-uri * Requires at least: 6.0 * Requires PHP: 7.0 - * Version: 1.22.0 + * Version: 1.22.1 * License: GPL-2.0-or-later * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: code-block-pro diff --git a/readme.txt b/readme.txt index 5ad1c6e..ed2baf0 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: kbat82, dcooney Tags: block, code, syntax, snippet, highlighter, JavaScript, php, js, vs code Tested up to: 6.3 -Stable tag: 1.22.0 +Stable tag: 1.22.1 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -305,6 +305,7 @@ Themes are rendered inside the editor as you type or make changes, so the code b == Changelog == += 1.22.1 - 2023-07-30 = - Fix: Theme previews now respect the tabSize setting - Fix: Added escapeHTML wrapper on code to code pro transform function - Fix: Added some clarify on encoding, and added better edge cases handling