Skip to content

Commit

Permalink
Merge pull request #12 from KevinBatdorf/release/1.2.1
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
KevinBatdorf authored Aug 27, 2022
2 parents 633cd93 + 9ad4a88 commit 3e158ee
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -4,7 +4,7 @@
* Description: Code highlighting powered by the VS Code engine
* Requires at least: 6.0
* Requires PHP: 7.0
* Version: 1.2.0
* Version: 1.2.1
* Author: Kevin Batdorf
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: kbat82
Tags: block, code, syntax, highlighting, snippet
Tested up to: 6.0
Stable tag: 1.2.0
Stable tag: 1.2.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -219,7 +219,11 @@ add_action('wp_enqueue_scripts', function() {

== Changelog ==

= 1.1.0 - 2022-08-27 =
= 1.2.1 - 2022-08-27 =
- Fix: Remove nested pre tags (changed to div) in editor
- Feature: Added test coverage with cypress

= 1.2.0 - 2022-08-27 =
- Feature: Convert code from the core code block
- Feature: Convert code from SyntaxHighlighter Evolved
- Feature: Add toolbar language select
Expand Down

0 comments on commit 3e158ee

Please sign in to comment.