From a0dfd6b8fb04275b955ff9f457587832ed75e515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Tue, 25 Jul 2017 15:50:22 -0500 Subject: Fixed style --- librevideojs-html5-player.php | 11 +++-------- librevideojs/js/cliplibrejs.dev.js | 2 +- 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 @@ Jesús Eduardo, Jorge Maldonado Description: Reproductor de vídeo Libre en Responsive Desing HTML5 para WordPress, construido sobre el ampliamente utilizado LibreVideoJS 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 LibreJS de acuerdo con la filosofía GNU. @@ -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 - - $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://'); /** diff --git a/readme.txt b/readme.txt index 63687ad..51ec9f9 100644 --- a/readme.txt +++ b/readme.txt @@ -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/) -- cgit v1.2.3