Skip to content

Commit

Permalink
Merge pull request #253 from KevinBatdorf/release/1.24.1
Browse files Browse the repository at this point in the history
Release 1.24.1
  • Loading branch information
KevinBatdorf committed Oct 12, 2023
2 parents df79d22 + eae0269 commit 5e0e7af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.24.0
* Version: 1.24.1
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: code-block-pro
Expand Down
6 changes: 5 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, js, vs code
Tested up to: 6.3
Stable tag: 1.24.0
Stable tag: 1.24.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -310,6 +310,10 @@ Themes are rendered inside the editor as you type or make changes, so the code b

== Changelog ==

= 1.24.1 - 2023-10-11 =
- Tweak: Line numbers width is now calculated based on the longest line number * font width
- Compatibility: Checks whether the user has permission via the browser instead of passing it in from the server (other plugins were intercepting this check)

= 1.24.0 - 2023-09-02 =
- Feature: Added Zig, mdc, Mojo, shellsession (console output), and splunk grammars
- Tweak: Combined confusing code aliases
Expand Down

0 comments on commit 5e0e7af

Please sign in to comment.