Workarea 3.0.41
Patch release notes for Workarea 3.0.41.
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
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