diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-03 19:14:44 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-03 19:14:44 -0500 |
commit | 51b2b90153bd07d416d94f40d271e57f3598727d (patch) | |
tree | eb4a372eb0aa132a13b6f6666e6386d14b9b55f6 /librevideojs-html5-player.php | |
parent | 3ac3c8cb4edc08794e106e7d29940141aed87036 (diff) | |
download | librevideojs-html5-player-51b2b90153bd07d416d94f40d271e57f3598727d.tar.lz librevideojs-html5-player-51b2b90153bd07d416d94f40d271e57f3598727d.tar.xz librevideojs-html5-player-51b2b90153bd07d416d94f40d271e57f3598727d.zip |
patch of string html
Diffstat (limited to 'librevideojs-html5-player.php')
-rw-r--r-- | librevideojs-html5-player.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index 8620e91..8bc90ff 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -1,7 +1,7 @@ <?php /* Plugin Name: LibreVideoJS HTML5 Player -Version: 1.1.0 +Version: 1.1.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 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.0'; + var $plugin_version = '1.1.1'; function __construct() { define('LIBREVIDEOJS_HTML5_PLAYER_VERSION', $this->plugin_version); |