From 717b57121d3108f8b91ba74eec835b4b9057f333 Mon Sep 17 00:00:00 2001 From: Franck VANHOUCKE <32266803+thanatos-vf-2000@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:32:53 +0200 Subject: [PATCH] Update browsers-chrome.php stable v115 to v129 Update browsers-chrome.php stable v115 to v129 used page https://chromereleases.googleblog.com/search/label/Desktop%20Update?max-results=20 --- data/browsers-chrome.php | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/data/browsers-chrome.php b/data/browsers-chrome.php index 8e4a185a..8bed6d92 100644 --- a/data/browsers-chrome.php +++ b/data/browsers-chrome.php @@ -118,7 +118,21 @@ '112.0.5615' => 'stable', '113.0.5672' => 'stable', '114.0.5735' => 'stable', - '115.0.5790' => 'stable' + '115.0.5790' => 'stable', + '116.0.5845' => 'stable', + '117.0.5938' => 'stable', + '118.0.5993' => 'stable', + '119.0.6045' => 'stable', + '120.0.6099' => 'stable', + '121.0.6167' => 'stable', + '122.0.6261' => 'stable', + '123.0.6312' => 'stable', + '124.0.6367' => 'stable', + '125.0.6422' => 'stable', + '126.0.6478' => 'stable', + '127.0.6533' => 'stable', + '128.0.6613' => 'stable', + '129.0.6668' => 'stable' ]; Chrome::$MOBILE = [ @@ -210,5 +224,19 @@ '112.0.5615' => 'stable', '113.0.5672' => 'stable', '114.0.5735' => 'stable', - '115.0.5790' => 'stable' + '115.0.5790' => 'stable', + '116.0.5845' => 'stable', + '117.0.5938' => 'stable', + '118.0.5993' => 'stable', + '119.0.6045' => 'stable', + '120.0.6099' => 'stable', + '121.0.6167' => 'stable', + '122.0.6261' => 'stable', + '123.0.6312' => 'stable', + '124.0.6367' => 'stable', + '125.0.6422' => 'stable', + '126.0.6478' => 'stable', + '127.0.6533' => 'stable', + '128.0.6613' => 'stable', + '129.0.6668' => 'stable' ];