Skip to content

Commit

Permalink
Bump 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Dec 15, 2019
1 parent 493e011 commit f4c95d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Extending the Code block with syntax highlighting rendered on the server, thus b
**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)
**Requires at least:** 5.2
**Tested up to:** 5.3
**Stable tag:** 1.1.2
**Stable tag:** 1.1.3
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
**Requires PHP:** 5.6

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: westonruter, mkaz
Tags: block, code, code syntax, syntax highlight, code highlighting
Requires at least: 5.2
Tested up to: 5.3
Stable tag: 1.1.2
Stable tag: 1.1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.6
Expand Down
4 changes: 2 additions & 2 deletions syntax-highlighting-code-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Syntax-highlighting Code Block (with Server-side Rendering)
* Plugin URI: https://github.com/westonruter/syntax-highlighting-code-block
* Description: Extending the Code block with syntax highlighting rendered on the server, thus being AMP-compatible and having faster frontend performance.
* Version: 1.1.2
* Version: 1.1.3
* Author: Weston Ruter
* Author URI: https://weston.ruter.net/
* License: GPL2
Expand All @@ -16,7 +16,7 @@

namespace Syntax_Highlighting_Code_Block;

const PLUGIN_VERSION = '1.1.2';
const PLUGIN_VERSION = '1.1.3';

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

Expand Down

0 comments on commit f4c95d6

Please sign in to comment.