New: A new Base.js function that detects a click on an element and toggles a class in another element. To acheive this do the following to the clickable element:
toggler
.data-selector
which contains a CSS selector pointing to the element(s) you want to toggle.data-toggle-class
which contains a CSS class you want to toggle (add if not there/remove if is).<span class="button toggler" data-selector="#subscription-form" data-toggle-class="show">Subscribe Now</span>
<span class="button toggler" data-selector="#subscription-form" data-toggle-class="show">Close</span>
Fix: All forms sent from admin email address with reply to the EmailAddress property.
Fix: Sites.Check
and Sites.Scan
not completing all in one pass.
Fix: To home page displaying as Website.About
when cached in Sites.
Fix: To BusinessCollection.CreateFilterExpression
when multiple values passed.
New: Date/time properties are now stored in UTC time and are displayed in the User's time zone. However, there are exceptions. For example, Date of Birth is stored and displayed as is, Order and Payment dates are generated and stored and viewed in the Base Time Zone. Service times are displayed in the Venue Time Zone if it has been set for the service.
New: Each country now has a default time zone. This is used as the default for a user.
New: A user can change the time zone if it is not what has been defaulted for them. https://yourwebsite.com/setusertimezone
.
New: You can now set the time zone for a venue on a service. This means any times will be displayed in the venue time zone no matter what the time zone is the user is in.
Fix: To home page caching in Sites.