Skip to content

Commit 396178a

Browse files
committed
Prepare for 1.5.3 release
1 parent 3490329 commit 396178a

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

package.xml

Lines changed: 40 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-02-05</date>
18-
<time>10:46:00</time>
17+
<date>2014-05-01</date>
18+
<time>13:04:00</time>
1919
<version>
2020
<release>1.5.3</release>
2121
<api>1.5.3</api>
@@ -2251,6 +2251,44 @@ http://pear.php.net/dtd/package-2.0.xsd">
22512251
</filelist>
22522252
</phprelease>
22532253
<changelog>
2254+
<release>
2255+
<version>
2256+
<release>1.5.3</release>
2257+
<api>1.5.3</api>
2258+
</version>
2259+
<stability>
2260+
<release>stable</release>
2261+
<api>stable</api>
2262+
</stability>
2263+
<date>2014-05-01</date>
2264+
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
2265+
<notes>
2266+
- Improved detection of nested IF statements that use the alternate IF/ENDIF syntax
2267+
- PHP tokenizer now supports DEFAULT statements opened with a T_SEMICOLON
2268+
- PSR1 CamelCapsMethodNameSniff now ignores magic methods
2269+
-- Thanks to Eser Ozvataf for the patch
2270+
- PSR1 SideEffectsSniff now ignores methods named define()
2271+
- PSR1 and PEAR ClassDeclarationSniffs now support traits (request #20208)
2272+
- PSR2 ControlStructureSpacingSniff now allows newlines before/after parentheses
2273+
-- Thanks to Maurus Cuelenaere for the patch
2274+
- Squiz LowercasePHPFunctionsSniff no longer reports errors for namespaced functions
2275+
-- Thanks to Max Galbusera for the patch
2276+
- Squiz SwitchDeclarationSniff now allows exit() as a breaking statement for case/default
2277+
- Squiz ValidVariableNameSniff and Zend ValidVariableNameSniff now ignore additional PHP reserved vars
2278+
-- Thanks to Mikuláš Dítě and Adrian Crepaz for the patch
2279+
- Sniff code Squiz.WhiteSpace.MemberVarSpacing.After changed to Squiz.WhiteSpace.MemberVarSpacing.Incorrect (request #20241)
2280+
- Fixed bug #20200 : Invalid JSON produced with specific error message
2281+
- Fixed bug #20204 : Ruleset exclude checks are case sensitive
2282+
- Fixed bug #20213 : Invalid error, Inline IF must be declared on single line
2283+
- Fixed bug #20225 : array_merge() that takes more than one line generates error
2284+
- Fixed bug #20230 : Squiz ControlStructureSpacing sniff assumes specific condition formatting
2285+
- Fixed bug #20240 : Squiz block comment sniff fails when newline present
2286+
- Fixed bug #20247 : The Squiz.WhiteSpace.ControlStructureSpacing sniff and do-while
2287+
-- Thanks to Alexander Obuhovich for the patch
2288+
- Fixed bug #20248 : The Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff sniff and empty scope
2289+
- Fixed bug #20252 : Unitialized string offset when package name starts with underscore
2290+
</notes>
2291+
</release>
22542292
<release>
22552293
<version>
22562294
<release>1.5.2</release>

0 commit comments

Comments
 (0)