Releases: StadGent/drupal_module_opening-hours
Releases · StadGent/drupal_module_opening-hours
2.2.1
2.2.0
2.1.0
2.0.0
1.5.0
1.4.1
1.4.0
8.x-1.3
Added
- Added GrumPHP + code quality tools configuration.
- Added TravisCI script to automatically validate the code quality.
- Added the Drupal 9 compatibility check.
Fixed
- DMOH-57: Fixed broken entity form serialization due to manually injecting the
Logger instance into the OpeningHoursWidget.
Is now replaced byuse LoggerChannelTrait;
.
8.x-1.2
8.x-1.1
IMPORTANT : From now on, an API key is required due to a change in the API endpoint.
Change the API endpoint and set the API key value in the webservice configuration after updating the module to this version.
See service documentation for more information about the endpoint.
Changed
- DMOH-55: Changed the way to access the endpoint: added support to set the required API key.
Fixed
- DMOH-53: Fixed not unique element wrapper.
- DMOH-53: Fixed detecting if the element was submitted.