Skip to content

Releases: Jord-JD/uxdm

v6.2.0

Choose a tag to compare

@Jord-JD Jord-JD released this 18 Jul 10:20
ac351d3
  • Return all available fields when a source is read without an explicit field selection.
  • Support PSR-6 cache implementations using psr/cache 1, 2, or 3.
  • Add PHP 7.1 through 8.5 and current PHPUnit coverage.
  • Document direct source reads and selective field retrieval.

v6.1.1

Choose a tag to compare

@Jord-JD Jord-JD released this 16 Feb 02:57

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

Choose a tag to compare

@Jord-JD Jord-JD released this 15 Feb 22:21

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

Choose a tag to compare

@Jord-JD Jord-JD released this 14 Feb 22:06

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

v5.0.0

Choose a tag to compare

@Jord-JD Jord-JD released this 14 Feb 20:42

Migrate package name to jord-jd/uxdm.

v4.0.2

Choose a tag to compare

@Jord-JD Jord-JD released this 01 Jun 08:35
  • Fix handling of CSVs with many blank fields.

v4.0.1

Choose a tag to compare

@Jord-JD Jord-JD released this 01 Jun 08:27
  • Fix PHP warning if no transformers are specified.

v4.0.0

Choose a tag to compare

@Jord-JD Jord-JD released this 09 May 21:56
1d19678

v3.5.4

Choose a tag to compare

@Jord-JD Jord-JD released this 24 Feb 10:15
  • Fix to PDO source to gracefully handle reading from a database table containing no data.

v3.5.3

Choose a tag to compare

@Jord-JD Jord-JD released this 27 Jan 11:35
  • Progress bar fix related to validation before migration (continued)