diff --git a/code-block-pro.php b/code-block-pro.php index 9b6b7f7..4a15dc1 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.16.1 + * Version: 1.17.0 * 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 cdedebc..c03dfa7 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: kbat82 Tags: block, code, syntax, snippet, highlighter, JavaScript, php, vs code Tested up to: 6.2 -Stable tag: 1.16.1 +Stable tag: 1.17.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -296,6 +296,7 @@ Themes are rendered inside the editor as you type or make changes, so the code b == Changelog == += 1.16.1 - 2023-05-06 = - Feature: Add line highlighting on hover - Tweak: Updated the line highlighting sidebar language to be more clear (hopefully) - Fix: Removed pointer events from line highlights so you can select text under it