You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
3
+
4
+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
+
7
+
## 1.0.0 - 2020-04-27
8
+
### Added
9
+
- Plugins for category, product and page layouts that allow custom layout files to be loaded with a global identifier
10
+
(`0`). E.g. `catalog_category_view_selectable_0_.xml` for Categories.
11
+
12
+
## 1.1.0 - 2020-05-02
13
+
### Added
14
+
- Adds frontend test coverage for global custom layout updates
15
+
- Fixes [#7](https://github.com/integer-net/magento2-global-custom-layout/issues/7) where layout handles were not merged in Product and Page Plugins' `afterFetchAvailableFiles()` method.
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,23 @@ More info on default behaviour of selectable layouts:
49
49
50
50
Zero configuration needed.
51
51
52
+
## Change log
53
+
54
+
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
55
+
56
+
## Testing
57
+
58
+
### Magento Integration Tests
59
+
60
+
0. Configure test database in `dev/tests/integration/etc/install-config-mysql.php`. [Read more in the Magento docs.](https://devdocs.magento.com/guides/v2.3/test/integration/integration_test_execution.html)
61
+
62
+
1. Copy `Test/Integration/phpunit.xml.dist` from the package to `dev/tests/integration/phpunit.xml` in your Magento installation.
63
+
64
+
2. In that directory, run
65
+
``` bash
66
+
../../../vendor/bin/phpunit
67
+
```
68
+
52
69
## Contributing
53
70
54
71
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
0 commit comments