@@ -97,6 +97,12 @@ All code within the PHPCompatibility organisation is released under the GNU Less
9797
9898## Changelog
9999
100+ ### 1.3.4 - 2025-09-19
101+
102+ * Prevent a new false positive when the ruleset is run over the code of the latest 1.x version of the ` sodium_compat ` polyfill itself.
103+ * Rulesets now annotate which schema they comply with.
104+ * Other housekeeping and minor documentation updates.
105+
100106### 1.3.3 - 2024-04-25
101107
102108* Prevent a new false positive when the ruleset is run over the code of the latest 1.x version of the ` sodium_compat ` polyfill itself.
@@ -105,16 +111,16 @@ All code within the PHPCompatibility organisation is released under the GNU Less
105111
106112### 1.3.2 - 2022-10-25
107113
108- - README: Updated the installation instructions for [ compatibility with Composer >= 2.2] [ composer22announce ] .
109- - Composer: The package will now identify itself as a static analysis tool. Thanks [ @GaryJones ] !
110- - Other housekeeping and minor documentation updates.
114+ * README: Updated the installation instructions for [ compatibility with Composer >= 2.2] [ composer22announce ] .
115+ * Composer: The package will now identify itself as a static analysis tool. Thanks [ @GaryJones ] !
116+ * Other housekeeping and minor documentation updates.
111117
112118[ composer22announce ] : https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution
113119
114120### 1.3.1 - 2021-02-15
115121
116- - The recommended version of the [ Composer PHPCS plugin] is now ` ^0.7.0 ` , which offers compatibility with Composer 2.0.
117- - The rulesets are 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 rulesets are now also tested against PHP 7.4 and 8.0.
118124 Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
119125 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.
120126
0 commit comments