Skip to content

Releases: shiftcommerce/shift_commerce-rails

0.6.0

03 Jul 12:21
Compare
Choose a tag to compare
  • 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 of stylesheet which should have been style, 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

16 May 09:38
Compare
Choose a tag to compare

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

10 May 11:58
Compare
Choose a tag to compare

We are no more logging 404 errors into sentry, as we are showing a dedicated page for it.

Removed slug from redirects

29 Mar 12:12
Compare
Choose a tag to compare

Removed 'resource' type and slug from redirect. Fix handle_resource_not_found appropriately.

Preview States will not be cached anymore

22 Mar 12:21
Compare
Choose a tag to compare

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

17 Mar 08:29
Compare
Choose a tag to compare

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

17 Feb 16:25
Compare
Choose a tag to compare
v0.5.13

Fix render 410 error (#33)

Update Template format

23 Jan 10:54
Compare
Choose a tag to compare
Update template format (#22)

* Update template format used and updated ruby gem

Fixes menu url helper

13 Jan 08:45
Compare
Choose a tag to compare

Minor fix release

Adds 'media-src' directive to CSP default policy

12 Jan 13:33
Compare
Choose a tag to compare

Adds 'media-src' directive to CSP default policy