From 85288b65ac18f0b26f98b0f2f36c3615cd26ea03 Mon Sep 17 00:00:00 2001 From: Kevin Batdorf Date: Tue, 18 Jun 2024 14:23:56 +0700 Subject: [PATCH 1/2] Release 1.26.4 --- code-block-pro.php | 2 +- readme.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/code-block-pro.php b/code-block-pro.php index a933e87..9fc9403 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.26.3 + * Version: 1.26.4 * 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 509809d..7bcae8e 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: kbat82, dcooney Tags: code, syntax, snippet, highlighter, php Tested up to: 6.5 -Stable tag: 1.26.2 +Stable tag: 1.26.4 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -313,6 +313,9 @@ Themes are rendered inside the editor as you type or make changes, so the code b == Changelog == += 1.26.4 - 2024-06-14 = +- Re-release with updated tag + = 1.26.3 - 2024-06-14 = - Fix: Fixes support for ERB template syntax From 777dd0bb0b22941e1e612ff072fe3d808f1c24d1 Mon Sep 17 00:00:00 2001 From: Kevin Batdorf Date: Tue, 18 Jun 2024 14:27:19 +0700 Subject: [PATCH 2/2] Fix comment --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 7bcae8e..7b8fa6a 100644 --- a/readme.txt +++ b/readme.txt @@ -313,8 +313,8 @@ Themes are rendered inside the editor as you type or make changes, so the code b == Changelog == -= 1.26.4 - 2024-06-14 = -- Re-release with updated tag += 1.26.4 - 2024-06-18 = +- Re-release with updated version number in readme. Making this a patch release as I worry some security plugins would otherwise complain. = 1.26.3 - 2024-06-14 = - Fix: Fixes support for ERB template syntax