This is major update that brings numerous enhancements and improvements to providers, especially CSV2. 3.1.1.
New CSV2 Provider Support field name mapping, makes cleanup optional and supports AJAX import..
Revert to old PHP syntax so we work on PHP 5.3 2.1.2.
API New 2 new functions, cos get field and cos the field provide abstracted access to imported data.
This is the recommended way to access Culture Object data from v2.0.0 onwards, as we can provide begin to implement context handlers future releases, especially as WordPress 4.4 introduces new taxonomy API.
API New Providers can add method which is attached to WordPress init action hook.
This can be to register additional post types or taxonomies will your import process to write against, or do to additional hook registration to allow for things like nonce checks or security functions..
API New Support for providers to import images into WordPress library.
API New Support for field remapping..
If enabled, and the theme declares support for cos-remaps via add theme support list of all fields will be shown in Culture Object settings page, and can be overridden by the user.
Read more