From 60ea563773f1c50162a948c44901c93b9a0aee56 Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Fri, 18 Aug 2017 12:21:39 +0200 Subject: [PATCH] prepare 9.9.0 release --- CHANGELOG.md | 2 +- docs/_data/project.yml | 23 +++++++++++------------ docs/_layouts/homepage.html | 2 +- docs/upgrading/9.0.md | 2 +- src/AbstractCsv.php | 1 - src/ByteSequence.php | 1 - src/CannotInsertRecord.php | 1 - src/CharsetConverter.php | 2 +- src/ColumnConsistency.php | 3 +-- src/Exception.php | 3 +-- src/HTMLConverter.php | 4 ++-- src/MapIterator.php | 1 - src/RFC4180Field.php | 2 ++ src/Reader.php | 33 +++++++++++++++++---------------- src/ResultSet.php | 19 +++++++++---------- src/Statement.php | 27 +++++++++++++++++---------- src/Stream.php | 20 +++++++------------- src/Writer.php | 19 ++++++++++--------- src/XMLConverter.php | 2 +- src/functions.php | 6 +++--- 20 files changed, 85 insertions(+), 88 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34269921..ea510d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `Csv` will be documented in this file -## 9.0.0 - TBD +## 9.0.0 - 2017-08-18 ### Added diff --git a/docs/_data/project.yml b/docs/_data/project.yml index 318c9a8f..82be52ce 100644 --- a/docs/_data/project.yml +++ b/docs/_data/project.yml @@ -6,25 +6,24 @@ google_analytics_tracking_id: UA-46050814-6 # Github repository repository: 'csv' releases: - next: +# next: +# version: '10.0' +# requires: 'PHP >= 5.5.0' +# latest: '8.2.1 - 2017-02-03' +# supported_until: 'TBD' +# documentation_link: '/8.0/' + current: version: '9.0' requires: 'PHP >= 7.0.10' - latest: 'TBD' + latest: '9.0.0 - 2017-08-18' supported_until: 'TBD' documentation_link: '/9.0/' - current: + previous: version: '8.0' requires: 'PHP >= 5.5.0' - latest: '8.2.1 - 2017-02-03' - supported_until: 'TBD' + latest: '8.2.2 - 2017-07-12' + supported_until: '2018-02-18' documentation_link: '/8.0/' -# Uncomment if needed -# previous: -# version: '8.0' -# requires: 'PHP >= 5.5.0' -# latest: '8.2.1 - 2017-02-03' -# supported_until: 'TBD' -# documentation_link: '/8.0/' legacy: version: '7.0' requires: 'PHP >= 5.4.0' diff --git a/docs/_layouts/homepage.html b/docs/_layouts/homepage.html index 0f78ecf6..a8a363a2 100644 --- a/docs/_layouts/homepage.html +++ b/docs/_layouts/homepage.html @@ -77,7 +77,7 @@

Current Stable

{% endif %} {% if site.data.project.releases.previous %}