October 30th, 2025 | Changelog
                    This release addressed issues affecting Number Input validation and error messaging when uploading a profile picture.
Fixes
- Fixed an issue where Number Inputs with requiredInput validation did not accept0as a value.
- Fixed an issue where CloudCannon would enter an infinite Loading... state after a failed attempt to upload a profile picture, rather than provide an error message.
- Updated dependencies to patch security vulnerabilities.
October 22nd, 2025 | Changelog
                    Custom Organization branding is now available on the Lite subscription plan.
Fixes
- Fixed an issue which prevented GitLab being unauthenticated in Org Settings.
October 16th, 2025 | Changelog
                    This release addressed several issues, including those affecting inbox targets, downloading files, and previewing PDF files.
Fixes
- Fixed an issue where you could not remove an inbox target.
- Fixed an issue where downloading a file from the File Browser would strip the file extension.
- Fixed an issue where you could not preview the contents of a PDF file through the File Browser.
October 9th, 2025 | Changelog
                    This release increased hosting bandwidth on Standard and Team, lowered the price of bandwidth overages, and added length filters for template strings.
It also addressed issues affecting filtering form submissions and the slugify template string filter.
Features & Improvements
- Increased the amount of hosting bandwidth included in your CloudCannon subscription from 75 GB to 110 GB for the Standard plan, and from 300 GB to 700 GB for the Team plan.
- Reduced the price of bandwidth overages from $20 USD per 100 GB to $15 USD per 100 GB for all current CloudCannon pricing plans.
- Added length filters for template strings.
- {string|string_length}returns the length of the string.
- {array|string_length}returns the length of each string in the array.
- {array|array_length}returns the length of the array.
 
Fixes
- Fixed an issue where filtering errored form submissions did not work when you navigated beyond the first page of results.
- Fixed an issue where the slugifyfilter did not strip the€character.
September 11th, 2025 | Changelog
                    This release added alert emails when an Inbox target responds with an error.
Features & Improvements
- CloudCannon will now send an alert email when the target of your Inbox returns an error. These emails are sent to members of the Developers and Owners default Permission Groups, or Custom Permission Groups with the org:settings:inbox:writepermission.
September 4th, 2025 | Changelog
                    This release fixed an issue which sometimes allowed editor actions to bypass the "Uploads Locked" setting.
Fixes and improvements
- Fixed an issue which could sometimes allow files to to be uploaded to a Site despite the "Uploads Locked" setting.
- The "Browsing Locked" setting is now more visible in the Assets section of the Site Settings.
- Fixed an issue which could sometimes cause a rendering error in the Data Editor.
September 3rd, 2025 | Changelog
                    This release improved performance when editing a file concurrently with another team member.
It also addressed several issues, including an error that could prevent Sites from syncing successfully.
Features & Improvements
- Improved performance of the Data Editor.
Fixes
- Fixed an issue which prevented some Sites from syncing.
- Fixed an issue which could prevent the SSL status of a Site from updating when validated.
- Patched a potential cross-site scripting vulnerability.
- Removed the rate limit on creating Organizations for Partners.
- Fixed the formatting of the error message shown if the Organization create form fails to render.
August 28th, 2025 | Changelog
                    This release improved performance for large Sites and added nameservers to the Domain page when there is a domain resolution error.
Features & Improvements
- Improved performance for Sites with many files.
- You can now see the expected nameservers on the Network tab on the Domain page even when there is a domain resolution error.
Fixes
- Updated dependencies to patch security vulnerabilities.
August 26th, 2025 | Changelog
                    This release updated the UI on the Forms page under Org Settings and the Inbox page, added an Inbox filter, and improved .csv downloads for inboxes with many submissions.
Features & Improvements
- Updated the inbox UI on the Forms page under Org Settings and the Inbox page on each Site.
- You can now download a subset of your inbox submissions as a .csvfile using the Inbox filter.
- Improved CloudCannon's performance when downloading a .csvfile containing many inbox submissions.
August 22nd, 2025 | Changelog
                    This release added several new features, including the strip_leading_date and substring filters for template strings, the Do not grant new permissions on Site branch checkbox for Projects, and support for the style option on Snippets using the argument parser.
Features & Improvements
- Added the strip_leading_dateandsubstringfilters for template strings.
- The strip_leading_datefilter removes three numbers up to four characters long and separated by hyphens, underscores, or commas from the front of a string (e.g.,03-07-1999,2022_31_12,18,04,1700, etc.).
- The substringfilter allows you to specify a start and end character from a string to use (e.g.,[slug|substring=5,9]). If no end character is specified, the substring will include all characters until the end of the string.
 
- Added the Do not grant new permissions on Site branch checkbox to the Branch defaults section of the Project Settings page. This checkbox prevents CloudCannon from adding extra permissions (e.g., site:publish:merge:write) to a Custom Permission Group when you create a branched Site.
- Snippet parameters using the argument parser now support the styleoption.
- The Publish pull request button on the Publishing page is now in a disabled state if you do not have permission to publish.
- Minor UI improvements for URL inputs linking to telephone numbers.
- Moved the main role questionnaire during sign-up to the account details screen.