Skip to content

Commit

Permalink
Changelog + version bump for #3107 (ref #3108)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Oct 26, 2020
1 parent 8dcebc6 commit 7c01187
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
<date>2020-10-23</date>
<time>13:00:00</time>
<version>
<release>3.5.8</release>
<api>3.5.8</api>
<release>3.6.0</release>
<api>3.6.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
<notes>
- Reverted a change to the way include/exclude patterns are processed for STDIN content
-- This change is not backwards compatible and will be re-introduced in version 3.6.0
- Include patterns are now ignored when processing STDIN
-- Previously, checks using include patterns were excluded when processing STDIN when no file path was provided via --stdin-path
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
-- If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
-- Thanks to Juliette Reinders Folmer for the patch
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Config
*
* @var string
*/
const VERSION = '3.5.8';
const VERSION = '3.6.0';

/**
* Package stability; either stable, beta or alpha.
Expand Down

0 comments on commit 7c01187

Please sign in to comment.