Skip to content

Commit d3d5be6

Browse files
committed
Move changelog to own file
1 parent 9349902 commit d3d5be6

File tree

2 files changed

+62
-53
lines changed

2 files changed

+62
-53
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Changelog for PHPCompatibilityPasswordCompat
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.0.6] - 2025-10-18
8+
9+
This is a maintenance release.
10+
11+
* The ruleset now includes schema tags.
12+
* General housekeeping and maintenance.
13+
14+
## [1.0.5] - 2025-01-16
15+
16+
This is a maintenance release.
17+
18+
* The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`.
19+
* README: Fixed some broken badges.
20+
* General housekeeping and maintenance. Including a contribution by [@fredden].
21+
22+
## [1.0.4] - 2022-10-23
23+
24+
* README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce].
25+
* Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]!
26+
* Other housekeeping and minor documentation updates.
27+
28+
[composer22announce]: https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution
29+
30+
## [1.0.3] - 2021-02-15
31+
32+
* The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
33+
* The ruleset is now also tested against PHP 7.4 and 8.0.
34+
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer 3.5.6.
35+
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.
36+
37+
## [1.0.2] - 2019-08-29
38+
39+
* Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`.
40+
* CI: Added early warning system for false positives due to changes in the polyfill library itself.
41+
42+
## [1.0.1] - 2018-12-16
43+
44+
* Prevent false positives when the ruleset is run over the code of the polyfill itself.
45+
* The ruleset is now also tested against PHP 7.3.
46+
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.
47+
48+
## 1.0.0 - 2018-10-07
49+
50+
Initial release of the PHPCompatibilityPasswordCompat ruleset.
51+
52+
[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer/
53+
54+
[1.0.6]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.5...1.0.6
55+
[1.0.5]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.4...1.0.5
56+
[1.0.4]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.3...1.0.4
57+
[1.0.3]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.2...1.0.3
58+
[1.0.2]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.1...1.0.2
59+
[1.0.1]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.0...1.0.1
60+
61+
[@fredden]: https://github.com/fredden
62+
[@GaryJones]: https://github.com/GaryJones

README.md

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -81,56 +81,3 @@ By default PHP_CodeSniffer will analyse PHP, JavaScript and CSS files. As the PH
8181
## License
8282

8383
All code within the PHPCompatibility organisation is released under the GNU Lesser General Public License (LGPL). For more information, visit https://www.gnu.org/copyleft/lesser.html
84-
85-
86-
## Changelog
87-
88-
### 1.0.6 - 2025-10-18
89-
90-
This is a maintenance release.
91-
92-
* The ruleset now includes schema tags.
93-
* General housekeeping and maintenance.
94-
95-
### 1.0.5 - 2025-01-16
96-
97-
This is a maintenance release.
98-
99-
* The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`.
100-
* README: Fixed some broken badges.
101-
* General housekeeping and maintenance. Including a contribution by [@fredden].
102-
103-
### 1.0.4 - 2022-10-23
104-
105-
* README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce].
106-
* Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]!
107-
* Other housekeeping and minor documentation updates.
108-
109-
[composer22announce]: https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution
110-
111-
### 1.0.3 - 2021-02-15
112-
113-
* The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
114-
* The ruleset is now also tested against PHP 7.4 and 8.0.
115-
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer 3.5.6.
116-
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.
117-
118-
### 1.0.2 - 2019-08-29
119-
120-
* Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`.
121-
* CI: Added early warning system for false positives due to changes in the polyfill library itself.
122-
123-
### 1.0.1 - 2018-12-16
124-
125-
* Prevent false positives when the ruleset is run over the code of the polyfill itself.
126-
* The ruleset is now also tested against PHP 7.3.
127-
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.
128-
129-
### 1.0.0 - 2018-10-07
130-
131-
Initial release of the PHPCompatibilityPasswordCompat ruleset.
132-
133-
[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer/
134-
135-
[@fredden]: https://github.com/fredden
136-
[@GaryJones]: https://github.com/GaryJones

0 commit comments

Comments
 (0)