Skip to content

Commit 7c01187

Browse files
committed
Changelog + version bump for #3107 (ref #3108)
1 parent 8dcebc6 commit 7c01187

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
1717
<date>2020-10-23</date>
1818
<time>13:00:00</time>
1919
<version>
20-
<release>3.5.8</release>
21-
<api>3.5.8</api>
20+
<release>3.6.0</release>
21+
<api>3.6.0</api>
2222
</version>
2323
<stability>
2424
<release>stable</release>
2525
<api>stable</api>
2626
</stability>
2727
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
2828
<notes>
29-
- Reverted a change to the way include/exclude patterns are processed for STDIN content
30-
-- This change is not backwards compatible and will be re-introduced in version 3.6.0
29+
- Include patterns are now ignored when processing STDIN
30+
-- Previously, checks using include patterns were excluded when processing STDIN when no file path was provided via --stdin-path
31+
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
32+
-- If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
33+
-- Thanks to Juliette Reinders Folmer for the patch
3134
</notes>
3235
<contents>
3336
<dir name="/">

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Config
7979
*
8080
* @var string
8181
*/
82-
const VERSION = '3.5.8';
82+
const VERSION = '3.6.0';
8383

8484
/**
8585
* Package stability; either stable, beta or alpha.

0 commit comments

Comments
 (0)