Skip to content

Releases: umbraco-community/Our.Umbraco.OpeningHours

Our.Umbraco.OpeningHours v1.0.0

16 May 16:50
Compare
Choose a tag to compare

Changelog

  • Added missing href attribute to the add button (see 4daa8dc).

  • The WeekDay property in the OpeningHoursDay class bas been renamed to DayOfWeek to avoid confusion with Weekday (see 66340c8).

  • Added dependency for Skybrud.Essentials since it has better logic for parsing JSON and working with dates (see a5ec426 and 6a7a4b5).

  • Added config option to hide property label and description - thanks to pull request from @bjarnef (see a14bafc).

  • The property alias in the GetOpeningHours method is no longer hardcoded #H5IS (see 3ce4f1a).

  • Added logic for DateTimeOffset and TimeZoneInfo to better support working with and/or across time zones (see 2653181).

  • Added german language files - thanks to pull request from @ninjaonsafari (see 2ce0f71).

  • Improved error handling when parsing dates (see 4fd7ef2).

  • Improved localization support (see d594621).

Our.Umbraco.OpeningHours v1.0.0-beta3

10 Sep 19:25
Compare
Choose a tag to compare
Pre-release

Changelog

  • The Umbraco package for v1.0.0-beta2 contained some older files, since the Grunt job for generating the package didn't properly clean old files before generating the package. This caused multiple JS errors, and eventually resulting in the property editor not working. This has now been fixed (see cb56134).

Our.Umbraco.OpeningHours v1.0.0-beta2

17 Jul 20:24
Compare
Choose a tag to compare
Pre-release

Breaking changes

  • The two additinal property editors have now been removed, since the primary property editor supports the same (weekdays or holidays) can now be hidden via prevalues
  • Prevalue options have been changed, some has been renamed
  • The C# model as been changed/restructured - see the README for new examples

Our.Umbraco.OpeningHours v1.0.0-beta1

17 Apr 21:37
Compare
Choose a tag to compare
Pre-release

Changelog

This being the first release, there aren't really any changes to list here.

Also, since this is a pre-release, not everything is fully tested, but not appears to be breaking either. If you experience any issues, please report in on the issue tracker.