Skip to content

Releases: Jord-JD/uxdm

v3.5.1

27 Jan 11:04

Choose a tag to compare

  • Fix to validation before migration functionality.

v3.5.0

27 Jan 10:46

Choose a tag to compare

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

v3.4.0

03 Nov 21:26

Choose a tag to compare

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

v3.3.2

01 Aug 09:37
999a307

Choose a tag to compare

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

v3.3.1

25 Jun 10:38

Choose a tag to compare

  • Modify sanity checks to better handle common scenarios related to inner joins.

v3.3.0

21 Jun 13:51

Choose a tag to compare

  • Add new MSSQL source to allow sourcing of data from Microsoft SQL databases.

v3.2.0

10 May 10:59
972c873

Choose a tag to compare

  • Let CSV source parsing parameters be customised.
  • Make PDO source setters fluent.

v3.1.0

30 Apr 08:42
83a0e14

Choose a tag to compare

  • Make source and destination properties protected, allowing for easier extension of existing sources and destinations.

v3.0.0

23 Apr 15:47
fbf0279

Choose a tag to compare

  • Support for old versions of PHP has been dropped (PHP >= 7.1 is required)
  • Added Source field validation via Omega Validator
  • Moved Eloquent source/destination to separate package (repo)
  • Moved Doctrine destination to separate package (repo)
  • Moved PDF destination to separate package (repo)
  • Method argument and return types in the source and destination interfaces are now strictly enforced

v2.7.1

27 Mar 17:10

Choose a tag to compare

  • Fix to Eloquent Destination to ensure casting functions work as expected when rows are updated.