Advanced Custom Fields: Extended - Version 0.6.0.2

Version Description

  • Field Group: Lowered 'Field Group Data' Metabox priority which was too high and was displayed above fields.
Download this release

Release Info

Developer hwk-fr
Plugin Icon 128x128 Advanced Custom Fields: Extended
Version 0.6.0.2
Comparing to
See all releases

Code changes from version 0.6.0.1 to 0.6.0.2

acf-extended.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Advanced Custom Fields: Extended
4
  * Description: Enhancement Suite which improves Advanced Custom Fields administration
5
- * Version: 0.6.0.1
6
  * Author: hwk
7
  * Author URI: https://hwk.fr
8
  * Text Domain: acfe
2
  /**
3
  * Plugin Name: Advanced Custom Fields: Extended
4
  * Description: Enhancement Suite which improves Advanced Custom Fields administration
5
+ * Version: 0.6.0.2
6
  * Author: hwk
7
  * Author URI: https://hwk.fr
8
  * Text Domain: acfe
includes/field-groups/field-group.php CHANGED
@@ -110,7 +110,7 @@ function acfe_render_field_group_settings(){
110
  });
111
  </script>
112
  <?php
113
- }, 'acf-field-group', 'normal', 'high');
114
 
115
  }
116
 
110
  });
111
  </script>
112
  <?php
113
+ }, 'acf-field-group', 'normal');
114
 
115
  }
116
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: acf, custom fields, meta, admin, fields, form, repeater, content
5
  Requires at least: 4.9
6
  Tested up to: 5.1.1
7
  Requires PHP: 5.6
8
- Stable tag: 0.6.0.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -203,6 +203,9 @@ Usage example:
203
 
204
  == Changelog ==
205
 
 
 
 
206
  = 0.6.0.1 =
207
  * General: Fixed backward compatibility for ACF Pro 5.7.10. The function: acf_add_filter_variations() was causing problems.
208
  * Admin: Temporarily removed the 'Options Beta' admin screen. Still needs some works.
5
  Requires at least: 4.9
6
  Tested up to: 5.1.1
7
  Requires PHP: 5.6
8
+ Stable tag: 0.6.0.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
203
 
204
  == Changelog ==
205
 
206
+ = 0.6.0.2 =
207
+ * Field Group: Lowered 'Field Group Data' Metabox priority which was too high and was displayed above fields.
208
+
209
  = 0.6.0.1 =
210
  * General: Fixed backward compatibility for ACF Pro 5.7.10. The function: acf_add_filter_variations() was causing problems.
211
  * Admin: Temporarily removed the 'Options Beta' admin screen. Still needs some works.