From 42d54488546ff03288a892a957aa03e42e6531e7 Mon Sep 17 00:00:00 2001 From: Heckyel Date: Fri, 16 Dec 2016 21:04:09 -0500 Subject: ajustes de licencia Libre --- librevideojs-html5-player.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index 929a6c0..3e80fc0 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -4,8 +4,9 @@ Plugin Name: LibreVideoJS HTML5 Player Version: 1.0.1 Plugin URI: https://wordpress.org/plugins/librevideojs-html5-player Author: Jesús Eduardo, Jorge Maldonado -Description: Reproductor de vídeo Libre en Responsive Desing HTML5 Video 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 +Description: Reproductor de vídeo Libre en Responsive Desing HTML5 Video 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. Text Domain: librevideojs-html5-player +License: GPLv3 or later Domain Path: /languages */ @@ -19,7 +20,7 @@ if (!class_exists('LIBREVIDEOJS_HTML5_PLAYER')) { class LIBREVIDEOJS_HTML5_PLAYER { - var $plugin_version = '1.0'; + var $plugin_version = '1.0.1'; function __construct() { define('LIBREVIDEOJS_HTML5_PLAYER_VERSION', $this->plugin_version); -- cgit v1.2.3