Skip to content

Commit

Permalink
proper version info
Browse files Browse the repository at this point in the history
  • Loading branch information
frnsys committed Jun 21, 2017
1 parent 6dd2e19 commit 9c46d51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 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.5
Version: 1.2.5
Version: 1.2.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -22,6 +22,9 @@ This section describes how to install the plugin and get it working.

== Changelog ==

= 1.2.6 June 21, 2017 =
* Show scheduled (future) single posts to authenticated users

= 1.2.5 May 22, 2017 =
* #20 Added utility function to switch post_type `tni_switch_post_type()`

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.2.5
* Version: 1.2.6
*
* @package Tni_Core_Functionality
*/
Expand Down Expand Up @@ -52,7 +52,7 @@
* @return object Tni_Core
*/
function Tni_Core() {
$instance = Tni_Core::instance( __FILE__, '1.2.5' );
$instance = Tni_Core::instance( __FILE__, 'l.2.6' );

return $instance;
}
Expand Down

0 comments on commit 9c46d51

Please sign in to comment.