Skip to content

Commit 8cecb58

Browse files
committed
CHANGELOG: fix bullet consistency
1 parent 0ce84af commit 8cecb58

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -85,60 +85,60 @@ All code within the PHPCompatibility organisation is released under the GNU Less
8585

8686
### 2.1.7 - 2025-05-12
8787

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+.
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+.
9090

9191
### 2.1.6 - 2025-01-16
9292

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

9696
### 2.1.5 - 2024-04-25
9797

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].
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].
101101

102102
### 2.1.4 - 2022-10-24
103103

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

107107
### 2.1.3 - 2021-12-31
108108

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.
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.
112112

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

115115
### 2.1.2 - 2021-07-21
116116

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

120120
### 2.1.1 - 2021-02-15
121121

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.
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.
124124
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
125125
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.
126126

127127
### 2.1.0 - 2019-08-29
128128

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.
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.
134134
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.
135135

136136
### 2.0.0 - 2018-10-07
137137

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.
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.
142142

143143
### 1.0.0 - 2018-07-17
144144

0 commit comments

Comments
 (0)