Skip to content
This repository was archived by the owner on Dec 9, 2020. It is now read-only.

Commit d46cdeb

Browse files
author
Giulio
committed
Mark version 0.8.1 for release
1 parent 0bfb7d2 commit d46cdeb

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

classes/EssentialScript/Admin/Scripts/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ abstract class Component {
3030
*
3131
* @since 0.2
3232
*/
33-
const ESSENTIALSCRIPT_VER = '0.8';
33+
const ESSENTIALSCRIPT_VER = '0.8.1';
3434

3535
/**
3636
* Page slug

classes/EssentialScript/Frontend/Scripts/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ abstract class Component {
3030
*
3131
* @since 0.8
3232
*/
33-
const ESSENTIALSCRIPT_VER = '0.8';
33+
const ESSENTIALSCRIPT_VER = '0.8.1';
3434

3535
/**
3636
* @var string Name of the script. Should be unique.

essential-script.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
*
55
* @package Essential_Script
66
* @author Giulio <[email protected]>
7-
* @version 0.8
7+
* @version 0.8.1
88
*
99
* @wordpress-plugin
1010
* Plugin Name: Essential Script
1111
* Plugin URI: https://github.com/tetravalence/essential-script
1212
* Description: Essential Script plugin offers you the ability to plug and manage your client-side script, which is an essential part of your website, through a versatile text editor made with <a href="http://codemirror.net/">CodeMirror</a>.
13-
* Version: 0.8
13+
* Version: 0.8.1
1414
* Requires: 4.0
1515
* Tested up to: 4.9.1
1616
* Requires PHP: 5.4

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: tetravalente
33
Tags: scripting, javascript, css, adsense, code, embed
44
Requires at least: 4.0
55
Tested up to: 4.9.1
6-
Stable tag: 0.8
6+
Stable tag: 0.8.1
77
Requires PHP: 5.4
88
License: GPLv3 or later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -66,6 +66,11 @@ Sources of this plugin are available both in SVN and Git:
6666
3. Essential Script widget
6767

6868
== Changelog ==
69+
= 0.8.1=
70+
* Remove incorrect try-catch implementation
71+
* Updated to re-use CodeMirror as bundled with Wordpress core library
72+
* Prevents uncaught error if class name is an invalid string
73+
* Document `Options`, fix some inconsistencies
6974
= 0.8 =
7075
* Save properties with array object instead of array
7176
* Untrusted users are allowed to post only a limited set of HTML markup

0 commit comments

Comments
 (0)