Releases: DivineOmega/uxdm
Releases · DivineOmega/uxdm
v4.0.2
v4.0.1
- Fix PHP warning if no transformers are specified.
v4.0.0
- Added transformer classes, replacing data item manipulators and data row manipulators.
v3.5.4
- Fix to PDO source to gracefully handle reading from a database table containing no data.
v3.5.3
- Progress bar fix related to validation before migration (continued)
v3.5.2
- Progress bar fix related to validation before migration.
v3.5.1
- Fix to validation before migration functionality.
v3.5.0
- Allow all data rows to be validated before migrating (via
->validateBeforeMigrating()
method).
v3.4.0
- Refactoring and improvements to migration process.
- Explanatory comments added to Migrator methods.
- Documentation of Excel source and destination objects.
v3.3.2
- Fix issue with using progress bar with WordPress sources, caused by bug in WordPress source
countDataRows
method