Skip to content

Commit 9c8ad06

Browse files
committed
prepare 9.1.4 release
1 parent b9a4d39 commit 9c8ad06

20 files changed

+39
-19
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All Notable changes to `Csv` will be documented in this file
44

5+
## 9.1.4 - 2018-05-01
6+
7+
### Added
8+
9+
- Nothing
10+
11+
### Deprecated
12+
13+
- Nothing
14+
15+
### Fixed
16+
17+
- `Writer::setFlushThreshold` should accept 1 as an argument [#289(https://github.com/thephpleague/csv/issue/289)
18+
19+
- `CharsetConverter::convert` should not try to convert numeric value [#287](https://github.com/thephpleague/csv/issue/287)
20+
21+
### Removed
22+
23+
- Nothing
24+
525
## 9.1.3 - 2018-03-12
626

727
### Added

docs/_data/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ releases:
1515
current:
1616
version: '9.0'
1717
requires: 'PHP >= 7.0.10'
18-
latest: '9.1.2 - 2018-02-05'
18+
latest: '9.1.4 - 2018-05-01'
1919
supported_until: 'TBD'
2020
documentation_link: '/9.0/'
2121
previous:

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 9.1.3
7+
* @version 9.1.4
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/ByteSequence.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 9.1.3
7+
* @version 9.1.4
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/CannotInsertRecord.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 9.1.3
7+
* @version 9.1.4
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/CharsetConverter.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 9.1.3
7+
* @version 9.1.4
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/ColumnConsistency.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 9.1.3
7+
* @version 9.1.4
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/EncloseField.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 9.1.3
7+
* @version 9.1.4
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/EscapeFormula.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 9.1.3
7+
* @version 9.1.4
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

src/Exception.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 9.1.3
7+
* @version 9.1.4
88
* @package League.csv
99
*
1010
* For the full copyright and license information, please view the LICENSE

0 commit comments

Comments
 (0)