Version Description
(26/08/2019) = * update version
Download this release
Release Info
Developer | infomaniak-dev |
Plugin | VOD Infomaniak |
Version | 1.3.13 |
Comparing to | |
See all releases |
Code changes from version 1.3.12 to 1.3.13
- readme.txt +4 -1
- vod.class.php +2 -2
- vod.php +1 -1
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Plugin Name: Vod Infomaniak
|
|
5 |
Tags: video, manage, infomaniak, vod
|
6 |
Requires at least: 2.8.6
|
7 |
Tested up to: 4.3.1
|
8 |
-
Stable tag: 1.3.
|
9 |
|
10 |
|
11 |
|
@@ -72,6 +72,9 @@ Si vous ne trouvez pas de solution à votre question, vous pouvez aussi nous con
|
|
72 |
|
73 |
== Changelog ==
|
74 |
|
|
|
|
|
|
|
75 |
= 1.3.12 (09/01/2017) =
|
76 |
* La librairy Mcrypt étant déclarée comme DEPRECATED depuis PHP 7.1, utilisation de OpenSSL si cette dernière est supportée.
|
77 |
* Cette mise à jour impose une déconnexion/reconnexion. La déconnexion est forcée à la mise à jour, l'utilisateur devra ressaisir son mot de passe de connection à l'API infomaniak.
|
5 |
Tags: video, manage, infomaniak, vod
|
6 |
Requires at least: 2.8.6
|
7 |
Tested up to: 4.3.1
|
8 |
+
Stable tag: 1.3.13
|
9 |
|
10 |
|
11 |
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 1.3.13 (26/08/2019) =
|
76 |
+
* update version
|
77 |
+
|
78 |
= 1.3.12 (09/01/2017) =
|
79 |
* La librairy Mcrypt étant déclarée comme DEPRECATED depuis PHP 7.1, utilisation de OpenSSL si cette dernière est supportée.
|
80 |
* Cette mise à jour impose une déconnexion/reconnexion. La déconnexion est forcée à la mise à jour, l'utilisateur devra ressaisir son mot de passe de connection à l'API infomaniak.
|
vod.class.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @author Destrem Kevin + Davide Rubini + Arnaud Toullieux
|
7 |
* @link http://statslive.infomaniak.ch/vod/api/
|
8 |
-
* @version 1.3.
|
9 |
* @copyright infomaniak.ch
|
10 |
*/
|
11 |
define('VOD_RIGHT_CONTRIBUTOR', 1);
|
@@ -14,7 +14,7 @@
|
|
14 |
define('VOD_RIGHT_ADMIN', 4);
|
15 |
|
16 |
class EasyVod {
|
17 |
-
public $version = "1.3.
|
18 |
private $local_version;
|
19 |
private $plugin_url;
|
20 |
private $options;
|
5 |
*
|
6 |
* @author Destrem Kevin + Davide Rubini + Arnaud Toullieux
|
7 |
* @link http://statslive.infomaniak.ch/vod/api/
|
8 |
+
* @version 1.3.13
|
9 |
* @copyright infomaniak.ch
|
10 |
*/
|
11 |
define('VOD_RIGHT_CONTRIBUTOR', 1);
|
14 |
define('VOD_RIGHT_ADMIN', 4);
|
15 |
|
16 |
class EasyVod {
|
17 |
+
public $version = "1.3.13";
|
18 |
private $local_version;
|
19 |
private $plugin_url;
|
20 |
private $options;
|
vod.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/vod-infomaniak/
|
5 |
Description: Easily embed and manage videos from Infomaniak VOD in your posts, comments and RSS feeds. You need an Infomaniak VOD account to use this plugin.
|
6 |
Author: Infomaniak Staff
|
7 |
-
Version: 1.3.
|
8 |
Author URI: http://infomaniak.com
|
9 |
*/
|
10 |
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/vod-infomaniak/
|
5 |
Description: Easily embed and manage videos from Infomaniak VOD in your posts, comments and RSS feeds. You need an Infomaniak VOD account to use this plugin.
|
6 |
Author: Infomaniak Staff
|
7 |
+
Version: 1.3.13
|
8 |
Author URI: http://infomaniak.com
|
9 |
*/
|
10 |
|