Skip to content

Commit

Permalink
Prepare for 1.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Feb 17, 2012
1 parent d18cd88 commit 245735c
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions package.xml
Expand Up @@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>gsherwood@squiz.net</email>
<active>yes</active>
</lead>
<date>2011-12-01</date>
<time>15:17:00</time>
<date>2012-02-17</date>
<time>13:03:00</time>
<version>
<release>1.3.3</release>
<api>1.3.3</api>
Expand Down Expand Up @@ -1864,6 +1864,43 @@ http://pear.php.net/dtd/package-2.0.xsd">
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>1.3.3</release>
<api>1.3.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2012-02-17</date>
<license uri="http://matrix.squiz.net/developer/tools/php_cs/licence">BSD License</license>
<notes>
- Added new Generic FixmeSniff that shows error messages for all FIXME comments left in your code
-- Thanks to Sam Graham for the contribution
- The maxPercentage setting in the Squiz CommentedOutCodeSniff can now be overriden in a rulset.xml file
-- Thanks to Volker Dusch for the patch
- The Checkstyle and XML reports now use XMLWriter
-- Only change in output is that empty file tags are no longer produced for files with no violations
-- Thanks to Sebastian Bergmann for the patch
- Added PHP_CodeSniffer_Tokens::$bracketTokens to give sniff writers fast access to open and close bracket tokens
- Fixed an issue in AbstractPatternSniff where EOL tokens were not being correctly checked in some cases
- Fixed bug #19114 : CodeSniffer checks extension even for single file
- Fixed bug #19171 : Show sniff codes option is ignored by some report types
-- Thanks to Dominic Scheirlinck for the patch
- Fixed bug #19188 : Lots of PHP Notices when analyzing the Symfony framework
-- First issue was list-style.. lines in CSS files not properly adjusting open/close bracket positions
-- Second issue was notices caused by bug #19137
- Fixed bug #19208 : UpperCaseConstantName reports class members
-- Was also a problem with LowerCaseConstantName as well
- Fixed bug #19256 : T_DOC_COMMENT in CSS files breaks ClassDefinitionNameSpacingSniff
-- Thanks to Klaus Purer for the patch
- Fixed bug #19264 : Squiz.PHP.NonExecutableCode does not handle RETURN in CASE without BREAK
- Fixed bug #19270 : DuplicateClassName does not handle namespaces correctly
- Fixed bug #19283 : CSS @media rules cause false positives
-- Thanks to Klaus Purer for the patch
</notes>
</release>
<release>
<version>
<release>1.3.2</release>
Expand Down

0 comments on commit 245735c

Please sign in to comment.