-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(refactor): remove UPL feed element when UPL configuration is missing
- Loading branch information
Mike van den Hoek
committed
Sep 20, 2024
1 parent
6c32219
commit 6ab3273
Showing
5 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,107 +1,113 @@ | ||
# CHANGELOG | ||
|
||
## Version 2.2.0 | ||
|
||
### Changed | ||
|
||
- Remove UPL feed element when UPL configuration is missing | ||
|
||
## Version 2.1.3 | ||
|
||
### Fixed | ||
|
||
- Map audience 'ondernemer' correctly | ||
- Map audience 'ondernemer' correctly | ||
|
||
## Version 2.1.2 | ||
|
||
### Refactor | ||
|
||
- Only use the prefix 'http://standaarden.overheid.nl/owms/terms/' while retrieving the upl resource url but the value is empty. | ||
- Only use the prefix '<http://standaarden.overheid.nl/owms/terms/>' while retrieving the upl resource url but the value is empty. | ||
|
||
## Version 2.1.1 | ||
|
||
### Refactor | ||
|
||
- Usage of upl resource. | ||
- Usage of upl resource. | ||
|
||
## Version 2.1.0 | ||
|
||
### Features | ||
|
||
- Updates can now be provided through the Admin interface | ||
- Updates can now be provided through the Admin interface | ||
|
||
## Version 2.0.9 | ||
|
||
### Chore | ||
|
||
- Replaced Composer plugin dependency check with runtime check. | ||
- Replaced Composer plugin dependency check with runtime check. | ||
|
||
## Version 2.0.8 | ||
|
||
### Chore | ||
|
||
- Update dependencies + reference pdc-base plugin from BitBucket to GitHub | ||
- Update dependencies + reference pdc-base plugin from BitBucket to GitHub | ||
|
||
## Version 2.0.7 | ||
|
||
### Features | ||
|
||
- (refactor): sc feed pdc-type tax query, use all terms slugs except internal. | ||
- (refactor): sc feed pdc-type tax query, use all terms slugs except internal. | ||
|
||
## Version 2.0.6 | ||
|
||
### Features | ||
|
||
- (feat): government type setting, used in feed. | ||
- (feat): government type setting, used in feed. | ||
|
||
## Version 2.0.5 | ||
|
||
### Features | ||
|
||
- (feat): remove internal pdc-items from sc feed. | ||
- (feat): remove internal pdc-items from sc feed. | ||
|
||
## Version 2.0.4 | ||
|
||
### Features | ||
|
||
- (refactor): strip unnecessary characters in UPL values and display them in lowercase. Used in xml sc feed. | ||
- (refactor): strip unnecessary characters in UPL values and display them in lowercase. Used in xml sc feed. | ||
|
||
## Version 2.0.3 | ||
|
||
### Features | ||
|
||
- (feat): add UPL values in xml sc feed. UPL stands for 'Uniform Product List' and is used for naming the products and services of the Dutch government (https://standaarden.overheid.nl/upl) | ||
- (feat): add UPL values in xml sc feed. UPL stands for 'Uniform Product List' and is used for naming the products and services of the Dutch government (<https://standaarden.overheid.nl/upl>) | ||
|
||
## Version 2.0.2 | ||
|
||
### Fixed: | ||
### Fixed | ||
|
||
- (fix): 'pdc-doelgroepen' terms in xml sc feed | ||
- (fix): 'pdc-doelgroepen' terms in xml sc feed | ||
|
||
## Version 2.0.1 | ||
|
||
### Fixed: | ||
### Fixed | ||
|
||
- (fix): meta query used in creating xml feed | ||
- (fix): meta query used in creating xml feed | ||
|
||
## Version 2.0.0 | ||
|
||
### Features: | ||
### Features | ||
|
||
- (refactor): clean-up for version 1.0. | ||
- (feat): clean-up & improvement feed serviceprovider | ||
- (refactor): clean-up for version 1.0. | ||
- (feat): clean-up & improvement feed serviceprovider | ||
|
||
### Added | ||
|
||
- (feat): ScItem model used in feed serviceprovider | ||
- (feat): ScItem model used in feed serviceprovider | ||
|
||
### Changed | ||
|
||
- (refactor): architecture change in the pdc-base plug-in, used as dependency, affects namespaces used | ||
- (refactor): architecture change in the pdc-base plug-in, used as dependency, affects namespaces used | ||
|
||
## Version 1.2.2 | ||
|
||
- (feat): add new audiences | ||
- (fix): tests | ||
- (feat): add php-cs-fixer | ||
- (feat): format documents | ||
- (feat): add new audiences | ||
- (fix): tests | ||
- (feat): add php-cs-fixer | ||
- (feat): format documents | ||
|
||
## Version 1.2.1 | ||
|
||
### Fix: | ||
### Fix | ||
|
||
- (fix): check if required file for `is_plugin_active` is already loaded, otherwise load it. Props @Jasper Heidebrink | ||
- (fix): check if required file for `is_plugin_active` is already loaded, otherwise load it. Props @Jasper Heidebrink |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters