Skip to content

Commit 4807589

Browse files
committed
Prepare for 3.2.1 release
1 parent f130348 commit 4807589

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

package.xml

+24-3
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>2017-12-13</date>
18-
<time>08:33:00</time>
17+
<date>2017-12-18</date>
18+
<time>11:00:00</time>
1919
<version>
2020
<release>3.2.1</release>
2121
<api>3.2.1</api>
@@ -27,7 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
2828
<notes>
2929
- Fixed problems with some scripts and plugins waiting for STDIN
30-
-- This was a notable problem with the PHPStorm plugin for PHP_CodeSniffer
30+
-- This was a notable problem with IDE plugins (e.g., PHPStorm) and build systems
3131
- Empty diffs are no longer followed by a newline character (request #1781)
3232
- Generic.Functions.OpeningFunctionBraceKernighanRitchie no longer complains when the open brace is followed by a close tag
3333
-- This makes the sniff more useful when used in templates
@@ -1595,6 +1595,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
15951595
</filelist>
15961596
</phprelease>
15971597
<changelog>
1598+
<release>
1599+
<version>
1600+
<release>3.2.1</release>
1601+
<api>3.2.1</api>
1602+
</version>
1603+
<stability>
1604+
<release>stable</release>
1605+
<api>stable</api>
1606+
</stability>
1607+
<date>2017-12-18</date>
1608+
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
1609+
<notes>
1610+
- Fixed problems with some scripts and plugins waiting for STDIN
1611+
-- This was a notable problem with IDE plugins (e.g., PHPStorm) and build systems
1612+
- Empty diffs are no longer followed by a newline character (request #1781)
1613+
- Generic.Functions.OpeningFunctionBraceKernighanRitchie no longer complains when the open brace is followed by a close tag
1614+
-- This makes the sniff more useful when used in templates
1615+
-- Thanks to Joseph Zidell for the patch
1616+
- Fixed bug #1782 : Incorrect detection of operator in ternary + anonymous function
1617+
</notes>
1618+
</release>
15981619
<release>
15991620
<version>
16001621
<release>3.2.0</release>

0 commit comments

Comments
 (0)