Skip to content

Releases: rapidwebltd/uxdm

v1.23.0

16 Apr 10:42
Compare
Choose a tag to compare
  • Confirmed PHP 7.2 support.

v1.22.0

16 Apr 10:30
Compare
Choose a tag to compare
  • Added Markdown destination.

v1.21.0

28 Mar 15:03
Compare
Choose a tag to compare
  • Change progress bar to be based on number of pages rather than individual data rows.
  • All sources now have a method to count the number of pages they contain ($source->countPages()).

v1.20.1

28 Mar 14:40
0d169d5
Compare
Choose a tag to compare
  • Fix countDataRows() for PDO and WordPress sources if upper case SQL is used.

v1.20.0

28 Mar 14:30
4c2d26b
Compare
Choose a tag to compare
  • Add progress bar ($migration->withProgressbar()).
  • All sources now have a method to count the number of data rows they contain ($source->countDataRows()).

This release also contains:

  • Minor documentation and description changes.

v1.19.1

02 Mar 12:40
Compare
Choose a tag to compare
  • XML Destination improvements to handle special characters, such as &, < and >.

This release also includes:

  • Minor documentation improvements.

v1.19.0

27 Feb 15:24
Compare
Choose a tag to compare
  • Added XML Destination.

v1.18.0

12 Feb 11:51
e8d5660
Compare
Choose a tag to compare
  • Make a _file field available when using the JSON files source.

v1.17.5

02 Feb 16:43
3be5d23
Compare
Choose a tag to compare
  • PDO Destination - Fix rows being duplicated within the same page of data rows even with key field(s) being set.

v1.17.4

30 Jan 15:48
bdeaba4
Compare
Choose a tag to compare
  • Fix data row preparation if no data item manipulator callback is specified.

This release also contains:

  • Documentation of addition UXDM destination objects.
  • Minor documentation fixes.