PluginProbe
Advanced Custom Fields (ACF®) / 3.0.4
Advanced Custom Fields (ACF®) v3.0.4
6.8.9 6.8.8 6.8.7 6.8.6 6.8.5 6.8.4 6.8.3 6.8.2 6.8.1 5.8.5 5.8.6 5.8.7 5.8.8 5.8.9 5.9.0 5.9.1 5.9.2 5.9.3 5.9.4 5.9.5 5.9.6 5.9.7 5.9.8 5.9.9 6.0.0 All 230 releases
← All changes | acf.php +3 -2 3.0.33.0.4 View file →
@@ -2,9 +2,9 @@
2 2 /*
3 3 Plugin Name: Advanced Custom Fields
4 4 Plugin URI: http://plugins.elliotcondon.com/advanced-custom-fields/
5 5 Description: Customise your edit pages with an assortment of field types: Wysiwyg, Repeater, text, textarea, image, file, select, checkbox post type, page link and more! Hide unwanted metaboxes and assign to any edit page!
6 -Version: 3.0.3
6 +Version: 3.0.4
7 7 Author: Elliot Condon
8 8 Author URI: http://www.elliotcondon.com/
9 9 License: GPL
10 10 Copyright: Elliot Condon
@@ -44,9 +44,9 @@
44 44 $this->path = dirname(__FILE__).'';
45 45 $this->dir = plugins_url('',__FILE__);
46 46 $this->siteurl = get_bloginfo('url');
47 47 $this->wpadminurl = admin_url();
48 - $this->version = '3.0.3';
48 + $this->version = '3.0.4';
49 49 $this->upgrade_version = '3.0.0'; // this is the latest version which requires an upgrade
50 50
51 51
52 52 // set text domain
@@ -1519,8 +1519,9 @@
1519 1519 if($taxonomies)
1520 1520 {
1521 1521 foreach($taxonomies as $taxonomy)
1522 1522 {
1523 + if(!is_taxonomy_hierarchical($taxonomy)) continue;
1523 1524 $terms = get_terms($taxonomy, array('hide_empty' => false));
1524 1525 if($terms)
1525 1526 {
1526 1527 foreach($terms as $term)