Skip to content

Commit 289cf43

Browse files
authored
Merge pull request #2385 from WordPress/feature/changelog-for-wpcs-3.0.1-release
Add changelog for v3.0.1
2 parents d0e0fd3 + 9f57f6b commit 289cf43

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
88

99
_No documentation available about unreleased changes as of yet._
1010

11+
## [3.0.1] - 2023-09-13
12+
13+
### Added
14+
15+
- In WordPressCS 3.0.0, the functionality of the `WordPress.Security.EscapeOutput` sniff was updated to report unescaped message parameters passed to exceptions created in `throw` statements. This specific violation now has a separate error code: `ExceptionNotEscaped`. This will allow users to ignore or exclude that specific error code. Props [@anomiex].
16+
The error code(s) for other escaping issues flagged by the sniff remain unchanged.
17+
18+
### Changed
19+
20+
- Updated the CI workflow to test the example ruleset for issues.
21+
- Funding files and updates in the Readme about funding the project.
22+
23+
### Fixed
24+
25+
- Fixed a sniff name in the `phpcs.xml.dist.sample` file (case-sensitive sniff name). Props [@dawidurbanski].
26+
27+
1128
## [3.0.0] - 2023-08-21
1229

1330
### Important information about this release:
@@ -1556,6 +1573,7 @@ Initial tagged release.
15561573
[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer
15571574

15581575
[Unreleased]: https://github.com/WordPress/WordPress-Coding-Standards/compare/main...HEAD
1576+
[3.0.1]: https://github.com/WordPress/WordPress-Coding-Standards/compare/3.0.0...3.0.1
15591577
[3.0.0]: https://github.com/WordPress/WordPress-Coding-Standards/compare/2.3.0...3.0.0
15601578
[2.3.0]: https://github.com/WordPress/WordPress-Coding-Standards/compare/2.2.1...2.3.0
15611579
[2.2.1]: https://github.com/WordPress/WordPress-Coding-Standards/compare/2.2.0...2.2.1
@@ -1585,8 +1603,10 @@ Initial tagged release.
15851603
[0.3.0]: https://github.com/WordPress/WordPress-Coding-Standards/compare/2013-10-06...0.3.0
15861604
[2013-10-06]: https://github.com/WordPress/WordPress-Coding-Standards/compare/2013-06-11...2013-10-06
15871605

1606+
[@anomiex]: https://github.com/anomiex
15881607
[@ckanitz]: https://github.com/ckanitz
15891608
[@craigfrancis]: https://github.com/craigfrancis
1609+
[@dawidurbanski]: https://github.com/dawidurbanski
15901610
[@desrosj]: https://github.com/desrosj
15911611
[@grappler]: https://github.com/grappler
15921612
[@Ipstenu]: https://github.com/Ipstenu

0 commit comments

Comments
 (0)