Skip to content

Commit 7c8d18b

Browse files
authored
Merge pull request #75 from PHPCompatibility/feature/changelog-2.1.8
Changelog for the release of version 2.1.8
2 parents 0ce84af + e44ab9d commit 7c8d18b

File tree

1 file changed

+32
-25
lines changed

1 file changed

+32
-25
lines changed

README.md

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -83,62 +83,69 @@ All code within the PHPCompatibility organisation is released under the GNU Less
8383

8484
## Changelog
8585

86+
### 2.1.8 - 2025-10-18
87+
88+
This is a maintenance release.
89+
90+
* The ruleset now includes schema tags.
91+
* General housekeeping and maintenance.
92+
8693
### 2.1.7 - 2025-05-12
8794

88-
- Composer: The minimum supported version of PHP_CodeSniffer has been raised to 3.3.0.
89-
- Ruleset: Prevent deprecation notice on PHP_CodeSniffer 3.13.0+.
95+
* Composer: The minimum supported version of PHP_CodeSniffer has been raised to 3.3.0.
96+
* Ruleset: Prevent deprecation notice on PHP_CodeSniffer 3.13.0+.
9097

9198
### 2.1.6 - 2025-01-16
9299

93-
- README: Fixed some broken badges.
94-
- General housekeeping and documentation updates. Including a contribution by [@johnbillion].
100+
* README: Fixed some broken badges.
101+
* General housekeeping and documentation updates. Including a contribution by [@johnbillion].
95102

96103
### 2.1.5 - 2024-04-25
97104

98-
- Ruleset: Updated for compatibility with WordPress 6.5. Thanks [@swissspidy]
99-
- The recommended version of the [Composer PHPCS plugin] is now `^1.0`.
100-
- Other housekeeping and documentation updates. Includes contributions from [@fredden] and [@johnbillion].
105+
* Ruleset: Updated for compatibility with WordPress 6.5. Thanks [@swissspidy]
106+
* The recommended version of the [Composer PHPCS plugin] is now `^1.0`.
107+
* Other housekeeping and documentation updates. Includes contributions from [@fredden] and [@johnbillion].
101108

102109
### 2.1.4 - 2022-10-24
103110

104-
- Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]!
105-
- Other housekeeping and minor documentation updates.
111+
* Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]!
112+
* Other housekeeping and minor documentation updates.
106113

107114
### 2.1.3 - 2021-12-31
108115

109-
- Ruleset: Updated for compatibility with WordPress 5.9.
110-
- README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce].
111-
- Minor housekeeping.
116+
* Ruleset: Updated for compatibility with WordPress 5.9.
117+
* README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce].
118+
* Minor housekeeping.
112119

113120
[composer22announce]: https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution
114121

115122
### 2.1.2 - 2021-07-21
116123

117-
- Ruleset: Updated for compatibility with WordPress 5.8.
118-
- Documentation: improved installation instructions. Props [Andy Fragen](https://github.com/afragen).
124+
* Ruleset: Updated for compatibility with WordPress 5.8.
125+
* Documentation: improved installation instructions. Props [Andy Fragen](https://github.com/afragen).
119126

120127
### 2.1.1 - 2021-02-15
121128

122-
- The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
123-
- The ruleset is now also tested against PHP 7.4 and 8.0.
129+
* The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
130+
* The ruleset is now also tested against PHP 7.4 and 8.0.
124131
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
125132
Note: runtime PHP 8.0 support is only available in combination with PHP_CodeSniffer >= 3.5.7, full support is expected in PHP_CodeSniffer 3.6.0.
126133

127134
### 2.1.0 - 2019-08-29
128135

129-
- Ruleset: Updated for the Sodium_Compat polyfill which is included in WordPress 5.2.
130-
- Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`.
131-
- Documentation: Updated the ruleset inline documentation and the Readme to reflect the change in minimum PHP requirements for WordPress as of WP 5.2.
132-
- Documentation: Updated the ruleset inline documentation to include information on when each polyfill was added to/removed from WordPress.
133-
- CI: The rulesets are now also tested against PHP 7.3.
136+
* Ruleset: Updated for the Sodium_Compat polyfill which is included in WordPress 5.2.
137+
* Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`.
138+
* Documentation: Updated the ruleset inline documentation and the Readme to reflect the change in minimum PHP requirements for WordPress as of WP 5.2.
139+
* Documentation: Updated the ruleset inline documentation to include information on when each polyfill was added to/removed from WordPress.
140+
* CI: The rulesets are now also tested against PHP 7.3.
134141
Note: full PHP 7.3 support is only available in combination with PHP_CodeSniffer 2.9.2 or 3.3.1+ due to an incompatibility within PHP_CodeSniffer itself.
135142

136143
### 2.0.0 - 2018-10-07
137144

138-
- Ruleset: Updated for compatibility with PHPCompatibility 9.0+.
139-
- Composer: Added dependency for a dedicated polyfill-based PHPCompatibility ruleset.
140-
- CI: Added a test for the ruleset.
141-
- Readme: Removed the installation instructions for a non-Composer based install.
145+
* Ruleset: Updated for compatibility with PHPCompatibility 9.0+.
146+
* Composer: Added dependency for a dedicated polyfill-based PHPCompatibility ruleset.
147+
* CI: Added a test for the ruleset.
148+
* Readme: Removed the installation instructions for a non-Composer based install.
142149

143150
### 1.0.0 - 2018-07-17
144151

0 commit comments

Comments
 (0)