[www-doc] [Git][VideoLAN.org/websites][master] stats: add 3.0.0
Felix Paul Kühne
gitlab at videolan.org
Fri Feb 16 00:19:55 CET 2018
Felix Paul Kühne pushed to branch master at VideoLAN organization / websites
Commits:
c524e890 by Felix Paul Kühne at 2018-02-16T00:19:50+01:00
stats: add 3.0.0
- - - - -
1 changed file:
- www.videolan.org/vlc/stats/downloads.php
Changes:
=====================================
www.videolan.org/vlc/stats/downloads.php
=====================================
--- a/www.videolan.org/vlc/stats/downloads.php
+++ b/www.videolan.org/vlc/stats/downloads.php
@@ -197,6 +197,7 @@
"2.2.6" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"2.2.7" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"2.2.8" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
+ "3.0.0" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
);
$table = array_merge( $table_old, $table_sf );
@@ -403,6 +404,11 @@
"Macintosh" => "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#.dmg?stats",
"Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats",
),
+ "3.0.0" => array(
+ "Windows" => array( "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.exe?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.exe?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.7z?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.zip?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.7z?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.zip?stats" ),
+ "Macintosh" => "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#.dmg?stats",
+ "Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats",
+ ),
);
foreach( $table as $key => $t )
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/c524e8906f1364b3723f2e0b2c532805a6de2ce8
---
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/c524e8906f1364b3723f2e0b2c532805a6de2ce8
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list