From 7e35a326e697f4cf1b7dce495096209e8a046f85 Mon Sep 17 00:00:00 2001 From: Pea Date: Sat, 20 Jan 2018 15:50:49 -0500 Subject: [PATCH] #46 Changed featured bundle select field Changed featured bundle select field to `'load_terms' => 0, --- admin/class-tni-core-admin.php | 2 +- readme.txt | 7 +++++-- tni-core-functionality.php | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/admin/class-tni-core-admin.php b/admin/class-tni-core-admin.php index f25fdf1..015950e 100644 --- a/admin/class-tni-core-admin.php +++ b/admin/class-tni-core-admin.php @@ -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, ), diff --git a/readme.txt b/readme.txt index d748795..7eba993 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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()` diff --git a/tni-core-functionality.php b/tni-core-functionality.php index e3a64c9..bc97d7e 100644 --- a/tni-core-functionality.php +++ b/tni-core-functionality.php @@ -10,7 +10,7 @@ * Text Domain: tni-core * Domain Path: /languages * - * Version: 1.3.2 + * Version: 1.3.3 * * @package Tni_Core_Functionality */ @@ -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; }