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

Commit 7179d74

Browse files
committed
Bump to v3.2.1
1 parent 19d1c17 commit 7179d74

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Code Syntax Block
44
* Plugin URI: https://github.com/mkaz/code-syntax-block
55
* Description: A plugin to extend Gutenberg code block with syntax highlighting
6-
* Version: 3.2.0
6+
* Version: 3.2.1
77
* Author: Marcus Kazmierczak
88
* Author URI: https://mkaz.blog/
99
* License: GPL2
@@ -14,7 +14,7 @@
1414
*/
1515

1616
// version added, used in URL
17-
const MKAZ_CODE_SYNTAX_BLOCK_VERSION = '3.2.0';
17+
const MKAZ_CODE_SYNTAX_BLOCK_VERSION = '3.2.1';
1818
const MKAZ_CODE_SYNTAX_DEFAULT_SCHEME = 'prism-a11y-dark';
1919
const MKAZ_CODE_SYNTAX_COLOR_SCHEMES = array(
2020
'prism-a11y-dark' => 'A11y Dark',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkaz-code-syntax-block",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"license": "GPL-2.0-or-later",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: code, code syntax, syntax highlight, code highlighting
55
Requires at least: 5.6
66
Tested up to: 6.5
77
Requires PHP: 5.6
8-
Stable tag: 3.2.0
8+
Stable tag: 3.2.1
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -104,6 +104,11 @@ Example:
104104

105105
== Changelog ==
106106

107+
= 3.2.1
108+
109+
- Update CSS to reduce specificity, enabling theme.json to override.
110+
Props to @anlino
111+
107112
= 3.2.0
108113

109114
- Fix issue with content attributes preserving white space

0 commit comments

Comments
 (0)