ECI Version 1.7.0
This is an urgent release to fix the file uploader. Somehow a few lines of code were deleted, the entire part that begins processing an upload. No idea how, an accident and a strange one. I’m about to upload the new files and continue testing the plugin.
Below is the code that somehow went missing from the eci_start.php page
// set variables for individual form submission
if( isset( $_POST['eci_csvupload_submit'] ) )
{
$eci_csvupload_submit = true;
require( ‘includes/eci_csvupload.php’ )
Changes
* All post creation page forms now show the full list of custom post types.
* Fixed csv file upload bug
* Added RSS feed for ECI updates to the control panel