Skip to content

Releases: StadGent/drupal_module_opening-hours

2.2.0

26 May 14:40
Compare
Choose a tag to compare

Added

  • DMOH-59: Add support for Drupal 10.

Changed

  • DMOH-59: Change minimal Drupal version to 9.4 or 10.0.
  • DMOH-59: Change minimal PHP version to 8.1.

2.1.0

29 Nov 10:40
Compare
Choose a tag to compare

Changed

  • Change widget tab labels: The correct labels are "This week" & "This month" instead of "week overview", "month overview".
    This avoids overwriting the labels in each project, the labels should always the same as used on the City of Ghent website.

2.0.0

29 Aug 08:05
Compare
Choose a tag to compare

Fixed

  • Fix code issues.

Changed

  • Change minimal drupal version to 9.3.
  • Change Client service creation to a factory.

Updated

  • Update qa-drupal.
  • Update stadgent/services-opening-hours package to 2.x.

1.5.0

22 Aug 12:17
323ff3f
Compare
Choose a tag to compare

Add support for php 8.

1.4.1

27 Sep 07:28
b3a688a
Compare
Choose a tag to compare

Changed

  • Added support for Ajax.

1.4.0

20 Nov 09:14
Compare
Choose a tag to compare

Changed

  • Switched to semantic versioning.
  • Switched to Composer 2.x.

8.x-1.3

07 Oct 10:04
Compare
Choose a tag to compare

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 by use LoggerChannelTrait;.

8.x-1.2

06 Oct 10:54
Compare
Choose a tag to compare

Changed

  • When the opening hours can not be retrieved an error message was printed in
    the HTML output. This is now changed: when an error happens, no output is
    printed into the HTML.

Fixed

  • DMOH-56 : Added missing tokens.

8.x-1.1

10 Sep 08:52
Compare
Choose a tag to compare

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

19 Feb 08:43
Compare
Choose a tag to compare

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).