Skip to content

Releases: craftcms/store-hours

4.2.0

28 Jul 17:23
4.2.0
6560463
Compare
Choose a tag to compare
  • Added craft\storehours\data\FieldData::getGroupedRanges().

4.1.0

28 Jul 16:04
4.1.0
11d7a67
Compare
Choose a tag to compare
  • Added the “Start Day” field setting. (#43)
  • Added craft\storehours\data\FieldData::getIsOpen(). (#37)
  • Store Hours fields now get clock icons.

4.0.1

19 Mar 06:43
4.0.1
5af8c5e
Compare
Choose a tag to compare
  • Fixed a PHP error that could occur when editing an element with a Store Hours field.

4.0.0

15 Mar 22:20
4.0.0
3382708
Compare
Choose a tag to compare
  • Store Hours now requires Craft 5.0.0-beta.1 or later.

3.1.0

15 Mar 22:18
3.1.0
f534a4b
Compare
Choose a tag to compare
  • Added GraphQL support. (#55)
  • Added craft\storehours\gql\types\Day.
  • Added craft\storehours\gql\types\generators\DayType.