-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
<email>[email protected]</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> | ||
|
@@ -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 | ||
|
@@ -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> | ||
|