File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- This projects adheres to [ Semantic Versioning] ( https://semver.org/ ) and [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) .
5+ This project adheres to [ Semantic Versioning] ( https://semver.org/ ) and [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) .
66
77The semantic versioning started from version 0.2.1.
88
99## [ Unreleased]
1010
11- _ No documentation available about unreleased changes as of yet._
11+ _ No documentation available about unreleased changes yet._
12+
13+ ## [ 1.3.0] ( https://github.com/infinum/coding-standards-wp/compare/1.2.0...1.3.0 ) - 2020-05-04
14+
15+ ### Removed
16+ - Modified escaping sniff
17+ - The sniff wasn't working correctly, and we'll wait for the upstream to fix the issue
18+ - Exclude doc comment align sniff
19+
20+ ### Fixed
21+ - Improve disallow do shortcode sniff (better regex and tests)
22+ - Fixed the namespace in the ruleset.xml
23+
24+ ### Changed
25+ - Update minimum supported WP version to 5.4
1226
1327## [ 1.2.0] ( https://github.com/infinum/coding-standards-wp/compare/1.1.0...1.2.0 ) - 2020-04-15
1428
@@ -181,6 +195,6 @@ If you wish to use the old standards, be sure to modify your projects `composer.
181195- Updated DisallowDoShortcodeSniff regex - from multiline check to just case insensitive check
182196- Increased dependencu on WPCS 0.12.0
183197
184- ## [ 0.2.1] ( https://github.com/infinum/coding-standards-wp/compare/0.2.1...master ) - 2017-07-18
198+ ## [ 0.2.1] ( https://github.com/infinum/coding-standards-wp/compare/0.2.1...main ) - 2017-07-18
185199
186200Initial release
You can’t perform that action at this time.
0 commit comments