From b756c37d2c5236b9da5413ac46eeb41382dcb275 Mon Sep 17 00:00:00 2001 From: Kevin Batdorf Date: Sat, 27 Aug 2022 13:51:30 -0400 Subject: [PATCH] Update readme --- code-block-pro.php | 2 +- readme.txt | 7 ++++--- src/block.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/code-block-pro.php b/code-block-pro.php index 192ea17..10457db 100644 --- a/code-block-pro.php +++ b/code-block-pro.php @@ -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 diff --git a/readme.txt b/readme.txt index 0152fd6..84e9759 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 diff --git a/src/block.json b/src/block.json index 9d62431..36eb871 100644 --- a/src/block.json +++ b/src/block.json @@ -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",