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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed May 8, 2024
1 parent 19d1c17 commit 7179d74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.2.0
* Version: 3.2.1
* 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.2.0';
const MKAZ_CODE_SYNTAX_BLOCK_VERSION = '3.2.1';
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.2.0",
"version": "3.2.1",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: code, code syntax, syntax highlight, code highlighting
Requires at least: 5.6
Tested up to: 6.5
Requires PHP: 5.6
Stable tag: 3.2.0
Stable tag: 3.2.1
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.1

- Update CSS to reduce specificity, enabling theme.json to override.
Props to @anlino

= 3.2.0

- Fix issue with content attributes preserving white space
Expand Down

0 comments on commit 7179d74

Please sign in to comment.