Skip to content

Commit

Permalink
[ios] Add links to release cycles (#33)
Browse files Browse the repository at this point in the history
It is possible to add an anchor to the link to target the latest version, but it would complicate things unnecessarily : the latest version is always first displayed on the page.
  • Loading branch information
marcwrobel committed Feb 24, 2023
1 parent 2cf8828 commit d12c325
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions products/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,31 @@ releases:
eol: false
latestReleaseDate: 2023-02-13
latest: "16.3.1"
link: https://support.apple.com/HT213407

- releaseCycle: "15"
eol: false
support: 2022-09-12
releaseDate: 2021-09-20
latestReleaseDate: 2023-01-23
latest: "15.7.3"
link: https://support.apple.com/HT212788

- releaseCycle: "14"
eol: 2021-10-01
support: 2021-09-20
releaseDate: 2020-09-16
latestReleaseDate: 2021-10-26
latest: "14.8.1"
link: https://support.apple.com/HT211808

- releaseCycle: "13"
eol: 2020-09-16
support: 2020-09-16
releaseDate: 2019-09-19
latestReleaseDate: 2020-09-01
latest: "13.7"
link: https://support.apple.com/HT210393

# iOS 12 is still getting updates
- releaseCycle: "12"
Expand All @@ -48,55 +52,63 @@ releases:
releaseDate: 2018-09-17
latestReleaseDate: 2023-01-23
latest: "12.5.7"
link: https://support.apple.com/HT209084

- releaseCycle: "11"
eol: 2018-10-08
support: 2018-09-17
releaseDate: 2017-09-19
latestReleaseDate: 2018-07-09
latest: "11.4.1"
link: https://support.apple.com/HT208067

- releaseCycle: "10"
eol: 2017-09-26
support: 2017-09-19
releaseDate: 2016-09-13
latestReleaseDate: 2019-07-22
latest: "10.3.4"
link: https://support.apple.com/HT208011

- releaseCycle: "9"
eol: 2016-09-13
support: 2016-09-13
releaseDate: 2015-09-16
latestReleaseDate: 2019-07-22
latest: "9.3.6"
link: https://support.apple.com/HT208010

- releaseCycle: "8"
eol: 2015-09-30
support: 2015-09-16
releaseDate: 2014-09-17
latestReleaseDate: 2015-08-13
latest: "8.4.1"
link: https://support.apple.com/HT208000

- releaseCycle: "7"
eol: 2014-10-20
support: 2014-09-17
releaseDate: 2013-09-18
latestReleaseDate: 2014-06-30
latest: "7.1.2"
link: https://support.apple.com/HT207979

- releaseCycle: "6"
eol: 2013-09-26
support: 2013-09-18
releaseDate: 2012-09-19
latestReleaseDate: 2014-02-21
latest: "6.1.6"
link: https://support.apple.com/HT212584

- releaseCycle: "5"
eol: 2012-11-01
support: 2012-09-19
releaseDate: 2011-10-12
latestReleaseDate: 2012-05-07
latest: "5.1.1"
link: https://support.apple.com/HT212597

---

Expand Down

0 comments on commit d12c325

Please sign in to comment.