Skip to content

Commit 0ebb751

Browse files
authored
Merge pull request #45 from infinum/develop
Update changelog
2 parents ccf14cc + c17caeb commit 0ebb751

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,27 @@
22

33
All 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

77
The 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

186200
Initial release

0 commit comments

Comments
 (0)