@@ -15,14 +15,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
15
15
<active >yes</active >
16
16
</lead >
17
17
<date >2016-09-02</date >
18
- <time >09:44 :00</time >
18
+ <time >10:25 :00</time >
19
19
<version >
20
- <release >3.0.0a2 </release >
21
- <api >3.0.0a2 </api >
20
+ <release >3.0.0RC1 </release >
21
+ <api >3.0.0RC1 </api >
22
22
</version >
23
23
<stability >
24
- <release >alpha </release >
25
- <api >alpha </api >
24
+ <release >beta </release >
25
+ <api >beta </api >
26
26
</stability >
27
27
<license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD 3-Clause License</license >
28
28
<notes >
@@ -1587,6 +1587,34 @@ http://pear.php.net/dtd/package-2.0.xsd">
1587
1587
</filelist >
1588
1588
</phprelease >
1589
1589
<changelog >
1590
+ <release >
1591
+ <version >
1592
+ <release >3.0.0RC1</release >
1593
+ <api >3.0.0RC1</api >
1594
+ </version >
1595
+ <stability >
1596
+ <release >beta</release >
1597
+ <api >beta</api >
1598
+ </stability >
1599
+ <date >2016-09-02</date >
1600
+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
1601
+ <notes >
1602
+ - Progress output now shows E and W in green when a file has fixable errors or warnings
1603
+ -- Only supported if colors are enabled
1604
+ - PHPCBF no longer produces verbose output by default (request #699)
1605
+ -- Use the -v command line argument to show verbose fixing output
1606
+ -- Use the -q command line argument to disable verbose information if enabled by default
1607
+ - PHPBF now prints a summary report after fixing files
1608
+ -- Report shows files that were fixed, how many errors were fixed, and how many remain
1609
+ - PHPCBF now supports the -p command line argument to print progress information
1610
+ -- Prints a green F for files where fixes occurred
1611
+ -- Prints a red E for files that could not be fixed due to an error
1612
+ -- Use the -q command line argument to disable progress information if enabled by default
1613
+ - Running unit tests using --verbose no longer throws errors
1614
+ - Fixed shell error appearing on some systems when trying to find executable paths
1615
+ - Includes all changes from the 2.7.0 release
1616
+ </notes >
1617
+ </release >
1590
1618
<release >
1591
1619
<version >
1592
1620
<release >3.0.0a1</release >
0 commit comments