Skip to content

Releases: rapidwebltd/uxdm

v1.15.1

22 Aug 11:13
Compare
Choose a tag to compare
  • WordPress Post Source - Only attempt to get post meta data if the post's ID field is available.
  • Additional unit tests.

v1.15.0

21 Aug 12:41
Compare
Choose a tag to compare
  • Installation documentation.
  • Custom exceptions for various conditions.
  • Additional unit tests.
  • Migrator integration tests.

v1.14.2

08 Aug 13:32
Compare
Choose a tag to compare
  • Add ability to set the number of data rows returned per page in PDOSource class.

v1.14.1

08 Aug 11:04
Compare
Choose a tag to compare
  • Remove dependency on PHP Cache library cache/cache. Caching should be optional.

v1.14.0

08 Aug 10:57
Compare
Choose a tag to compare
  • Added the ability to cache source data with the migrator's setSourceCache method. Caching can use any object that implements the PSR-6 CacheItemPoolInterface.

v1.13.0

28 Jul 08:28
Compare
Choose a tag to compare
  • Added WordPress Post Source.

v1.12.0

19 Jul 09:42
Compare
Choose a tag to compare
  • 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 or DataItemManipulator.

v1.11.3

13 Jul 11:15
Compare
Choose a tag to compare
  • Fix PDO Destination INSERT SQL syntax to be compatible with more database types (such as sqlite)

v1.11.2

12 Jul 11:37
Compare
Choose a tag to compare
  • 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

15 Jun 10:03
Compare
Choose a tag to compare
  • Added check for data rows with no data items.