[www-doc] [Git][VideoLAN.org/websites][master] Fix stats for 3.0.4
Jean-Baptiste Kempf
gitlab at videolan.org
Thu Dec 13 15:37:51 CET 2018
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
8dcdf8d7 by Jean-Baptiste Kempf at 2018-12-13T14:37:41Z
Fix stats for 3.0.4
- - - - -
1 changed file:
- www.videolan.org/vlc/stats/downloads.php
Changes:
=====================================
www.videolan.org/vlc/stats/downloads.php
=====================================
@@ -428,6 +428,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.4" => 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/8dcdf8d71c6971d1e2cc404d427f437348266570
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/8dcdf8d71c6971d1e2cc404d427f437348266570
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list