Skip to content

Commit

Permalink
prepare 8.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jul 12, 2017
1 parent 2b023ec commit fa8bc05
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 18 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

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

## 8.2.2 - TBD
## 8.2.2 - 2017-07-12

### Added

Expand All @@ -14,10 +14,9 @@ All Notable changes to `Csv` will be documented in this file

### Fixed

- `Writer::insertOne` was silently failing when inserted record in a CSV document in non-writing mode.
- `Writer::insertOne` was silently failing when inserting record in a CSV document in non-writing mode.
- bug fix docblock


### Removed

- None
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractCsv.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Config/Controls.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Config/Output.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidRowException.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Modifier/MapIterator.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Modifier/QueryFilter.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Modifier/RowFilter.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Modifier/StreamFilter.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Modifier/StreamIterator.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/ColumnConsistencyValidator.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/ForbiddenNullValuesValidator.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/SkipNullValuesFormatter.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Reader.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
4 changes: 2 additions & 2 deletions src/Writer.php
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 8.2.0
* @version 8.2.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down Expand Up @@ -111,7 +111,7 @@ protected function addRow(array $row)
{
$this->initCsv();
if (!$this->fputcsv->invokeArgs($this->csv, $this->getFputcsvParameters($row))) {
throw new RuntimeException('Unable to write record to the CSV document');
throw new RuntimeException('Unable to write record to the CSV document.');
}

if ("\n" !== $this->newline) {
Expand Down

0 comments on commit fa8bc05

Please sign in to comment.