From d0dfa5c68b0559a433dcef82410b30d2167c9aa4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 15 Oct 2016 12:20:18 +0200 Subject: Wizard: update versions --- index.html | 2 +- wizard/index.php | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c6f75b14..3aae53be 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@

-->

Next year Web hosting budget, until October 2017: - 99% 99% of 500€. + 100% 100% of 500€. diff --git a/wizard/index.php b/wizard/index.php index 32ecaf19..a2de71f4 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -25,7 +25,6 @@ $osvers = [ 'Fedora 24' => '5.6', 'Fedora 23' => '5.6', 'Fedora 22' => '5.6', - 'Fedora 21' => '5.6', ]; $types = [ 'base' => 'Single version', @@ -40,8 +39,8 @@ $phpvers = [ ]; $phpname = [ '7.1' => '7.1.0RC3 (for testing, not ready for production)', - '7.0' => '7.0.11 (active support until Dec 2017)', - '5.6' => '5.6.26 (active support until Dec 2016)', + '7.0' => '7.0.12 (active support until Dec 2017)', + '5.6' => '5.6.27 (active support until Dec 2016)', '5.5' => '5.5.38 (no upstream support since July 2016)', '5.4' => '5.4.45 (no upstream support since Sept 2015)', ]; -- cgit