From 4807589d0e2edd08a9094071d1900b88e3bc85af Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Mon, 18 Dec 2017 11:02:03 +1100 Subject: [PATCH] Prepare for 3.2.1 release --- package.xml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 5c9fc427e6..8efbda543a 100644 --- a/package.xml +++ b/package.xml @@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> gsherwood@squiz.net yes - 2017-12-13 - + 2017-12-18 + 3.2.1 3.2.1 @@ -27,7 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD 3-Clause License - 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"> + + + 3.2.1 + 3.2.1 + + + stable + stable + + 2017-12-18 + BSD License + + - 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 + + 3.2.0