Releases: StadGent/drupal_module_opening-hours
Releases · StadGent/drupal_module_opening-hours
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.
8.x-1.0
Added
- VG-1466: Added the service and channel labels to the opening_hours field.
- VG-1466: Added synchronisation command that updates all channel and service
labels and checks if the service/channel combination still exists in the
backend. - VG-1519: Added new OpeningHours formatter to display the service & channel
labels. - VG-1519: Added new "Broken" views filter for the opening_hours:broken field.
Fixed
- DMOH-51: Fixed loading the channels once a service is selected from the
autocomplete suggestions. - DMOH-52: Fixed supporting usage of the field widget within paragraphs (fixed
extracting the form submit values for Ajax callbacks).