Skip to content

Commit

Permalink
Prepare for 3.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Dec 18, 2017
1 parent f130348 commit 4807589
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
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>2017-12-13</date>
<time>08:33:00</time>
<date>2017-12-18</date>
<time>11:00:00</time>
<version>
<release>3.2.1</release>
<api>3.2.1</api>
Expand All @@ -27,7 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
<notes>
- Fixed problems with some scripts and plugins waiting for STDIN
-- This was a notable problem with the PHPStorm plugin for PHP_CodeSniffer
-- This was a notable problem with IDE plugins (e.g., PHPStorm) and build systems
- Empty diffs are no longer followed by a newline character (request #1781)
- Generic.Functions.OpeningFunctionBraceKernighanRitchie no longer complains when the open brace is followed by a close tag
-- This makes the sniff more useful when used in templates
Expand Down Expand Up @@ -1595,6 +1595,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>3.2.1</release>
<api>3.2.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-12-18</date>
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
<notes>
- Fixed problems with some scripts and plugins waiting for STDIN
-- This was a notable problem with IDE plugins (e.g., PHPStorm) and build systems
- Empty diffs are no longer followed by a newline character (request #1781)
- Generic.Functions.OpeningFunctionBraceKernighanRitchie no longer complains when the open brace is followed by a close tag
-- This makes the sniff more useful when used in templates
-- Thanks to Joseph Zidell for the patch
- Fixed bug #1782 : Incorrect detection of operator in ternary + anonymous function
</notes>
</release>
<release>
<version>
<release>3.2.0</release>
Expand Down

0 comments on commit 4807589

Please sign in to comment.