VOD Infomaniak - Version 1.4.4

Version Description

(28/07/2020) = * Correction de bugs

Download this release

Release Info

Developer infomaniak-dev
Plugin Icon wp plugin VOD Infomaniak
Version 1.4.4
Comparing to
See all releases

Code changes from version 1.4.3 to 1.4.4

Files changed (4) hide show
  1. readme.txt +4 -1
  2. vod.class.php +2 -2
  3. vod.php +1 -1
  4. vod.template.php +2 -2
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.4.3
9
 
10
 
11
 
@@ -73,6 +73,9 @@ Si vous ne trouvez pas de solution à votre question, vous pouvez aussi nous con
73
 
74
  == Changelog ==
75
 
 
 
 
76
  = 1.4.3 (28/07/2020) =
77
  * Correction de bugs liés à l'utilisation du plugin sur un site https (upload de videos)
78
 
5
  Tags: video, manage, infomaniak, vod
6
  Requires at least: 2.8.6
7
  Tested up to: 4.3.1
8
+ Stable tag: 1.4.4
9
 
10
 
11
 
73
 
74
  == Changelog ==
75
 
76
+ = 1.4.4 (28/07/2020) =
77
+ * Correction de bugs
78
+
79
  = 1.4.3 (28/07/2020) =
80
  * Correction de bugs liés à l'utilisation du plugin sur un site https (upload de videos)
81
 
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.4.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.4.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.4.4
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.4.4";
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.4.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.4.4
8
  Author URI: http://infomaniak.com
9
  */
10
 
vod.template.php CHANGED
@@ -5,7 +5,7 @@
5
  *
6
  * @author Destrem Kevin + Davide Rubini
7
  * @link https://statslive.infomaniak.ch/vod/api/
8
- * @version 1.4.3
9
  * @copyright infomaniak.ch
10
  *
11
  */
@@ -176,7 +176,7 @@
176
  nbFichier: 1
177
  };
178
 
179
- swfobject.embedSWF("https://adminvod.infomaniak.ch/apiUpload/uploadStda.swf", objId, "700", "80", "9.0.0", "https://infomaniak.ch/shared/flashs/expressInstall.swf", flashvarsUpld, paramsUpld, attributesUpld);
180
  };
181
 
182
  var updateUpladerSize = function (objId, iHeight) {
5
  *
6
  * @author Destrem Kevin + Davide Rubini
7
  * @link https://statslive.infomaniak.ch/vod/api/
8
+ * @version 1.4.4
9
  * @copyright infomaniak.ch
10
  *
11
  */
176
  nbFichier: 1
177
  };
178
 
179
+ swfobject.embedSWF("https://static.infomaniak.ch/uploadStda.swf", objId, "700", "80", "9.0.0", "https://infomaniak.ch/shared/flashs/expressInstall.swf", flashvarsUpld, paramsUpld, attributesUpld);
180
  };
181
 
182
  var updateUpladerSize = function (objId, iHeight) {