Skip to content

Releases: elgentos/magento2-prismicio

1.13.4

06 Feb 12:43
7106291
Compare
Choose a tag to compare
  • Fix webhooks (route protection and cache invalidation on Unpublish) (#93)

Fixed Preview-mode

26 Jan 20:17
e0b668b
Compare
Choose a tag to compare
1.13.3

Updated to latest PreviewMode for PrismicIO

1.13.2

17 Jan 15:09
3163f92
Compare
Choose a tag to compare
  • Fixed return type for webhook controllers

1.13.1

17 Jan 14:09
fa306ab
Compare
Choose a tag to compare
  • Version bump for packagist after deleted release

1.13.0

17 Jan 14:06
fa306ab
Compare
Choose a tag to compare
  • Added document url rewrites webhook

1.12.0

04 Jan 15:37
5f4183a
Compare
Choose a tag to compare
  • Added Categories API endpoint

1.11.6

28 Dec 12:57
00b7507
Compare
Choose a tag to compare

What's Changed

  • Added a check to see if the context has an url property.
  • If it doesn't, return null instead of trying to render the image tag with no src attribute (which would be invalid).
  • Changed how we set alt text on images so that they can now have empty values and still pass validation checks in browsers like Chrome which require all img tags to have an alt attribute present even if its value is blank or empty string
    By @jesse-deboer PR: #90

Full Changelog: 1.11.5...1.11.6

Fixed links that are not of type Document

05 Dec 13:22
d18767c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.4...1.11.5

1.11.4

16 Nov 10:38
Compare
Choose a tag to compare

What's Changed

  • Enable showInStore and showInWebsite for sitemap setting by @JoostWan in #87

Full Changelog: 1.11.3...1.11.4

Added forgotten layerResolver to fix error on the category helper

07 Nov 16:24
a9df35e
Compare
Choose a tag to compare
Merge pull request #86 from elgentos/category-helper-fix

Adding layerResolver to the Category Helper