Skip to content

Our.Umbraco.OpeningHours v1.0.0

Latest
Compare
Choose a tag to compare
@abjerner abjerner released this 16 May 16:50
· 1 commit to master since this release

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