From 9c8ad06fb5d747c149875beb6133566c00eaa481 Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Tue, 1 May 2018 20:32:48 +0200 Subject: [PATCH] prepare 9.1.4 release --- CHANGELOG.md | 20 ++++++++++++++++++++ docs/_data/project.yml | 2 +- src/AbstractCsv.php | 2 +- src/ByteSequence.php | 2 +- src/CannotInsertRecord.php | 2 +- src/CharsetConverter.php | 2 +- src/ColumnConsistency.php | 2 +- src/EncloseField.php | 2 +- src/EscapeFormula.php | 2 +- src/Exception.php | 2 +- src/HTMLConverter.php | 2 +- src/MapIterator.php | 2 +- src/RFC4180Field.php | 2 +- src/Reader.php | 2 +- src/ResultSet.php | 2 +- src/Statement.php | 2 +- src/Stream.php | 2 +- src/Writer.php | 2 +- src/XMLConverter.php | 2 +- src/functions.php | 2 +- 20 files changed, 39 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6229b0fb..970d70ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All Notable changes to `Csv` will be documented in this file +## 9.1.4 - 2018-05-01 + +### Added + +- Nothing + +### Deprecated + +- Nothing + +### Fixed + +- `Writer::setFlushThreshold` should accept 1 as an argument [#289(https://github.com/thephpleague/csv/issue/289) + +- `CharsetConverter::convert` should not try to convert numeric value [#287](https://github.com/thephpleague/csv/issue/287) + +### Removed + +- Nothing + ## 9.1.3 - 2018-03-12 ### Added diff --git a/docs/_data/project.yml b/docs/_data/project.yml index 184a1166..e01318c4 100644 --- a/docs/_data/project.yml +++ b/docs/_data/project.yml @@ -15,7 +15,7 @@ releases: current: version: '9.0' requires: 'PHP >= 7.0.10' - latest: '9.1.2 - 2018-02-05' + latest: '9.1.4 - 2018-05-01' supported_until: 'TBD' documentation_link: '/9.0/' previous: diff --git a/src/AbstractCsv.php b/src/AbstractCsv.php index 5adaf6e8..655e74a6 100644 --- a/src/AbstractCsv.php +++ b/src/AbstractCsv.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/ByteSequence.php b/src/ByteSequence.php index 62012c09..8089dae2 100644 --- a/src/ByteSequence.php +++ b/src/ByteSequence.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/CannotInsertRecord.php b/src/CannotInsertRecord.php index 8aa14cd9..18b99696 100644 --- a/src/CannotInsertRecord.php +++ b/src/CannotInsertRecord.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/CharsetConverter.php b/src/CharsetConverter.php index 99600608..003c7f43 100644 --- a/src/CharsetConverter.php +++ b/src/CharsetConverter.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/ColumnConsistency.php b/src/ColumnConsistency.php index a03b3c0a..d6fc53bc 100644 --- a/src/ColumnConsistency.php +++ b/src/ColumnConsistency.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/EncloseField.php b/src/EncloseField.php index 461be8d1..ef031e82 100644 --- a/src/EncloseField.php +++ b/src/EncloseField.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/EscapeFormula.php b/src/EscapeFormula.php index bff9436d..f83c7aec 100644 --- a/src/EscapeFormula.php +++ b/src/EscapeFormula.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/Exception.php b/src/Exception.php index 2c283c18..4c388275 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/HTMLConverter.php b/src/HTMLConverter.php index b1fa7224..32e35e8b 100644 --- a/src/HTMLConverter.php +++ b/src/HTMLConverter.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/MapIterator.php b/src/MapIterator.php index 83d0271d..7ff601e3 100644 --- a/src/MapIterator.php +++ b/src/MapIterator.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/RFC4180Field.php b/src/RFC4180Field.php index e7581b3e..7b9e8abc 100644 --- a/src/RFC4180Field.php +++ b/src/RFC4180Field.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/Reader.php b/src/Reader.php index 15726731..58720b1b 100644 --- a/src/Reader.php +++ b/src/Reader.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/ResultSet.php b/src/ResultSet.php index 7f507d6c..fa2cbb99 100644 --- a/src/ResultSet.php +++ b/src/ResultSet.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/Statement.php b/src/Statement.php index 4441ffe4..b436e445 100644 --- a/src/Statement.php +++ b/src/Statement.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/Stream.php b/src/Stream.php index dae1ae68..6396850d 100644 --- a/src/Stream.php +++ b/src/Stream.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/Writer.php b/src/Writer.php index 934b0e37..aa3edfb9 100644 --- a/src/Writer.php +++ b/src/Writer.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/XMLConverter.php b/src/XMLConverter.php index 77c63f3c..28f3bbfa 100644 --- a/src/XMLConverter.php +++ b/src/XMLConverter.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE diff --git a/src/functions.php b/src/functions.php index 40f936e0..d3dd59e7 100644 --- a/src/functions.php +++ b/src/functions.php @@ -4,7 +4,7 @@ * * @license http://opensource.org/licenses/MIT * @link https://github.com/thephpleague/csv/ -* @version 9.1.3 +* @version 9.1.4 * @package League.csv * * For the full copyright and license information, please view the LICENSE