=== Advanced Custom Fields Migrator === Contributors: comprock Donate link: http://typo3vagabond.com/about-typo3-vagabond/donate/ Tags: advanced custom fields, migration, autoload, advanced, admin, custom Requires at least: 3.0.0 Tested up to: 3.4 Stable tag: 0.0.2 License: GPLv2 or later Migrate left over Advanced Custom Fields fields from wp_postmeta to wp_options while correcting autoload settings. == Description == = Migrator functionality is still in progress = This plugin was released early to resolve the autoload issue. Migrate left over [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/ "Advanced Custom Fields WordPress plugin") fields from wp_postmeta to wp_options while correcting autoload settings. Also, converts previous ACF value migrations from autoload = 'yes' to 'no'. This is very handy for performance optimization when you've got tens of thousands of custom fields. Can help drastically improve website load times. = Thank you… = * [MediaBurn.org](http://mediaburn.org "Media Burn Archive — four decades of documentaries") for development funding. * [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/ "Advanced Custom Fields WordPress plugin") for making custom WordPress site easier * [Viper007Bond](http://wordpress.org/support/profile/viper007bond "Viper007Bond WordPress profile") for [Regenerate Thumbnails](http://wordpress.org/extend/plugins/regenerate-thumbnails/ "Regenerate Thumbnails WordPress plugin") Ajax'd code base. == Installation == 1. Via Plugins > Install Plugins, Search for "advanced-custom-fields-migrator" 1. Install "Advanced Custom Fields Migrator" 1. Alternately, download `advanced-custom-fields-migrator.zip` from http://wordpress.org/extend/plugins/advanced-custom-fields-migrator/ 1. Unzip `advanced-custom-fields-migrator.zip` locally 1. Upload the `advanced-custom-fields-migrator` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Set options via Settings > ACF Migrator 1. Migrate via Tools > ACF Migrator == Frequently Asked Questions == = Can I sponsor …? = Yes. Any sponsoring would be greatly welcome. Please [donate](http://typo3vagabond.com/about-typo3-vagabond/donate/ "Help sponsor TYPO3 Importer") and let me know what's wanted == Screenshots == 1. Settings - Post Selection 2. Settings - Migration Settings 3. ACF Migrator == Changelog == = trunk = - = 0.0.2 = * Naming and verbiage corrections * MediaBurn, Viper007Bond, ACF thanks * Installation direction updates * autoload performance fixer verbiage * Post Selection - select all notice * Add screenshots * Validate readme.txt = 0.0.1 = * first release == Upgrade Notice == * None == TODOs == * TBD