diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-10 15:39:42 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-10 15:39:42 -0500 |
commit | c6f1d3b9eeb95814f67ad7dee1e494f1dbc76060 (patch) | |
tree | 733ad90b838d7364b39b05604ec3228e18262934 | |
parent | ec65e9b80c0e27619c7c182760d4590e5d26ad3c (diff) | |
download | librevideojs-html5-player-c6f1d3b9eeb95814f67ad7dee1e494f1dbc76060.tar.lz librevideojs-html5-player-c6f1d3b9eeb95814f67ad7dee1e494f1dbc76060.tar.xz librevideojs-html5-player-c6f1d3b9eeb95814f67ad7dee1e494f1dbc76060.zip |
Partial Adjustments
-rw-r--r-- | librevideojs-html5-player.php | 4 | ||||
-rw-r--r-- | readme.txt | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index a29a781..77077a6 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -1,7 +1,7 @@ <?php /* Plugin Name: LibreVideoJS HTML5 Player -Version: 1.1.2 +Version: 1.2.0 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.1.2'; + var $plugin_version = '1.2.0'; function __construct(){ define('L_VERSION', $this->plugin_version); @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=94ETC 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.2 -Stable tag: 1.1.2 +Stable tag: 1.2.0 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -175,6 +175,10 @@ None == Changelog == += 1.2.0 = +* New Functionality - Hotkeys +* Debugging source code + = 1.1.2 = * Patch librevideojs-html5-player.php * Remove unused style |