Skip to content

Commit fafb5a6

Browse files
author
Willem Wigman
committed
Add changelog and Testing info in Readme
1 parent 1036a0d commit fafb5a6

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
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.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,23 @@ More info on default behaviour of selectable layouts:
4949
5050
Zero configuration needed.
5151
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+
5269
## Contributing
5370
5471
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

0 commit comments

Comments
 (0)