Releases: Jord-JD/uxdm
Releases · Jord-JD/uxdm
v6.1.1
Fixed
- Removed Coveralls integration from the package: deleted Coveralls badge from README and removed
php-coveralls/php-coverallsfrom dev dependencies. - Removed obsolete
.coveralls.ymlconfig.
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
Added
- NDJSON support:
NDJSONSourceandNDJSONDestination(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
Full Changelog: v5.0.0...v6.0.0
v5.0.0
v4.0.2
v4.0.1
v4.0.0
- Added transformer classes, replacing data item manipulators and data row manipulators.