Skip to content

Latest commit

 

History

History
executable file
·
25 lines (20 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

executable file
·
25 lines (20 loc) · 1.04 KB

Changelog

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.

1.0.0 - 2020-04-27

Added

  • 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.

1.1.0 - 2020-05-02

Added

  • Adds frontend test coverage for global custom layout updates
  • Fixes #7 where layout handles were not merged in Product and Page Plugins' afterFetchAvailableFiles() method.

1.1.1 - 2020-05-08

Added

  • Adds module registration test (registration.php coverage)
  • Adds travis config for tags/releases

1.1.2 - 2020-05-11

Added

  • Updates travis, magento 2.4-dev now requires elasticsearch
  • Adds return type declaration (void) to setUp() functions, now needed for magento 2.4