Releases: elgentos/magento2-prismicio
Releases · elgentos/magento2-prismicio
Correct ID field in admin grid
Introduce Elgentos\PrismicIO\Block\Document\Link and a backwards incompatible change
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
Thanks @sanderjongsma for re-adding this again
1.13.5
Remove .cdn from repo name
1.13.4
Fixed Preview-mode
1.13.3 Updated to latest PreviewMode for PrismicIO
1.13.2
- Fixed return type for webhook controllers
1.13.1
- Version bump for packagist after deleted release
1.13.0
- Added document url rewrites webhook
1.12.0
- Added Categories API endpoint