Skip to content

Commit

Permalink
Merge pull request #159 from KevinBatdorf/release/1.14.0
Browse files Browse the repository at this point in the history
Release 1.14.0
  • Loading branch information
KevinBatdorf authored Mar 26, 2023
2 parents bb40bd6 + e30a2cd commit ad5c2d7
Show file tree
Hide file tree
Showing 2 changed files with 13 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.13.0
* Version: 1.14.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
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Code Block Pro - Beautiful Syntax Highlighting ===
Contributors: kbat82
Tags: block, code, syntax, snippet, highlighter, JavaScript, php, vs code
Tested up to: 6.1
Stable tag: 1.13.0
Tested up to: 6.2
Stable tag: 1.14.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.14.0 - 2023-03-26 =
- Feature: Added theme identifier to toolbar
- Feature: Added some filters for attributes and buttons
- Tweak: Updated various styles
- Testing: Updated Cypress to test against latest RC on main push
- Testing: Integration tests now run concurrently to isolate flakey failures
- Fix: Added custom endpoint for settings, allowing edit_post cap users
- Fix: Removed a type conversion to false, causing dirty posts on focus
- Accessibility: Added keydown events to frontend copy button

= 1.13.0 - 2023-02-05 =
- Feature: Add scrollable max height area with no button (Max Height panel)
- Feature: Add expanding code area with max height based online number
Expand Down

0 comments on commit ad5c2d7

Please sign in to comment.