diff --git a/readme.txt b/readme.txt index 795209c..a06a6eb 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: misfist Tags: custom Requires at least: 4.7 Tested up to: 4.7.2 -Version: 1.0.12 +Version: 1.0.13 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -22,6 +22,10 @@ This section describes how to install the plugin and get it working. == Changelog == += 1.0.13 = +* #10 Remove escapes for caption and margin shortcodes since they can contain HTML tags +* #13 Disable shortcode ui for shortcodes + = 1.0.12 April 18, 2017 = * Added close button for login modal diff --git a/tni-core-functionality.php b/tni-core-functionality.php index eb33ae2..57bbf48 100644 --- a/tni-core-functionality.php +++ b/tni-core-functionality.php @@ -10,7 +10,7 @@ * Text Domain: tni-core * Domain Path: /languages * - * Version: 1.0.12 + * Version: 1.0.13 * * @package Tni_Core_Functionality */ @@ -47,7 +47,7 @@ * @return object Tni_Core */ function Tni_Core() { - $instance = Tni_Core::instance( __FILE__, '1.0.12' ); + $instance = Tni_Core::instance( __FILE__, '1.0.13' ); return $instance; }