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 %}