Skip to content

Releases: elgentos/magento2-prismicio

Correct ID field in admin grid

27 Mar 15:11
5469fa9
Compare
Choose a tag to compare

What's Changed

  • Use correct id field in adminhtml grid by @granthon in #99

New Contributors

Full Changelog: 1.14.0...1.14.1

Introduce Elgentos\PrismicIO\Block\Document\Link and a backwards incompatible change

17 Feb 12:55
Compare
Choose a tag to compare

We've change how Elgentos\PrismicIO\Block\Dom\Link works which is better for using tel:* and email:* links. This is backwards incompatible if you already used Elgentos\PrismicIO\Block\Overview. Those links need to be generated with Elgentos\PrismicIO\Block\Document\Link instead.

Some AI generated changelog :)

  • Removed deprecated code
  • Fixed some minor issues with the overview block
  • Removed unused variables
  • Added type hints to private properties and constructor parameters
  • Changed the visibility of some methods from public to private, as they are not used outside this class (getUrlRewrite(), getStoreIdFromLink())

Add document type again on links

14 Feb 10:39
Compare
Choose a tag to compare

Thanks @sanderjongsma for re-adding this again

1.13.5

08 Feb 08:50
1b2ac33
Compare
Choose a tag to compare

Remove .cdn from repo name

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