Skip to content

Releases: Jord-JD/uxdm

v6.1.1

16 Feb 02:57

Choose a tag to compare

Fixed

  • Removed Coveralls integration from the package: deleted Coveralls badge from README and removed php-coveralls/php-coveralls from dev dependencies.
  • Removed obsolete .coveralls.yml config.

CI

  • Updated GitHub Actions PHPUnit workflow dependency bootstrapping to avoid Composer 1 usage.
  • Matrix now runs and passes on PHP 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, and 8.3.
  • Disabled matrix fail-fast to surface all version failures clearly.

v6.1.0

15 Feb 22:21

Choose a tag to compare

Added

  • NDJSON support: NDJSONSource and NDJSONDestination (with docs + tests).
  • WordPress pagination: setPerPage() on WordPress sources.
  • WordPress terms: optional categories/tags via WordPressPostSource::withTerms().

Fixed

  • CSVDestination now writes a stable header and fills missing fields with blanks, preventing rows with missing columns.
  • CSVSource now streams sequential pages from a single file handle to improve performance on large CSVs.

Docs / CI

  • Documented Migrator::setSkipIfTrueCheck() in README.
  • Updated GitHub Actions PHPUnit workflow for better compatibility across PHP versions.
  • Removed StyleCI badge and removed legacy StyleCI/Travis webhooks.

v6.0.0

14 Feb 22:06

Choose a tag to compare

Full Changelog: v5.0.0...v6.0.0

v5.0.0

14 Feb 20:42

Choose a tag to compare

Migrate package name to jord-jd/uxdm.

v4.0.2

01 Jun 08:35

Choose a tag to compare

  • Fix handling of CSVs with many blank fields.

v4.0.1

01 Jun 08:27

Choose a tag to compare

  • Fix PHP warning if no transformers are specified.

v4.0.0

09 May 21:56
1d19678

Choose a tag to compare

v3.5.4

24 Feb 10:15

Choose a tag to compare

  • Fix to PDO source to gracefully handle reading from a database table containing no data.

v3.5.3

27 Jan 11:35

Choose a tag to compare

  • Progress bar fix related to validation before migration (continued)

v3.5.2

27 Jan 11:27

Choose a tag to compare

  • Progress bar fix related to validation before migration.