Skip to content

Commit b0ad70d

Browse files
committed
Bump 1.2.2
1 parent 15e3e5d commit b0ad70d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Extending the Code block with syntax highlighting rendered on the server, thus b
88
**Tags:** [block](https://wordpress.org/plugins/tags/block), [code](https://wordpress.org/plugins/tags/code), [code syntax](https://wordpress.org/plugins/tags/code-syntax), [syntax highlight](https://wordpress.org/plugins/tags/syntax-highlight), [code highlighting](https://wordpress.org/plugins/tags/code-highlighting)
99
**Requires at least:** 5.2
1010
**Tested up to:** 5.4
11-
**Stable tag:** 1.2.1
11+
**Stable tag:** 1.2.2
1212
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1313
**Requires PHP:** 5.6
1414

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: westonruter, allejo
33
Tags: block, code, code syntax, syntax highlight, code highlighting
44
Requires at least: 5.2
55
Tested up to: 5.4
6-
Stable tag: 1.2.1
6+
Stable tag: 1.2.2
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Requires PHP: 5.6

syntax-highlighting-code-block.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Syntax-highlighting Code Block (with Server-side Rendering)
44
* Plugin URI: https://github.com/westonruter/syntax-highlighting-code-block
55
* Description: Extending the Code block with syntax highlighting rendered on the server, thus being AMP-compatible and having faster frontend performance.
6-
* Version: 1.2.1
6+
* Version: 1.2.2
77
* Author: Weston Ruter
88
* Author URI: https://weston.ruter.net/
99
* License: GPL2
@@ -22,7 +22,7 @@
2222
use WP_Customize_Manager;
2323
use WP_Styles;
2424

25-
const PLUGIN_VERSION = '1.2.1';
25+
const PLUGIN_VERSION = '1.2.2';
2626

2727
const BLOCK_NAME = 'core/code';
2828

0 commit comments

Comments
 (0)