New minor revision of GD Custom Posts And Taxonomies Tools is here with few more bug fixes and some improvements for custom fields and custom meta boxes handling. Also, I am pleased to report and now everything in the plugin works as expected with upcoming WordPress 3.2.
Bug fixes include minor problem with auto generating one of the labels for custom post type (Parent item with colon), it was using plural instead of singular label. You might wanna fix that with your post types. Taxonomy registration procedure had a minor bug with non cached registrations, now fixed. Registered meta boxes were not properly displayed on the post type panel.
As for updates, custom field shortcode has a new filter that can be used to change the output for the custom field value. A function is also added as alternative to WordPress default get_post_meta that uses shortcode method to get value. As for the meta box, you can select default location where to display meta box on the post editor page. And custom field has a new content type: select box that gets data from predefined functions. You can register functions for this field. Function needs to return array with keys and values, and they will be displayed as a choice. Tutorial on this is coming tomorrow.
If you find more bugs with this version, please leave comment or post in forum, and it will be fixed as soon as possible.
More about GD Custom Posts And Taxonomies Tools: