Reservation - Added support for item pricing tiers
July 31, 2017 - 2017.80
Reservation app - multiple bug fixes and improvements in functionality
July 24, 2017 - 2017.79
Initial release of the reservation app.
Fixed issue where the page title placeholder text would sometimes show in the Open Graph title tag instead of the actual title.
July 19, 2017 - 2017.78
Added 'camel' Twig filter to convert text to camelCase. More information.
Added 'pascal' filter to convert text to PascalCase. More information.
Added 'lcfirst' filter to lowercase the first letter of string. More information.
Added 'snake' filter to convert text to snake_case. More information.
July 14, 2017 - 2017.77
Trails - reduced the size of the segment JSON data to improve performance.
Added Twig 'header' function to set HTTP response headers. More information.
Added Twig 'compare_modified_date' function to compare the last modified date for the response with the 'if-modified-since' header value of the request. This allows a "304 Not Modified" response to be returned. More information.
July 7, 2017 - 2017.76
Updated TinyMCE editor to the latest version.
Added support for using app code snippets as the content source for app pages when using Twig.
Set Content Builder Elements and Content Snippets to parse for each page load by default.
June 28, 2017 - 2017.75
Added get() method to retrieve just the attribute value for HTML object attributes. More information.
Miscellaneous bug fixes.
June 12, 2017 - 2017.74
Added support for changing the template type for content templates and code snippets.
Added support for saving app code snippet template files.
API response code fixes.
June 5, 2017 - 2017.73
Forms - added support for picking which field(s) to use for the notification email "from name" field instead of having to type it in.
App forms - properly associated app form fields with their attributes so that field value options come from the attribute and are updated when the attribute is updated.
June 1, 2017 - 2017.72
Updated Twig Request Object to support returning JSON and XML responses as arrays. More information.
Fixed issue where if a content area was included within the code of another content area then the content would not show.
Minor UI updates.
May 26, 2017 - 2017.71
Fixed issue with setting page title multiple times and it not using the previous title.
Fixed issue where trail account attributes didn't use the account attribute settings.
May 23, 2017 - 2017.70
Added support for configuring the default cache lifetime for the site-wide cache. More information.
Fixed issue with uploading images.
Fixed issue with saving content builder content when it's nested within a content snippet.
May 22, 2017 - 2017.69
Added support for uploading files with the REST API.
May 18, 2017 - 2017.68
Fixed bug where multiple attributes could have the same key.
Fixed bug where the name of the uploaded file is not referenced on the form review and receipt pages.
May 17, 2017 - 2017.67
Added support for the mobile/desktop links using Twig syntax. More information.
May 12, 2017 - 20117.66
Real Estate - added support for property inquiry forms for IDX properties.
Forms - added support for showing the template used on the form list page.
May 11, 2017 - 2017.65
Updated Containers to work properly with the Twig template engine.
May 11, 2017 - 2017.64
Real Estate - added support for getting large images from the RETS IDX server.
May 10, 2017 - 2017.63
Forms - Added support for removing uploaded files after a form submission.
May 9, 2017 - 2017.62
Added support for including files when sending a request with the Request Object. More information.
May 5, 2017 - 2017.61
Added support for app instances in the REST API.
Added support for editing markdown and geojson files in the file browser.
May 3, 2017 - 2017.60
Initial support for Accounts REST API.
May 3, 2017 - 2017.59
Fixed issue where search reports didn't include the text that was searched for.
May 3, 2017 - 2017.58
Added support for clearing the site cache even when the cache is disabled.
Improved the process of clearing the entire cache for the site.
Added support for setting the meta description value for calendar events, documents, gallery items, member profiles and real estate properties to come from the item content if the meta description value isn't set.
Fixed issue where the edit page link in the admin toolbar wasn’t available when previewing an unpublished page.
Updated TinyMCE editor to version 4.5.7.
Added support for adding rel="noopener noreferrer" to links that have target="_blank" to protect against tabnabbing attacks. More information.
Streamlined the Settings navigation menu in the administration.
Calendar REST API updates.
Fixed issue where some app form values were not made available to the app notification emails.
Fixed issue where the code editor settings were not properly applied to all admin users.
Updated the UI for the code editor settings to better match the rest of the administration.
Code search - Fixed the URL for editing collection widget and feed reader widget templates.