Skip to content

Commit

Permalink
Merge pull request #47 from thenewinquiry/1.3.3
Browse files Browse the repository at this point in the history
#46 Changed featured bundle select field
  • Loading branch information
frnsys authored Jan 21, 2018
2 parents 06f2846 + 7e35a32 commit 2cd8430
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion admin/class-tni-core-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function add_fields() {
'allow_null' => 1,
'add_term' => 1,
'save_terms' => 1,
'load_terms' => 1,
'load_terms' => 0,
'return_format' => 'id',
'multiple' => 0,
),
Expand Down
7 changes: 5 additions & 2 deletions 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.8.2
Version: 1.3.2
Version: 1.3.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.3.2 Novembmer 6, 2017 =
= 1.3.3 January 20, 2018 =
* #46 Changed featured bundle select field to `'load_terms' => 0,`

= 1.3.2 November 6, 2017 =
* #44 Added `bundle` taxonomy to `blogs` post type @link https://github.com/thenewinquiry/tni-core-functionality/issues/44
* Added `blogs` to `bundle`
* Included `blogs` post type in `tni_core_get_featured_bundle_posts()`
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.3.2
* Version: 1.3.3
*
* @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.3.2' );
$instance = Tni_Core::instance( __FILE__, 'l.3.3' );

return $instance;
}
Expand Down

0 comments on commit 2cd8430

Please sign in to comment.