Workarea 3.2.16
Patch release notes for Workarea 3.2.16.
Allow Changing Taxonomy Slugs in Workflow
Workarea now ensures that taxonomy changes occur outside the context of a release, in order to address a validation error that occurs when an admin attempts to add a new taxon in the middle of the taxonomy tree.
Issues
Pull Requests
Commits
Correct Styling of Additional Navigation Sections in Admin
This prevents issues like when the blog navigation section having 100%
width when installed by configuring the flex-grow
and
justify-content
Flexbox properties.
Issues
Pull Requests
Commits
Internationalize Price Range Facets Text
Add translations for the "Over" and "Under" text in price range facets,
named workarea.facets.price_range.over
and
workarea.facets.price_range.under
, respectively. This is the text that
appears in price range filters on the storefront.
Issues
Pull Requests
Commits
Remove Reverted Commits From Changelog
Commits that get reverted from the codebase should not be included in a
changelog, but the workarea:changelog
Rake task shipped to plugins was
not properly omitting them. The task has been altered to match on the
subject rather than the body of the commit message, and the CHANGELOG.md
file has been manually updated to remove existing revert messages (as
well as the commits they're reverting).
Issues
Pull Requests
Commits
Disable Request Throttling For Admins
Logged-in admin users are no longer bound by the Rack::Attack
rules
for abusive clients. Add a safelist rule that checks whether the :admin
cookie is present and true
. If so, the request is "safelisted",
meaning any other rule (like blocklist
or fail2ban
) is ignored. This
fixes issues stemming from multiple customer service representatives
using the admin from the same outbound IP address