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

Commit a1256fc

Browse files
committed
Bump to 1.3.3
1 parent 7072a72 commit a1256fc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-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: 1.3.2
6+
* Version: 1.3.3
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-
define( 'MKAZ_CODE_SYNTAX_BLOCK_VERSION', '1.3.2' );
17+
define( 'MKAZ_CODE_SYNTAX_BLOCK_VERSION', '1.3.3' );
1818
require dirname( __FILE__ ) . '/prism-languages.php';
1919

2020
/**

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": "1.3.2",
3+
"version": "1.3.3",
44
"license": "GPL-2.0-or-later",
55
"main": "src/index.js",
66
"devDependencies": {

readme.txt

Lines changed: 5 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.0
66
Tested up to: 5.4
77
Requires PHP: 5.2.4
8-
Stable tag: 1.3.2
8+
Stable tag: 1.3.3
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -109,6 +109,10 @@ Example:
109109

110110
== Changelog ==
111111

112+
= 1.3.3 =
113+
114+
Fix block validation error for user roles with restricted permissions.
115+
112116
= 1.3.2 =
113117

114118
Fix issue with PHP warning when no posts

0 commit comments

Comments
 (0)