Smart Custom Fields - Version 1.6.1

Version Description

  • Fixed a bug that custom field settings vanished when saved.
Download this release

Release Info

Developer inc2734
Plugin Icon wp plugin Smart Custom Fields
Version 1.6.1
Comparing to
See all releases

Code changes from version 1.6.0 to 1.6.1

classes/models/class.abstract-field-base.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
  /**
3
  * Smart_Custom_Fields_Field_Base
4
- * Version : 1.1.0
5
  * Author : inc2734
6
  * Created : October 7, 2014
7
- * Modified : February 28, 2015
8
  * License : GPLv2 or later
9
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  */
@@ -195,7 +195,7 @@ abstract class Smart_Custom_Fields_Field_Base {
195
  */
196
  public function get_field_name_in_setting( $group_key, $field_key, $name ) {
197
  return sprintf(
198
- '%s[%d][fields][%d][%s]',
199
  SCF_Config::NAME,
200
  $group_key,
201
  $field_key,
1
  <?php
2
  /**
3
  * Smart_Custom_Fields_Field_Base
4
+ * Version : 1.1.1
5
  * Author : inc2734
6
  * Created : October 7, 2014
7
+ * Modified : November 17, 2015
8
  * License : GPLv2 or later
9
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  */
195
  */
196
  public function get_field_name_in_setting( $group_key, $field_key, $name ) {
197
  return sprintf(
198
+ '%s[%s][fields][%s][%s]',
199
  SCF_Config::NAME,
200
  $group_key,
201
  $field_key,
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
4
  Tags: plugin, custom field, custom, field, meta, meta field, repeat, repeatable
5
  Requires at least: 3.9
6
  Tested up to: 4.4-beta3
7
- Stable tag: 1.6.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -86,6 +86,9 @@ You can send your own language pack to me.
86
 
87
  == Changelog ==
88
 
 
 
 
89
  = 1.6.0 =
90
  * Added search feature in the relation field.
91
  * Changed when the object isn't saved, default value is active.
4
  Tags: plugin, custom field, custom, field, meta, meta field, repeat, repeatable
5
  Requires at least: 3.9
6
  Tested up to: 4.4-beta3
7
+ Stable tag: 1.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
86
 
87
  == Changelog ==
88
 
89
+ = 1.6.1 =
90
+ * Fixed a bug that custom field settings vanished when saved.
91
+
92
  = 1.6.0 =
93
  * Added search feature in the relation field.
94
  * Changed when the object isn't saved, default value is active.
smart-custom-fields.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin name: Smart Custom Fields
4
  * Plugin URI: https://github.com/inc2734/smart-custom-fields/
5
  * Description: Smart Custom Fields is a simple plugin that management custom fields.
6
- * Version: 1.6.0
7
  * Author: inc2734
8
  * Author URI: http://2inc.org
9
  * Created: October 9, 2014
10
- * Modified: Novermber 12, 2015
11
  * Text Domain: smart-custom-fields
12
  * Domain Path: /languages
13
  * License: GPLv2 or later
3
  * Plugin name: Smart Custom Fields
4
  * Plugin URI: https://github.com/inc2734/smart-custom-fields/
5
  * Description: Smart Custom Fields is a simple plugin that management custom fields.
6
+ * Version: 1.6.1
7
  * Author: inc2734
8
  * Author URI: http://2inc.org
9
  * Created: October 9, 2014
10
+ * Modified: Novermber 17, 2015
11
  * Text Domain: smart-custom-fields
12
  * Domain Path: /languages
13
  * License: GPLv2 or later