Releases: rapidwebltd/uxdm
Releases · rapidwebltd/uxdm
v1.23.0
v1.22.0
- Added Markdown destination.
v1.21.0
- 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
- Fix
countDataRows()
for PDO and WordPress sources if upper case SQL is used.
v1.20.0
- 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
- XML Destination improvements to handle special characters, such as
&
,<
and>
.
This release also includes:
- Minor documentation improvements.
v1.19.0
- Added XML Destination.
v1.18.0
- Make a
_file
field available when using the JSON files source.
v1.17.5
- PDO Destination - Fix rows being duplicated within the same page of data rows even with key field(s) being set.
v1.17.4
- 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.