Automatic Free Trials for new Organizations#
This release added automatic Free Trials for every new Organization, updated the Site Dashboard README, added Source Editor tooltips and suggestions for your CloudCannon Configuration File, and the encode_url option for URL Inputs.
It also addressed several issues, including those affecting credit card modals, Site Authentication after downgrading your Subscription Plan, the Billing Paused state, Content Editor formatting, UI alignment, and error messaging.
Features & Improvements
- Every Organization you create will automatically start a Free Trial on the Standard Plan. Previously, CloudCannon required you to manually start one for Organizations beyond your first.
- Updated the Site Dashboard README. It now has a border and a table of contents, and it supports images and Anchor Links.
- When editing your CloudCannon Configuration File in the Source Editor, CloudCannon now shows tooltips and suggestions as you type based on your keys and formatting.
- Added the
options.encode_url: trueconfiguration option to URL Inputs, which will automatically replace special characters in the URL with their encoded counterparts (e.g.,[my link](/assets/My File.pdf)becomes[my link](/assets/My%20File.pdf)).
Fixes
- Fixed an issue where clicking the Confirm Payment button on the Your Subscription Plan page did not prompt you to re-add a credit card after removing one, instead giving an incorrect error message.
- Fixed an issue where, for Sites with Authentication enabled, downgrading your Subscription Plan to one that does not support that type of Authentication would make the Site accessible. Your website will now show an error message instead.
- Fixed an issue where you could not leave an Organization if it was in the Billing Paused state.
- Fixed an issue where, in some cases, the Content Editor would incorrectly insert an uneditable Snippet card when you tried to remove bold, italics, or inline code formatting.
- Fixed an issue causing UI misalignment on the Update your Plan page.
- Added better error messages to several areas of the app.
- Updated dependencies to patch security vulnerabilities.
General fixes#
This release addressed several issues, including those affecting DAM configuration, Object Inputs, and references to Select Input previews.
Fixes
- Fixed an issue where invalid DAM configuration could prevent CloudCannon from loading Sites and DAMs.
- Fixed an issue preventing structured Object Inputs from being deleted.
- Fixed an issue where Array Objects, Object Inputs, metadata, and other areas that reference Select Input previews showed the raw value rather than the
preview.textvalue. - Updated dependencies to patch security vulnerabilities.
Digital Asset Manager improvements#
This release improved the Digital Asset Manager (DAM) experience across the app and added the Decline button and Confirmation Modals for Transfer Requests.
It also addressed several issues, including those affecting error handling and messaging, warning modals, and the Switch Organization Menu.
Features & Improvements
- Improved the Digital Asset Manager experience.
- Added the ability to upload assets directly from the Browse tab of your DAM page under Org Settings.
- When you click on an asset in Browse tab of your DAM page, CloudCannon opens a preview modal.
- Improved performance and navigation when browsing your DAM.
- When selecting an asset from your DAM to use in a File Input, assets show a radio button to show you can only select one.
- Added the Decline button to incoming Site Transfer requests, allowing you to reject a request. Declining removes the Site from the Transfer Requests page under Org Settings, and the sender must initiate a new transfer to try again.
- Added Confirmation Modals before you can cancel an outgoing Site Transfer or decline an incoming one.
- Changed modals throughout the app to use your internet browser's native dialog element, improving keyboard and focus handling and ensuring modals reliably appear above other content.
Fixes
- Several improvements to error handling and messaging across the app.
- Fixed an issue where CloudCannon would incorrectly warn you that accepting a Site Transfer would end your Free Trial or increase your billing.
- Fixed an issue where the tooltip and arrow for the Switch Organization Menu did not display correctly when the App Sidebar was collapsed.