Added quick action menu to the TinyMCE editor. After highlighting some text a small menu with common actions will show.
Forms - fixed issue where new forms didn't save submissions by default.
Forms - fixed issue where new fields were not configured to show in the submission table by default.
September 17, 2019 - 2019.46
Upgraded TinyMCE editor
August 15, 2019 - 2019.45
Added support for working with JSON-LD data in Twig templates. (Basic and higher plans)
Updated JSON-LD data to include WebSite, WebPage and Organization on all regular pages in a proper hierarchy. (Basic and higher plans)
Store - updated the PayPal checkout form to include the product SKU.
August 13, 2019 - 2019.44
Made the processing of clearing the site cache more aggressive so that the cache fully cleared.
July 15, 2019 - 2019.43
Updated the CSS for the grid content builder elements to use the latest from the Cacao CSS framework styles.
Fixed issue where breadcrumb items would be built even if the breadcrumb item didn’t have any text.
July 8, 2019 - 2019.42
Pages - updated export data to include the created on and updated on dates.
Trails - updated the Contacts export data to include more information.
July 6, 2019 - 2019.41
App - added API to get unique item attribute values
June 28, 2019 - 2019.40
Changed the authentication method for the REST API to use the Authorization header. More information.
June 17, 2019 - 2019.39
Added support for setting whether or not to index a single app.
Added support for setting whether or not to index app items.
App - Added support for indexing the app home page in the search index.
Added ‘allowEmpty’ parameter for category APIs to allow returning categories that may not have any app items or sub categories assigned to them.
Calendar - Fixed issue where the edit event URL in the public Add Event notification email doesn’t included the admin portion of the URL.
June 12, 2019 - 2019.38
Calendar - fixed the order of events that are retrieved for the mini grid. They were coming in out of order.
Forms - added separate methods to set just the FROM email or the FROM name in the post process script.
June 11, 2019 - 2019.37
Updated the "forms" field type to support making the form key value available to the template in addition to the form tag.
Forms - added support for setting the "from email" and "from name" in the post process script.
UI updates.
June 6, 2019 - 2019.36
Added support for creating custom toolbar buttons in TinyMCE.
June 3, 2019 - 2019.35
Updated TinyMCE editor to version 5
May 31, 2019 - 2019.34
Trails - Changed the latitude / longitude values used in the search index to be the red pin values, not the trail center point.
Fixed issues with validating multi-value fields. They were previously marked as not valid when they actually where valid.
May 31, 2019 - 2019.33
Added support for not redirecting to the “www” or “https” version of a URL if the request is for the SSL validation files.
May 31, 2019 - 2019.32
UI updates
May 29, 2019 - 2019.31
Removed support for Internet Explorer 11 and below. A message will now show if trying to access the BranchCMS admin while using the IE browser.
May 14, 2019 - 2019.30
Added support to apps to choose how to handle when an app item can’t be found. Go to the General Settings page in an app and then the "Handle items not found" tab.
Google reCAPTCHA setting updates.
May 6, 2019 - 2019.29
Fixed issue where requests for sub categories could reuse some API options that were only intended for the top level categories.
Fixed issue with getting a single category using the 'category' API to return data as a single category.
Added support for an API to search for multiple slug values.
Added support for passing parameters through the API call portion. Instead of: _api.app.item.slug('uslug').template('t') you can do: _api.app.item('uslug').template('t')
Updated the API call for content snippets to support passing the snippet key through the “get” call value.
Updated the API call for widgets to support passing the widget key through the “get” call value.
Added support for the instanceKey() API parameter to alternately be shortened to i()
Added support for the template() API parameter to alternately be shortened to t()
Added support for the limit() API parameter to alternately be shortened to l()
Added support for subs() as an alternate parameter for getSubCategories()
General app - added support for items() as an alternate parameter for getItems()
Added support for tags() as an alternate parameter for getTags()
Added support for categories() as an alternate parameter for getCategories()