Skip to content

Commit aa39c63

Browse files
committed
Bump 1.1.4
1 parent 566458a commit aa39c63

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

readme.md

Lines changed: 1 addition & 1 deletion
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.3
11-
**Stable tag:** 1.1.3
11+
**Stable tag:** 1.1.4
1212
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1313
**Requires PHP:** 5.6
1414

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: westonruter, mkaz
33
Tags: block, code, code syntax, syntax highlight, code highlighting
44
Requires at least: 5.2
55
Tested up to: 5.3
6-
Stable tag: 1.1.3
6+
Stable tag: 1.1.4
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

Lines changed: 2 additions & 2 deletions
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.1.3
6+
* Version: 1.1.4
77
* Author: Weston Ruter
88
* Author URI: https://weston.ruter.net/
99
* License: GPL2
@@ -16,7 +16,7 @@
1616

1717
namespace Syntax_Highlighting_Code_Block;
1818

19-
const PLUGIN_VERSION = '1.1.3';
19+
const PLUGIN_VERSION = '1.1.4';
2020

2121
const DEVELOPMENT_MODE = true; // This is automatically rewritten to false during dist build.
2222

0 commit comments

Comments
 (0)