Skip to content

Commit 6f0d0b2

Browse files
authored
Merge pull request #38 from PHPCompatibility/feature/move-changelog-to-own-file
Move changelog to own file
2 parents f19c243 + b3c1e44 commit 6f0d0b2

File tree

2 files changed

+58
-49
lines changed

2 files changed

+58
-49
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Changelog for PHPCompatibilityAll
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).
6+
7+
## [1.1.5] - 2025-10-18
8+
9+
* General housekeeping and maintenance.
10+
11+
## [1.1.4] - 2025-01-16
12+
13+
This is a maintenance release.
14+
15+
* The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`.
16+
* README: Fixed some broken badges.
17+
* General housekeeping and maintenance. Including a contribution by [@fredden].
18+
19+
## [1.1.3] - 2022-10-30
20+
21+
* README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce].
22+
* Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]!
23+
* Other housekeeping and minor documentation updates.
24+
25+
[composer22announce]: https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution
26+
27+
## [1.1.2] - 2021-02-16
28+
29+
* The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
30+
* The rulesets are now also tested against PHP 7.4 and 8.0.
31+
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
32+
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.
33+
34+
## [1.1.1] - 2019-08-29
35+
36+
* The recommended version of the [Composer PHPCS plugin] is now `^0.5.0`.
37+
* The rulesets are now also tested against PHP 7.3.
38+
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.
39+
40+
## [1.1.0] - 2018-10-07
41+
42+
* Added the new PHPCompatibilityPasswordCompat, PHPCompatibilityParagonie, PHPCompatibilitySymfony rulesets.
43+
44+
## 1.0.0 - 2018-07-17
45+
46+
Initial release containing the PHPCompatibility, PHPCompatibilityJoomla and PHPCompatibilityWP rulesets.
47+
48+
[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer/
49+
50+
[1.1.5]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.1.4...1.1.5
51+
[1.1.4]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.1.3...1.1.4
52+
[1.1.3]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.1.2...1.1.3
53+
[1.1.2]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.1.1...1.1.2
54+
[1.1.1]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.1.0...1.1.1
55+
[1.1.0]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.0.0...1.1.0
56+
57+
[@fredden]: https://github.com/fredden
58+
[@GaryJones]: https://github.com/GaryJones

README.md

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -103,52 +103,3 @@ By default PHP_CodeSniffer will analyse PHP, JavaScript and CSS files. As the PH
103103

104104
All code within the PHPCompatibility organisation is released under the GNU Lesser General Public License (LGPL).
105105
For more information, visit https://www.gnu.org/copyleft/lesser.html
106-
107-
108-
## Changelog
109-
110-
### 1.1.5 - 2025-10-18
111-
112-
* General housekeeping and maintenance.
113-
114-
### 1.1.4 - 2025-01-16
115-
116-
This is a maintenance release.
117-
118-
* The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`.
119-
* README: Fixed some broken badges.
120-
* General housekeeping and maintenance. Including a contribution by [@fredden].
121-
122-
### 1.1.3 - 2022-10-30
123-
124-
* README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce].
125-
* Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]!
126-
* Other housekeeping and minor documentation updates.
127-
128-
[composer22announce]: https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution
129-
130-
### 1.1.2 - 2021-02-16
131-
132-
* The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
133-
* The rulesets are now also tested against PHP 7.4 and 8.0.
134-
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
135-
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.
136-
137-
### 1.1.1 - 2019-08-29
138-
139-
* The recommended version of the [Composer PHPCS plugin] is now `^0.5.0`.
140-
* The rulesets are now also tested against PHP 7.3.
141-
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.
142-
143-
### 1.1.0 - 2018-10-07
144-
145-
*Added the new PHPCompatibilityPasswordCompat, PHPCompatibilityParagonie, PHPCompatibilitySymfony rulesets.
146-
147-
### 1.0.0 - 2018-07-17
148-
149-
Initial release containing the PHPCompatibility, PHPCompatibilityJoomla and PHPCompatibilityWP rulesets.
150-
151-
[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer
152-
153-
[@fredden]: https://github.com/fredden
154-
[@GaryJones]: https://github.com/GaryJones

0 commit comments

Comments
 (0)