Releases: shiftcommerce/shift_commerce-rails
Releases · shiftcommerce/shift_commerce-rails
0.6.0
- Removed
FASTLY_ENABLE_ESI
check (#41)
This feature is no longer used and could cause a bug in future if not removed - Updated rel=preload types (#39)
We were using an incorrect preload type ofstylesheet
which should have beenstyle
, this is causing errors in Google Chrome - Upgrade Rails to 5.1.X (#40)
Allows use of new versions of Rails
Fixes Asset Preloading Issue
This release fixes an issue around the pushed asset being loaded twice.
Including the as
option when setting the Link headers for the preloaded assets fixes the issue.
Remove logging of 404 errors into sentry
We are no more logging 404 errors into sentry, as we are showing a dedicated page for it.
Removed slug from redirects
Removed 'resource' type and slug from redirect. Fix handle_resource_not_found appropriately.
Preview States will not be cached anymore
Preview state will not be cached anymore, which prevents the data being displayed on normal view, when switching to or from Preview state.
Static Page Meta-tags
Release updates Static Page description
and canonical
meta-tags to use the meta attributes meta_description
and meta_canonical_override
, respectively.
Fix for render 410 error
v0.5.13 Fix render 410 error (#33)
Update Template format
Update template format (#22) * Update template format used and updated ruby gem
Fixes menu url helper
Minor fix release
Adds 'media-src' directive to CSP default policy
Adds 'media-src' directive to CSP default policy