Skip to content

Commit 5367bc6

Browse files
authored
Merge pull request #55 from PHPCompatibility/feature/changelog-2.1.5
Changelog for the release of version 2.1.5
2 parents a8f33b6 + ef55bfb commit 5367bc6

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

README.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,32 +87,39 @@ All code within the PHPCompatibility organisation is released under the GNU Less
8787

8888
## Changelog
8989

90+
### 2.1.5 - 2025-10-18
91+
92+
This is a maintenance release.
93+
94+
* The ruleset now includes schema tags.
95+
* General housekeeping and maintenance.
96+
9097
### 2.1.4 - 2025-01-16
9198

9299
This is a maintenance release.
93100

94-
- The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`.
95-
- README: Fixed some broken badges.
96-
- General housekeeping and maintenance. Including a contribution by [@fredden].
101+
* The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`.
102+
* README: Fixed some broken badges.
103+
* General housekeeping and maintenance. Including a contribution by [@fredden].
97104

98105
### 2.1.3 - 2022-10-25
99106

100-
- README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce].
101-
- Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]!
102-
- Other housekeeping and minor documentation updates.
107+
* README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce].
108+
* Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]!
109+
* Other housekeeping and minor documentation updates.
103110

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

106113
### 2.1.2 - 2021-02-15
107114

108-
- The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
109-
- The ruleset is now also tested against PHP 7.4 and 8.0.
115+
* The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
116+
* The ruleset is now also tested against PHP 7.4 and 8.0.
110117
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
111118
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.
112119

113120
### 2.1.1 - 2019-08-29
114121

115-
- The recommended version of the [Composer PHPCS plugin] is now `^0.5.0`.
122+
* The recommended version of the [Composer PHPCS plugin] is now `^0.5.0`.
116123

117124
### 2.1.0 - 2018-12-16
118125

@@ -122,11 +129,11 @@ This is a maintenance release.
122129

123130
### 2.0.0 - 2018-10-07
124131

125-
- Ruleset: Updated for Joomla 3.9.
126-
- Ruleset: Updated for compatibility with PHPCompatibility 9.0+.
127-
- Composer: Added dependencies for the dedicated polyfill-based PHPCompatibility rulesets.
128-
- CI: Added a test for the ruleset.
129-
- Readme: Removed the installation instructions for a non-Composer based install.
132+
* Ruleset: Updated for Joomla 3.9.
133+
* Ruleset: Updated for compatibility with PHPCompatibility 9.0+.
134+
* Composer: Added dependencies for the dedicated polyfill-based PHPCompatibility rulesets.
135+
* CI: Added a test for the ruleset.
136+
* Readme: Removed the installation instructions for a non-Composer based install.
130137

131138
### 1.0.0 - 2018-07-17
132139

0 commit comments

Comments
 (0)