Skip to content

Commit

Permalink
Prepare for 3.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jun 18, 2022
1 parent 0f02e3e commit 1359e17
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 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>2022-06-13</date>
<time>16:30:00</time>
<date>2022-06-18</date>
<time>17:20:00</time>
<version>
<release>3.7.1</release>
<api>3.7.1</api>
Expand Down Expand Up @@ -2243,6 +2243,22 @@ http://pear.php.net/dtd/package-2.0.xsd">
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>3.7.1</release>
<api>3.7.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2022-06-18</date>
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
<notes>
- Fixed bug #3609: Methods/constants with name empty/isset/unset are always reported as error
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
</notes>
</release>
<release>
<version>
<release>3.7.0</release>
Expand Down

0 comments on commit 1359e17

Please sign in to comment.