Releases: WterBerg/php-dcatapdonl
Releases · WterBerg/php-dcatapdonl
0.6.0
Changelog
- Support PHP 8.0 in
composer.json
.
0.5.2
Changelog
- Introduced alias for adding alternativeIdentifiers
DCATDataset::addAlternateIdentifier()
which is an alias for DCATDataset::addAlternativeIdentifier()
.
0.5.1
Changelog
- Reduced validation complexity of
DCATSpatial
- Updated
DCATControlledVocabulary
logic in case the DCAT valuelists are not available.
0.5.0
Changelog:
- Dropped support for Overheid:License; switched to DONL:License
- Small optimizations
0.4.2
Changelog:
- Introduced alias of
DCATDistribution::addLinkedSchema
named DCATDistribution::addLinkedSchemas
0.4.1
Reduce validation complexity (#4)
* updated README
* small fixes to travis
* reduced DCATComplexEntity::validate() complexity
0.4
several fixes to codestyle, testnamespaces and updated dependencies (#1)
* several fixes to codestyle, testnamespaces and updated dependencies
* small fixes to CI
* updated composer.lock
* CI fixes
* CI tuning
* travis tuning