From 6f3e42d311b882b25b4d409d23a289f4d3b803d5 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Fri, 5 Dec 2014 09:32:15 +1100 Subject: [PATCH] Prepare for 1.5.6 release --- package.xml | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index 85ba2d35d9..802f1a5727 100644 --- a/package.xml +++ b/package.xml @@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> gsherwood@squiz.net yes - 2014-09-25 - + 2014-12-05 + 1.5.6 1.5.6 @@ -2259,6 +2259,36 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + 1.5.6 + 1.5.6 + + + stable + stable + + 2014-12-05 + BSD License + + - JS tokenizer now detects xor statements correctly + - The --config-show command now pretty-prints the config values + -- Thanks to Ken Guest for the patch + - Setting and removing config values now catches exceptions if the config file is not writable + -- Thanks to Ken Guest for the patch + - Setting and removing config values now prints a message to confirm the action and show old values + - You can now get PHP_CodeSniffer to ignore a single line by putting @codingStandardsIgnoreLine in a comment + -- When the comment is found, the comment line and the following line will be ignored + -- Thanks to Andy Bulford for the contribution + - Generic ConstructorNameSniff no longer errors for PHP4 style constructors when __construct() is present + -- Thanks to Thibaud Fabre for the patch + - Fixed bug #280 : The --config-show option generates error when there is no config file + - Fixed bug #306 : File containing only a namespace declaration raises undefined index notice + - Fixed bug #308 : Squiz InlineIfDeclarationSniff fails on ternary operators inside closure + - Fixed bug #310 : Variadics not recognized by tokenizer + - Fixed bug #311 : Suppression of function prototype breaks checking of lines within function + + 1.5.5