Skip to content

Commit

Permalink
#38 Checkbox for subscriber only content
Browse files Browse the repository at this point in the history
* #38 Checkbox for subscriber only content @link #38
  • Loading branch information
misfist committed Oct 10, 2017
1 parent 6f318e9 commit cbe6d06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: misfist
Tags: custom
Requires at least: 4.7
Tested up to: 4.8
Version: 1.2.12
Tested up to: 4.8.2
Version: 1.2.13
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.2.13 October 10, 2017 =
* #38 Checkbox for subscriber only content @link https://github.com/thenewinquiry/tni-core-functionality/issues/38
* Added `subscriber_only` boolean field
* Updated `tni_is_subscription_only` function to fetch posts where `subscriber_only` is true

= 1.2.12 October 3, 2017 =
* Added tags (`post_tag`) taxonomy to blogs post type @link https://github.com/thenewinquiry/tni-theme/issues/91

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

return $instance;
}
Expand Down

0 comments on commit cbe6d06

Please sign in to comment.