Tuesday, September 29th, at 11:00 UTC, we have updated the Business Catalyst service to add new features and fix some minor issues. Please find below the detailed list of changes included in the update:
Updates
- Editor styles defined in partner portal are now displayed in the CSS styles drop-down regardless of whether they are defined in the page being edited. This will allow users to apply styles which are defined in a template while editing a page. Do note the update only applies to the new Redactor editor.To enable it go to the Site Settings -> Beta features panel.
- Added globals.visitor.referrer which will get the referrer address; The referrer address is also available in Liquid using module_referreraddress: {module_referreraddress template="" collection="referrer"} {{ referrer.referrer }}
- Added the ability to define blog featured image; users can now select a blog featured image in the blog user interface; the image can be displayed in the blog layouts using the {tag_blogpostfeaturedimageurl} tag or {{postFeaturedImage} liquid tag
- Added support for {tag_passwordResetSecureLink} in email campaigns
- Updated integration with SecurePay
- Added support for Stripe, see the official announcement on the BC blog
- Updated CRM API to also include external ID
- Updated editor to allow users to align an image relative to the text in page
Bug fixes
- 4028618 - Fixed fix an issue which prevented users from visually editing modules in email campaigns as ice:editable="module" syntax was ignored
- 3920139 - Liquid tags that are calculated based on their presence in the layout do not appear in the captured data for module_order
- 4047291 - [Liquid] template="" parameter is ignored when it is the last parameter for tags registered as dynamic modules