Skip to content

Commit 6f3e42d

Browse files
committed
Prepare for 1.5.6 release
1 parent 7b3bfea commit 6f3e42d

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

package.xml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
1414
<email>[email protected]</email>
1515
<active>yes</active>
1616
</lead>
17-
<date>2014-09-25</date>
18-
<time>13:32:00</time>
17+
<date>2014-12-05</date>
18+
<time>09:30:00</time>
1919
<version>
2020
<release>1.5.6</release>
2121
<api>1.5.6</api>
@@ -2259,6 +2259,36 @@ http://pear.php.net/dtd/package-2.0.xsd">
22592259
</filelist>
22602260
</phprelease>
22612261
<changelog>
2262+
<release>
2263+
<version>
2264+
<release>1.5.6</release>
2265+
<api>1.5.6</api>
2266+
</version>
2267+
<stability>
2268+
<release>stable</release>
2269+
<api>stable</api>
2270+
</stability>
2271+
<date>2014-12-05</date>
2272+
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
2273+
<notes>
2274+
- JS tokenizer now detects xor statements correctly
2275+
- The --config-show command now pretty-prints the config values
2276+
-- Thanks to Ken Guest for the patch
2277+
- Setting and removing config values now catches exceptions if the config file is not writable
2278+
-- Thanks to Ken Guest for the patch
2279+
- Setting and removing config values now prints a message to confirm the action and show old values
2280+
- You can now get PHP_CodeSniffer to ignore a single line by putting @codingStandardsIgnoreLine in a comment
2281+
-- When the comment is found, the comment line and the following line will be ignored
2282+
-- Thanks to Andy Bulford for the contribution
2283+
- Generic ConstructorNameSniff no longer errors for PHP4 style constructors when __construct() is present
2284+
-- Thanks to Thibaud Fabre for the patch
2285+
- Fixed bug #280 : The --config-show option generates error when there is no config file
2286+
- Fixed bug #306 : File containing only a namespace declaration raises undefined index notice
2287+
- Fixed bug #308 : Squiz InlineIfDeclarationSniff fails on ternary operators inside closure
2288+
- Fixed bug #310 : Variadics not recognized by tokenizer
2289+
- Fixed bug #311 : Suppression of function prototype breaks checking of lines within function
2290+
</notes>
2291+
</release>
22622292
<release>
22632293
<version>
22642294
<release>1.5.5</release>

0 commit comments

Comments
 (0)