Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
Bump to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed May 2, 2024
1 parent 35dbb26 commit aa9c34f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Code Syntax Block
* Plugin URI: https://github.com/mkaz/code-syntax-block
* Description: A plugin to extend Gutenberg code block with syntax highlighting
* Version: 3.1.1
* Version: 3.2.0
* Author: Marcus Kazmierczak
* Author URI: https://mkaz.blog/
* License: GPL2
Expand All @@ -14,7 +14,7 @@
*/

// version added, used in URL
const MKAZ_CODE_SYNTAX_BLOCK_VERSION = '3.1.1';
const MKAZ_CODE_SYNTAX_BLOCK_VERSION = '3.2.0';
const MKAZ_CODE_SYNTAX_DEFAULT_SCHEME = 'prism-a11y-dark';
const MKAZ_CODE_SYNTAX_COLOR_SCHEMES = array(
'prism-a11y-dark' => 'A11y Dark',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkaz-code-syntax-block",
"version": "3.1.1",
"version": "3.2.0",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: mkaz, westonruter, memuller, jazanne, jeherve, eclev91
Donate link: https://www.paypal.me/marcuskazmierczak
Tags: code, code syntax, syntax highlight, code highlighting
Requires at least: 5.6
Tested up to: 6.0
Tested up to: 6.5
Requires PHP: 5.6
Stable tag: 3.1.1
Stable tag: 3.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -104,6 +104,11 @@ Example:

== Changelog ==

= 3.2.0

- Fix issue with content attributes preserving white space
Thanks to @danielcharrua

= 3.1.1

- Fix trailing comma error, PHP 7
Expand Down

0 comments on commit aa9c34f

Please sign in to comment.