Releases: rapidwebltd/uxdm
Releases · rapidwebltd/uxdm
v1.15.1
- WordPress Post Source - Only attempt to get post meta data if the post's ID field is available.
- Additional unit tests.
v1.15.0
- Installation documentation.
- Custom exceptions for various conditions.
- Additional unit tests.
- Migrator integration tests.
v1.14.2
- Add ability to set the number of data rows returned per page in
PDOSource
class.
v1.14.1
- Remove dependency on PHP Cache library
cache/cache
. Caching should be optional.
v1.14.0
v1.13.0
- Added WordPress Post Source.
v1.12.0
- Added a Null Destination that does not output the migration data anywhere. This can be useful if you only need access the data via a
DataRowManipulator
orDataItemManipulator
.
v1.11.3
- Fix PDO Destination INSERT SQL syntax to be compatible with more database types (such as sqlite)
v1.11.2
- Fix DataRow being unable to throw exceptions.
- Fix XML Source fields being misindexed in some situations.
- Remove unnecessary XML Source page limit check.
This release also includes:
- Usage documentation, with examples
- Code coverage checks via Coveralls integration
- Significantly increased number of unit tests
v1.11.1
- Added check for data rows with no data items.