CSV Import: Changelog
-------------------------------------------------------------------------------*** April 22, 2024 - Version 1.17 Released
- Updated to support CMS v3.65
- Improved import speed
-------------------------------------------------------------------------------
*** March 13, 2024 - Version 1.16 Released
- Updated default expected encoding to UTF-8 (can be changed in plugin file)
-------------------------------------------------------------------------------
*** February 21, 2024 - Version 1.15 Released
- Updated to support CMS v3.65
-------------------------------------------------------------------------------
*** October 5, 2022 - Version 1.14 Released
- Improved PHP 8.1 compatibility
-------------------------------------------------------------------------------
*** March 14, 2019 - Version 1.13 Released
- Improved field name validation when importing a new CSV column into a table.
-------------------------------------------------------------------------------
*** June 12, 2018 - Version 1.12 Released
- Updated to support PHP 7.3
-------------------------------------------------------------------------------
*** July 5, 2017 - Version 1.11 Released
- Updated to support PHP 7
-------------------------------------------------------------------------------
*** December 8, 2016 - Version 1.10 Released
- CSV import errors are now displayed.
-------------------------------------------------------------------------------
*** May 9, 2016 - Version 1.09 Released
- Updated user-interface - added bootstrap styling to the forms and pages
-------------------------------------------------------------------------------
*** February 4, 2016 - Version 1.08 Released
- Re-added text files on how to install and upgrade plugin
-------------------------------------------------------------------------------
*** January 11, 2016 - Version 1.07 Released
- Updated to work with CMS 3.00
-------------------------------------------------------------------------------
*** July 21, 2015 - Version 1.06 Released
NEW FEATURES
- Automatic Backups: Target tables are now automatically backed up before import begins
- Custom Import Menus: You can now create custom pre-configured import menus for importing files
BUG FIXES & MINOR CHANGES
- Misc Code and other minor improvements
-------------------------------------------------------------------------------
*** June 30, 2015 - Version 1.05 Released
NEW FEATURES
- New option to import CSV files that do not have column names on the first line
BUG FIXES & MINOR CHANGES
- Fixed issue where uploaded CSV files wouldn't get removed after import was complete
- Added code to clean up old incomplete import jobs and data (after 24 hours)
- Fixed "Go Back" functionality to redisplay previously entered values
- Fixed a bug where "skipped" fields with spaces in the field name cause a mySQL error
- Fixed a silent error (E_NOTICE: Undefined index: fileFormat) where the file format wasn't being passed via URL
- Misc Code and other minor improvements
-------------------------------------------------------------------------------
*** December 2, 2010 - Version 1.04 Released
NEW FEATURES
- Added an option to automatically create fields when importing new CSV columns
- Updated the "Map Fields" list to auto-select matching field names
BUG FIXES & MINOR CHANGES
- Fixed a bug where upload iframe wasn't displaying correctly on some installations
- Fixed a bug which occurred when a table had no values to default (e.g. createdDate)
- Code organization: Moved plugin schemas into /pluginSchemas/ subfolder
- Code organization: Moved _csvImport_uploadIframe.php into /pluginTemplates/ subfolder
- Programmers: Added an option to skip validation and go straight to importing (CSV_IMPORT_ALLOW_SKIPVALIDATION)
- Compatibility: Added max query length restriction and auto-detection to batching to better deal with large rows
- Misc Code and other minor improvements
-------------------------------------------------------------------------------
*** February 28, 2010 - Version 1.03 Released
- Added support for German CSV files
-------------------------------------------------------------------------------
*** January 24, 2010 - Version 1.02 Released
- Fixed bug that displayed error when more than 25 records were being imported
- Temporary import tables are now hidden from the menu while the import is running
- On import status text now says "Importing row" instead of "Validating row"
-------------------------------------------------------------------------------
*** January 19, 2010 - Version 1.01 Released
- Fixed a bug with the Update Duplicates option
-------------------------------------------------------------------------------
*** January 19, 2010 - Version 1.00 Released
First Release
-------------------------------------------------------------------------------
*** NOTE: NEW ENTRIES ARE LISTED AT THE TOP ***