Workarea 3.2.42

Patch release notes for Workarea 3.2.42.

Update Haml and Loofah For Security Fixes

Several security updates occurred in the Haml and Loofah gems, and Workarea's dependencies have been updated to account for the latest patch versions.

Commits

Fix Logout From Pages Without Authenticity Tokens

Rails checks for an authenticity_token parameter (or header) on each non-GET request. HTTP-cached pages may not include this token, so clicking the "Log Out" link at the top of the site won't actually log you out. This disables the verify_authenticity_token check so logouts work as expected.

Pull Requests

Add Append Point to Order Confirmation Page

Adds the storefront.checkout_confirmation_text append point immediately underneath where checkout content is rendered.

Pull Requests

Now on GitHub