Uxdm Versions Save

🔀 UXDM helps developers migrate data from one system or format to another.

v4.0.2

4 years ago
  • Fix handling of CSVs with many blank fields.

v4.0.1

4 years ago
  • Fix PHP warning if no transformers are specified.

v4.0.0

4 years ago

v3.5.4

4 years ago
  • Fix to PDO source to gracefully handle reading from a database table containing no data.

v3.5.3

4 years ago
  • Progress bar fix related to validation before migration (continued)

v3.5.2

4 years ago
  • Progress bar fix related to validation before migration.

v3.5.1

4 years ago
  • Fix to validation before migration functionality.

v3.5.0

4 years ago
  • Allow all data rows to be validated before migrating (via ->validateBeforeMigrating() method).

v3.4.0

4 years ago
  • Refactoring and improvements to migration process.
  • Explanatory comments added to Migrator methods.
  • Documentation of Excel source and destination objects.

v3.3.2

4 years ago
  • Fix issue with using progress bar with WordPress sources, caused by bug in WordPress source countDataRows method