From 8bb812fff8b546eb16d705dc9518f7de2ff371f0 Mon Sep 17 00:00:00 2001 From: Kevin Batdorf Date: Sun, 18 Jun 2023 14:18:00 -0400 Subject: [PATCH 1/2] Release 1.19.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 3b9570a..4e76f6d 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.18.0 + * Version: 1.19.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 edb7243..fcfb501 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: kbat82, dcooney Tags: block, code, syntax, snippet, highlighter, JavaScript, php, vs code Tested up to: 6.2 -Stable tag: 1.18.0 +Stable tag: 1.19.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.19.0 - 2023-06-18 = - Feature: Add Fantasque Sans Mono (https://github.com/belluzj/fantasque-sans) - Feature: Add Comic Mono font (https://github.com/dtinth/comic-mono-font) - Tweak: Default to Jetbrains Mono font From 757d0cf98d26abeddfa945130c0ecb05a25cbebe Mon Sep 17 00:00:00 2001 From: Kevin Batdorf Date: Sun, 18 Jun 2023 14:33:10 -0400 Subject: [PATCH 2/2] update styling panel name --- readme.txt | 1 + src/editor/controls/Sidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index fcfb501..9ad433e 100644 --- a/readme.txt +++ b/readme.txt @@ -300,6 +300,7 @@ Themes are rendered inside the editor as you type or make changes, so the code b - Feature: Add Fantasque Sans Mono (https://github.com/belluzj/fantasque-sans) - Feature: Add Comic Mono font (https://github.com/dtinth/comic-mono-font) - Tweak: Default to Jetbrains Mono font +- Tweak: Rename the "Styling" panel to "Font Styling" - Tweak: Remove line highlights on hover when blurred - Tweak: Add minor adjustments for fonts to normalize line heights - Fix: Block will be auto-focused on insert - WP6.2 regression diff --git a/src/editor/controls/Sidebar.tsx b/src/editor/controls/Sidebar.tsx index 90397e6..287408f 100644 --- a/src/editor/controls/Sidebar.tsx +++ b/src/editor/controls/Sidebar.tsx @@ -262,7 +262,7 @@ export const SidebarControls = ({ setAttributes={setAttributes} />