@@ -14,15 +14,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
14
14
15
15
<active >yes</active >
16
16
</lead >
17
- <date >2013-09-26 </date >
18
- <time >10:09 :00</time >
17
+ <date >2013-11-28 </date >
18
+ <time >09:19 :00</time >
19
19
<version >
20
- <release >1.5.0RC5 </release >
21
- <api >1.5.0RC5 </api >
20
+ <release >1.5.0 </release >
21
+ <api >1.5.0 </api >
22
22
</version >
23
23
<stability >
24
- <release >beta </release >
25
- <api >beta </api >
24
+ <release >stable </release >
25
+ <api >stable </api >
26
26
</stability >
27
27
<license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD 3-Clause License</license >
28
28
<notes >
@@ -2253,6 +2253,46 @@ http://pear.php.net/dtd/package-2.0.xsd">
2253
2253
</filelist >
2254
2254
</phprelease >
2255
2255
<changelog >
2256
+ <release >
2257
+ <version >
2258
+ <release >1.5.0</release >
2259
+ <api >1.5.0R</api >
2260
+ </version >
2261
+ <stability >
2262
+ <release >stable</release >
2263
+ <api >stable</api >
2264
+ </stability >
2265
+ <date >2013-11-28</date >
2266
+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
2267
+ <notes >
2268
+ - Doc generation is now working again for installed standards
2269
+ -- Includes a fix for limiting the docs to specific sniffs
2270
+ - Generic ScopeIndentSniff now allows for ignored tokens to be set via ruleset.xml files
2271
+ -- E.g., to ignore comments, override a property using:
2272
+ -- name="ignoreIndentationTokens" type="array" value="T_COMMENT,T_DOC_COMMENT"
2273
+ - PSR2 standard now ignores comments when checking indentation rules
2274
+ - Generic UpperCaseConstantNameSniff no longer reports errors where constants are used (request #20090)
2275
+ -- It still reports errors where constants are defined
2276
+ - Individual messages can now be excluded in ruleset.xml files using the exclude tag (request #20091)
2277
+ -- Setting message severity to 0 continues to be supported
2278
+ - Squiz OperatorSpacingSniff no longer throws errors for the ?: short ternary operator
2279
+ -- Thanks to Antoine Musso for the patch
2280
+ - Comment parser now supports non-English characters when splitting comment lines into words
2281
+ -- Thanks to Nik Sun for the patch
2282
+ - Exit statements are now recognised as valid closers for CASE and DEFAULT blocks
2283
+ -- Thanks to Maksim Kochkin for the patch
2284
+ - PHP_CodeSniffer_CLI::process() can now be passed an incomplete array of CLI values
2285
+ -- Missing values will be set to the CLI defaults
2286
+ -- Thanks to Maksim Kochkin for the patch
2287
+ - Fixed bug #20093 : Bug with ternary operator token
2288
+ - Fixed bug #20097 : CLI.php throws error in php 5.2
2289
+ - Fixed bug #20100 : incorrect Function mysql() has been deprecated report
2290
+ - Fixed bug #20119 : PHP warning: invalid argument to str_repeat() in SVN blame report with -s
2291
+ - Fixed bug #20123 : PSR2 complains about an empty second statement in for-loop
2292
+ - Fixed bug #20131 : PHP errors in svnblame report, if there are files not under version control
2293
+ - Fixed bug #20133 : Allow "HG: hg_id" as value for @version tag
2294
+ </notes >
2295
+ </release >
2256
2296
<release >
2257
2297
<version >
2258
2298
<release >1.5.0RC4</release >
0 commit comments