Releases: umbraco-community/Our.Umbraco.OpeningHours
Our.Umbraco.OpeningHours v1.0.0
Changelog
-
Added missing href attribute to the add button (see 4daa8dc).
-
The
WeekDay
property in theOpeningHoursDay
class bas been renamed toDayOfWeek
to avoid confusion withWeekday
(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
andTimeZoneInfo
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
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
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
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.