Workarea 3.3.17
Patch release notes for Workarea 3.3.17.
Cache Free Gift Product Details
The OrderItemDetails
of the specified SKU in a "Free Gift" discount is
now being cached to optimize performance when reading data on the
discount. Its key is relative to the Workarea::Discount::FreeGift
that
contains it, and differs by SKU.
Issues
Pull Requests
Commits
Remove Favicon Generation From Rails App Template
The default app template generates a public/favicon.ico
file in a newly
created Rails application, which causes a conflict since /favicon.ico
is a route defined by Workarea in order to serve the content asset
tagged as a "favicon". The public/favicon.ico
file will now be removed
from all newly-generated Workarea v3.3+ applications.
Issues
Pull Requests
Commits
Remove Redundant Port Binding in Generated Puma Configuration
Fix issues in hosting environments by removing a redundant port binding
to :3000
in the auto-generated Puma configuration.
Issues
Pull Requests
Commits
Fix Typo in Bulk Delete Success Message
Fix grammatical typo in the bulk delete flash message when the operation is a success.