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.