Skip to content

Commit 90a92cc

Browse files
committed
prepare for 7.0.1 release
1 parent eae1c42 commit 90a92cc

14 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Changelog
22
All Notable changes to `League\Csv` will be documented in this file
33

4-
## 7.0.1 - 2015-03-XX
4+
## 7.0.1 - 2015-03-23
55

66
### Fixed
77

src/AbstractCsv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @license http://opensource.org/licenses/MIT
66
* @link https://github.com/thephpleague/csv/
7-
* @version 7.0.0
7+
* @version 7.0.1
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/Config/Controls.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @license http://opensource.org/licenses/MIT
66
* @link https://github.com/thephpleague/csv/
7-
* @version 7.0.0
7+
* @version 7.0.1
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/Config/Output.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @license http://opensource.org/licenses/MIT
66
* @link https://github.com/thephpleague/csv/
7-
* @version 7.0.0
7+
* @version 7.0.1
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/Exception/InvalidRowException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @license http://opensource.org/licenses/MIT
66
* @link https://github.com/thephpleague/csv/
7-
* @version 7.0.0
7+
* @version 7.0.1
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/Modifier/MapIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @license http://opensource.org/licenses/MIT
66
* @link https://github.com/thephpleague/csv/
7-
* @version 7.0.0
7+
* @version 7.0.1
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/Modifier/QueryFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @license http://opensource.org/licenses/MIT
66
* @link https://github.com/thephpleague/csv/
7-
* @version 7.0.0
7+
* @version 7.0.1
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/Modifier/RowFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @license http://opensource.org/licenses/MIT
66
* @link https://github.com/thephpleague/csv/
7-
* @version 7.0.0
7+
* @version 7.0.1
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/Modifier/StreamFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @license http://opensource.org/licenses/MIT
66
* @link https://github.com/thephpleague/csv/
7-
* @version 7.0.0
7+
* @version 7.0.1
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/Plugin/ColumnConsistencyValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @license http://opensource.org/licenses/MIT
66
* @link https://github.com/thephpleague/csv/
7-
* @version 7.0.0
7+
* @version 7.0.1
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

0 commit comments

Comments
 (0)