Version History

#v1.0.0

* Removed "fieldset" for both "Holidays" and "Special Openings" pages, to remove the extra padding at the bottom of the form/page;
* Added possibility to enable "Rich Snippets" from schema.org for the "Weekly Opening Times" block type (configuration in the "Advanced" tab);

#v0.9.4

* Updated Dutch translation;
* Updated messages.pot translation file;
* Replaced all deprecated Loader classes (and replaced where needed);
* Replaced deprecated Database function "get" with "connection";
* Replaced deprecated Database function "GetAll" with "fetchAll";
* Replaced deprecated Database function "GetRow" with "fetchAssoc";
* Replaced _("Access Denied.") with "Access Denied.";
* Shortened use statements (with aliases) where available;

#v0.9.3

* Extra template for the Block Type "Weekly Opening Times" (a hanging frame);

#v0.9.2

* Added a description/info block in the "Basics" tab of both Block Types, explaining where to manage the opening times;

#v0.9.1

* Being able to choose whether or not the week starts at Sunday (else it's Monday);
* Removed the spaces in front and after for Time hyphen, Period hyphen & Date hyphen in the view file of the "Status Opening Times" Block Type;
* Removed the spaces in front and after for Days hyphen in the view file of the "Weekly Opening Times" Block Type;
* "Week Offset" field will only be visible when "Use current" is set to value "Yes";
* "Days hyphen" field will only be visible when "Group Same Openings" is set to value "Yes";

#v0.9.0

* Initial Release