All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Plugins for category, product and page layouts that allow custom layout files to be loaded with a global identifier
(
0
). E.g.catalog_category_view_selectable_0_.xml
for Categories.
- Adds frontend test coverage for global custom layout updates
- Fixes #7 where layout handles were not merged in Product and Page Plugins'
afterFetchAvailableFiles()
method.
- Adds module registration test (registration.php coverage)
- Adds travis config for tags/releases
- Updates travis, magento 2.4-dev now requires elasticsearch
- Adds return type declaration (
void
) tosetUp()
functions, now needed for magento 2.4