[www-doc] [Git][VideoLAN.org/websites][master] stats: add 2.2.7 and 2.2.8
Ludovic Fauvet
gitlab at videolan.org
Fri Jan 26 17:09:50 CET 2018
Ludovic Fauvet pushed to branch master at VideoLAN organization / websites
Commits:
ff3a13fa by Ludovic Fauvet at 2018-01-26T17:09:46+01:00
stats: add 2.2.7 and 2.2.8
- - - - -
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
@@ -195,6 +195,8 @@
"2.2.4" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"2.2.5.1" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"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 ),
);
$table = array_merge( $table_old, $table_sf );
@@ -391,7 +393,16 @@
"Macintosh" => "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#.dmg?stats",
"Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats",
),
-
+ "2.2.7" => 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",
+ ),
+ "2.2.8" => 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/ff3a13fa4d22d2219443c341f6e3d1b77a20b348
---
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/ff3a13fa4d22d2219443c341f6e3d1b77a20b348
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list