Skip to content

Commit

Permalink
Bump to version 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
misfist committed Apr 20, 2017
1 parent 80937eb commit 37e77ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions tni-core-functionality.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Text Domain: tni-core
* Domain Path: /languages
*
* Version: 1.0.12
* Version: 1.0.13
*
* @package Tni_Core_Functionality
*/
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 37e77ae

Please sign in to comment.