Skip to content

Commit

Permalink
Merge pull request #204 from KevinBatdorf/release/1.19.0
Browse files Browse the repository at this point in the history
Release 1.19.0
  • Loading branch information
KevinBatdorf committed Jun 18, 2023
2 parents db1ba68 + 757d0cf commit b633319
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code-block-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -296,9 +296,11 @@ 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
- 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
Expand Down
2 changes: 1 addition & 1 deletion src/editor/controls/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export const SidebarControls = ({
setAttributes={setAttributes}
/>
<PanelBody
title={__('Styling', 'code-block-pro')}
title={__('Font Styling', 'code-block-pro')}
initialOpen={false}>
<div
className="code-block-pro-editor"
Expand Down

0 comments on commit b633319

Please sign in to comment.