From 0bf9254046acbc1103aab4956aab0a9cb449820f Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Thu, 17 Jul 2014 16:28:59 +0200 Subject: [PATCH] and another Flash 14 version is showing up --- get-flashversions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/get-flashversions.php b/get-flashversions.php index 8135fe1..20a6465 100755 --- a/get-flashversions.php +++ b/get-flashversions.php @@ -54,7 +54,8 @@ if (count($force_dates)) { $flash_versions = array('13.0.0.214', '14.0.0.125', '14.0.0.145', - '14.0.0.146'); + '14.0.0.146', + '14.0.0.155'); // for how many days back to get the data $backlog_days = 7;