diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4a5d9..c49c037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.1.3 +### Fixed +- Youwe ruleset will not check .html files any more. See also version 2.1.0. + ## 2.1.2 ### Changed - Allow use of stable version of `dealerdirect/phpcodesniffer-composer-installer` diff --git a/src/YouweMagento2/ruleset.xml b/src/YouweMagento2/ruleset.xml index ca842fa..002d321 100644 --- a/src/YouweMagento2/ruleset.xml +++ b/src/YouweMagento2/ruleset.xml @@ -26,7 +26,7 @@ - *.phtml + *.p?html