Subscribe to the Releases RSS feed and get notified of new updates to Branch CMS.
April 23, 2018 - 2018.18
-
Added support for importing when files are served from AWS.
April 23, 2018 - 2018.17
-
Trails - Added pagination to account badge and trail views.
-
Added support for theme configuration.
April 17, 2018 - 2018.16
-
Added 'tagNames' API method for apps that support tags.
-
Added 'categoryNames' API method for apps that support categories.
-
Minor performances improvements with Twig templates.
April 16, 2018 - 2018.15
-
Added support for optimizing images that aren't being resized when they are uploaded.
-
Trails - Added support for custom attributes on badges.
-
Trails - Added support for featuring badges.
-
File browser - fixed issue with the folder path being incorrect after creating a new folder.
-
Updated the AWS URL for files.
-
Added support for setting the CDN for files if files are served from AWS S3.
April 11, 2018 - 2018.14
-
Added support for Multi Select, Multi Checkbox, Multi Select API, and Multi Checkbox API field types for content builder elements.
-
Fixed issues with a code snippet inside of an HTML code box in a content snippet (multi-nesting of tags & templates fixed)
-
Fixed issue with exporting trails and some information being duplicated.
March 20, 2018 - 2018.13
-
Updates to AWS filesystem.
-
Members - Added support for including the publish and expire data when exporting and importing members.
-
Search - Fixed reports where values didn't change for different date ranges.
-
Calendar - Improved performance of viewing event registrations.
-
Forms - Fixed bug with viewing a submission print template.
March 19, 2018 - 2018.12
-
Added support for uploading, managing, and serving files from AWS S3
February 27, 2018 - 2018.10
-
Forms - added support for showing the date that the form was created in the list of forms.
February 26, 2018 - 2018.9
-
Forms - Updated the submission print templates to support Twig.
-
Forms - Added support for bulk printing form submissions when viewing the list of submission.
-
Work on supporting using AWS S3 as the source for website files.
February 15, 2018 - 2018.8
-
Trails - fixed issue with trail alerts that repeat yearly and the timeframes span a year.
-
Forms - added support for filtering form submission by date
February 2, 2018 - 2018.7
-
Calendar - added bulk editing capabilities when viewing submitted events.
-
App - added bulk editing capabilities when viewing submitted app items.
February 2, 2018 - 2018.6
-
Added support for showing which templates a content area is assigned to when viewing the list of content areas.
-
Added support for showing which navigation menus are using a navigation template when viewing the list of navigation templates.
January 26, 2018 - 2018.5
-
Added support for showing which templates a content area is assigned to when viewing the list of content areas.
-
Added support for showing which navigation menus are using a navigation template when viewing the list of navigation templates.
January 23, 2018 - 2018.4
-
Calendar - added more configuration control over the year field to set what the starting year is and how far in the future it should go.
-
Store - added support for showing the region to the address information if a region is set.
January 18, 2018 - 2018.3
-
Updated TinyMCE editor to the latest version.
-
Added support for registering CSS files as being used even if they aren't being outputted in the HTML. Useful for when loading assets asynchronously with a Javascript library. More information.
-
Added support for registering Javascript files as being used even if they aren't being outputted in the HTML. Useful for when loading assets asynchronously with a Javascript library. More information.
January 18, 2018 - 2018.2
-
Added ways to loop through CSS assets added to the page and to test for files. Also added ways to prepend CSS files and output just files or inline CSS code. More information.
-
Added ways to loop through Javascript assets added to the page and to test for files. Also added ways to prepend Javascript files and output just files or inline Javascript code. More information.
-
Trails - added support for including CC and BCC email addresses for badge and password reset emails.
-
Added _page.request.referrer value to hold the referring URL for a page. More information.
-
Fixed issue with navigation URLs where spaces weren't allowed.
January 11, 2018 - 2018.1
-
Reservation - Added JSON API
December 19, 2017 - 2017.103
-
Fixed issue with caching app category and tag APIs where information wasn't always cleared properly in the cache.
December 18, 2017 - 2017.102
-
Reservation - added ability to add a reservation in the administration.
December 14, 2017 - 2017.101
-
Forms - fixed issue where the file information for a saved draft form isn't made available to the templates.
December 12, 2017 - 2017.100
-
Added helper method to preload CSS files with the Twig Page object. {% do _page.addCss('/path/to/file.css' {'preload': true}) %} More information.
-
Fixed issue with search engine where some attribute values were not included.
December 7, 2017 - 2017.99
-
Reservation - added ability to view future availabilities for items in the administration.
-
Reservation - bug fixes with viewing availabilities on the public website.
-
Rental - fixed bug with viewing properties by category in the administration.
December 6, 2017 - 2017.98
-
Reservation - added reports in the administration.
-
Members - fixed issue where editing members didn't include the categories that they were assigned to.
-
Forms - fixed issue where if the field name included a period then the field wouldn't get saved.
November 28, 2017 - 2017.96
-
Set the date range for the Date attribute to be configurable.
-
Members - added support for tags.
-
Calendar - added support for viewing events by tag in the administration.
-
Updated TinyMCE editor to the latest version.
-
Multiple bug fixes.
October 27, 2017 - 2017.95
-
Reservation App - added admin support for accepting payments on bookings
October 24, 2017 - 2017.94
-
Fixed additional issues with account duplicate usernames and importing.
-
Upgraded UI components to latest versions.
-
Added "Grid" form field. Useful for showing form fields in a row (like first and last name, or city, state zip).
-
Added form CAPTCHA HTML object for working with the reCAPTCHA tags. More information.
October 13, 2017 - 2017.93
-
Bugfixes for Public Accounts with duplicate usernames
October 4, 2017 - 2017.92
-
Reservation App - added ability for public accounts to view their bookings
-
Reservation App - added support for new APIs to get availabilities
-
Reservation App - added support for public comments and comment APIs
-
Reservation App - fixed support for public search
-
Reservation App - fixed issues with existing item/category/tag filter APIs
September 21, 2017 - 2017.91
-
Fixed bug where when uploading large files the file would get corrupted
-
Reservation - added support for formatting the admin booking invoice template.
-
Reservation - added support for requiring a user to log in before making a reservation.
-
Updated the Twig 'replace' filter to support passing a separate search and replace value instead of only a hash of search/replace values. More information.
-
Added regex_filter Twig filter. More information.
-
Added regex_grep Twig filter. More information.
-
Added regex_grep_invert Twig filter. More information.
-
Added regex_match Twig filter. More information.
-
Added regex_match_all Twig filter. More information.
-
Added regex_quote Twig filter. More information.
-
Added regex_replace Twig filter. More information.
-
Added regex_split Twig filter. More information.
September 6, 2017 - 2017.90
-
Reservation - added support for viewing reservations in the admin by a date range.
-
Reservation - added field descriptions for some fields when adding/editing item options.
1
2
3
4
5
6
7
8
9
10
>