From 37e77aec7374e2c881cae3a816a733b0301c70ee Mon Sep 17 00:00:00 2001 From: Pea Date: Thu, 20 Apr 2017 18:36:58 -0400 Subject: [PATCH] Bump to version 1.0.13 --- readme.txt | 6 +++++- tni-core-functionality.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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; }