Skip to content

Commit

Permalink
Merge pull request #10 from KevinBatdorf/release/1.2.0
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
KevinBatdorf committed Aug 27, 2022
2 parents 8923d8c + b756c37 commit f36f812
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.1.0
* Version: 1.2.0
* Author: Kevin Batdorf
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
7 changes: 4 additions & 3 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.1.0
Stable tag: 1.2.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -219,15 +219,16 @@ add_action('wp_enqueue_scripts', function() {

== Changelog ==

= 1.1.0 - 2022-08-27 =
- Feature: Convert code from the core code block
- Feature: Convert code from SyntaxHighlighter Evolved
- Feature: Add toolbar language select
- Feature: Add language "nice names"
- Fix: Remove line wrap from frontend

= 1.1.0 =
= 1.1.0 - 2022-08-22 =
- Feature: Add filters to hook into output
- Tweak: Set copy button on by default

= 1.0.0 =
= 1.0.0 - 2022-08-20 =
- Initial release
2 changes: 1 addition & 1 deletion src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "kevinbatdorf/code-block-pro",
"version": "0.1.0",
"version": "1.2.0",
"title": "Code Block Pro",
"category": "common",
"description": "Code highlighting powered by the VS Code engine",
Expand Down

0 comments on commit f36f812

Please sign in to comment.