aboutsummaryrefslogtreecommitdiffstats
path: root/librevideojs-html5-player.php
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2016-12-10 21:32:02 -0500
committerHeckyel <heckyel@openmailbox.org>2016-12-10 21:32:02 -0500
commited4febfc2b2ef5f4b9268f62d7dc54fd8a6265d4 (patch)
treeb583e547f243cc59e6a7d0e8619615e4af6534e7 /librevideojs-html5-player.php
parent38d6ca1e4fe4e2077cbc878778a183922b92f69c (diff)
downloadlibrevideojs-html5-player-ed4febfc2b2ef5f4b9268f62d7dc54fd8a6265d4.tar.lz
librevideojs-html5-player-ed4febfc2b2ef5f4b9268f62d7dc54fd8a6265d4.tar.xz
librevideojs-html5-player-ed4febfc2b2ef5f4b9268f62d7dc54fd8a6265d4.zip
beta
Diffstat (limited to 'librevideojs-html5-player.php')
-rw-r--r--librevideojs-html5-player.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php
index 7807a2e..4e8ac02 100644
--- a/librevideojs-html5-player.php
+++ b/librevideojs-html5-player.php
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: LibreVideoJS HTML5 Player
-Version: 1.0
+Version: 1.0.1
Plugin URI: https://wordpress.org/plugins/librevideojs-html5-player
Author: <a href="https://conocimientoslibres.tuxfamily.org">Jesús Eduardo</a>, <a href="http://www.freakspot.net/">Jorge Maldonado</a>
Description: Reproductor de vídeo Libre en Responsive Desing HTML5 Video para WordPress, construido sobre el ampliamente utilizado <a href="https://notabug.org/Heckyel/LibreVideoJS">LibreVideoJS</a> de la biblioteca del reproductor de vídeo HTML5. Le permite incrustar vídeo en tu post o página con HTML5 para los navegadores principales. Es compatible con <a href="https://www.gnu.org/software/librejs/free-your-javascript.html">LibreJS</a> de acuerdo con la filosofía <a href="https://www.gnu.org">GNU</a>
@@ -221,7 +221,7 @@ EOT;
}
$output = <<<EOT
- <!-- Begin Video.js -->
+ <!-- Begin LibreVideoJS -->
<video id="$player" class="cliplibre-js-responsive-container librevjs-hd cliplibre-js librevjs-libre-skin" {$controls}{$preload}{$autoplay}{$loop}{$muted}{$poster} width="100%" height="auto" data-setup='{}'>
{$src}
{$track}
@@ -233,7 +233,7 @@ EOT;
</script>
$style
<br>
- <!-- End Video.js -->
+ <!-- End LibreVideoJS -->
EOT;
return $output;
}