diff --git a/code-block-pro.php b/code-block-pro.php index 10457db..bdfe0ac 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.2.0 + * Version: 1.2.1 * 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 84e9759..8f59760 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.2.0 +Stable tag: 1.2.1 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -219,7 +219,11 @@ add_action('wp_enqueue_scripts', function() { == Changelog == -= 1.1.0 - 2022-08-27 = += 1.2.1 - 2022-08-27 = +- Fix: Remove nested pre tags (changed to div) in editor +- Feature: Added test coverage with cypress + += 1.2.0 - 2022-08-27 = - Feature: Convert code from the core code block - Feature: Convert code from SyntaxHighlighter Evolved - Feature: Add toolbar language select