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.
Updated RSS feed settings to support the Twig template engine.
April 21, 2017 - 2017.55
Feed Reader Widgets - added support for templates to use Twig.
Content Snippet - added support for getting the raw field data if the Content Snippet is using a Content Layout. API call would be something like: {% set data = _api.site.contentSnippet.get.key('snippet-key').raw() %}
Store - updated order email, packing list and invoice templates to use Twig.
April 20, 2017 - 2017.54
Initial release of REST API - beta
April 11, 2017 - 2017.53
Added support for an export template when exporting calendar events.
April 10, 2017 - 2017.52
Added support for setting the form template key in the form API tag to specify which template to use.
April 7, 2017 - 2017.51
Added support for using {{ _page.breadcrumb() }} in other templates besides site templates and snippets.
Members - fixed issue with saving membership level payment intervals.
Updated HTML objects to output boolean HTML attributes correctly.
April 7, 2017 - 2017.50
Updated Iframe Embed, Embed URL and YouTube attributes to make their data available as a HTML objects. More information.
Fixed issue with saving image/file attributes and the URL started with 'http://' or 'https://'. The system was incorrectly adding the image path to the URL.
April 6, 2017 - 2017.49
Forms - added support for Color, Date, Email, Month, Number, Range, Time and URL field types.
Forms - Moved "Global Form Templates" to be under the Forms app and renamed to "Form Templates".
March 31, 2017 - 2017.48
Added support for saving collection widget template as theme files.
March 29, 2017 - 2017.47
Added support for setting the navigation template item classes in navigation settings instead of with each navigation template.
Added support for theme files for app form templates
March 24, 2017 - 2017.44
Updated global form templates to use theme files
March 23, 2017 - 2017.43
Updated app API calls to use theme files.
Added support for the 'template' API parameter to specify the template key of an app content template instead of setting the template_id. This is the recommended format going forward.
Added support for defaulting to a "data" response if the "templateId" or "template" parameter aren't set in an API call.