diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-07-25 15:50:22 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-07-25 15:50:22 -0500 |
commit | a0dfd6b8fb04275b955ff9f457587832ed75e515 (patch) | |
tree | 0329eb615d904a3504c563259c488aafc73f9c57 | |
parent | f385ccb49e2e764cbd94a820eaf611596a426198 (diff) | |
download | librevideojs-html5-player-a0dfd6b8fb04275b955ff9f457587832ed75e515.tar.lz librevideojs-html5-player-a0dfd6b8fb04275b955ff9f457587832ed75e515.tar.xz librevideojs-html5-player-a0dfd6b8fb04275b955ff9f457587832ed75e515.zip |
Fixed style
-rw-r--r-- | librevideojs-html5-player.php | 11 | ||||
-rw-r--r-- | librevideojs/js/cliplibrejs.dev.js | 2 | ||||
-rw-r--r-- | readme.txt | 15 |
3 files changed, 16 insertions, 12 deletions
diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index e7b783f..31922af 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -1,7 +1,7 @@ <?php /* Plugin Name: LibreVideoJS HTML5 Player -Version: 1.2.2 +Version: 1.2.3 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 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>. @@ -20,7 +20,7 @@ if (!class_exists('LIBREVIDEOJS_HTML5_PLAYER')){ class LIBREVIDEOJS_HTML5_PLAYER{ - var $plugin_version = '1.2.2'; + var $plugin_version = '1.2.3'; function __construct(){ define('L_VERSION', $this->plugin_version); @@ -229,12 +229,7 @@ EOT; // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later var librestyle = document.getElementById("$player"); librestyle.className += " cliplibre-js-responsive-container librevjs-hd cliplibre-js librevjs-libre-{$_skin}-skin"; - cliplibrejs('$player',{plugins:{resolutionSelector:{force_types:['video/webm','video/ogg','video/mp4'],default_res:"$resolution"}},nativeControlsForTouch: false}); - // @license-end - </script> - <script> - // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later - cliplibrejs('$player').ready(function(){this.hotkeys({volumeStep: 0.1,seekStep: 5,enableMute: true,enableFullscreen: true,enableNumbers: true});}); + cliplibrejs('$player',{plugins:{resolutionSelector:{force_types:['video/webm','video/ogg', 'video/mp4'],default_res:"$resolution"}},nativeControlsForTouch:false}).ready(function(){this.hotkeys({volumeStep:0.1,seekStep:5,enableMute:true, enableFullscreen:true,enableNumbers:true,});}); // @license-end </script> $style diff --git a/librevideojs/js/cliplibrejs.dev.js b/librevideojs/js/cliplibrejs.dev.js index 82e33f6..5aa11a5 100644 --- a/librevideojs/js/cliplibrejs.dev.js +++ b/librevideojs/js/cliplibrejs.dev.js @@ -92,7 +92,7 @@ var librevjs = function(id, options, ready) { var cliplibrejs = window['cliplibrejs'] = librevjs; // CDN Version. Used to target right flash swf. -librevjs.CDN_VERSION = '1.2.0'; +librevjs.CDN_VERSION = '1.2.3'; librevjs.ACCESS_PROTOCOL = ('https:' == document.location.protocol ? 'https://' : 'http://'); /** @@ -1,10 +1,10 @@ === LibreVideoJS HTML5 Player === Contributors: heckyel, jorgesumle -Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=94ETCSCSGNQVJ&lc=AL&item_name=librevideojs&item_number=Apoyo%20a%20LibreVideoJS¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted +Donate link: https://es.liberapay.com/librevideojs/donate Tags: video, wpvideo, HTML5, videojs, mobile, playlists, embed video, librevideojs, player, video player, embed, lightweight, minimal, myvideo, responsive requires at least: 4.2 -Tested up to: 4.7.3 -Stable tag: 1.2.2 +Tested up to: 4.8 +Stable tag: 1.2.3 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -116,6 +116,7 @@ Specifies that the audio output of the video must be muted. For detailed documentation, please visit the website of the plugin [LibreVideoJS HTML5 Player](https://notabug.org/Heckyel/librevideojs-html5-player) **All** + `[librevideojs_video url="videooriginal.webm" code="webm" url_calidad="1080p" selector="480p"] [calidades lvjs_calidad="720p" src_video="video720.webm" lvjs_code="webm"] [calidades lvjs_calidad="480p" src_video="video480.webm" lvjs_code="webm"] @@ -193,6 +194,9 @@ None == Changelog == += 1.2.3 = +* Fixed style to the ECMAScript have not enabled + = 1.2.2 = * Correction style of play button * Update languages @@ -242,3 +246,8 @@ us know. = Spanish = * [Sí, LibreVideoJS también puede reproducir vídeos de YouTube](http://www.freakspot.net/si-librevideojs-tambien-puede-reproducir-videos-de-youtube/) + +== Demos == + +* [Freakspot.net](http://www.freakspot.net/locutus-de-gnu/) +* [Conocimientoslibres.tuxfamily.org](https://conocimientoslibres.tuxfamily.org/acerca-de/) |