VOD Infomaniak - Version 1.2.7

Version Description

(20/09/2015) = * Mise jour version

Download this release

Release Info

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

Code changes from version 1.2.6 to 1.2.7

Files changed (3) hide show
  1. readme.txt +5 -2
  2. vod.class.php +3 -3
  3. 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.1
8
- Stable tag: 1.2.6
9
 
10
 
11
 
@@ -52,7 +52,7 @@ En cas de problème, il sera bien plus aisé de supprimer l'utilisateur ou de ch
52
  = J'ai créé un player, un dossier ou une playlist mais ils n'apparaissent pas encore sur mon blog =
53
 
54
  Le plugin est prévu pour se synchroniser régulièrement avec votre compte afin de récupérer les dernières modifications automatiquement.
55
- Il peut cependant arriver que vous n'ayez pas le temps d'attendre que cela se synchronise automatiquement.
56
  Dans ce cas-là, il faut se rendre sur la page Gestion VOD > Configuration et appuyer sur le bouton "Synchronisation rapide".
57
 
58
  = J'ai envoyé de nouvelles vidéos, mais elles n'apparaissent pas dans la liste des vidéos du blog =
@@ -72,6 +72,9 @@ Si vous ne trouvez pas de solution à votre question, vous pouvez aussi nous con
72
 
73
  == Changelog ==
74
 
 
 
 
75
  = 1.2.6 (20/09/2015) =
76
  * Fix bug fullscreen sur le player video lors du fallback html5
77
 
5
  Tags: video, manage, infomaniak, vod
6
  Requires at least: 2.8.6
7
  Tested up to: 4.1
8
+ Stable tag: 1.2.7
9
 
10
 
11
 
52
  = J'ai créé un player, un dossier ou une playlist mais ils n'apparaissent pas encore sur mon blog =
53
 
54
  Le plugin est prévu pour se synchroniser régulièrement avec votre compte afin de récupérer les dernières modifications automatiquement.
55
+ Il peut cependant arriver que vous n'ayez pas le temps d'attendre que cela se synchronise automatiquement.
56
  Dans ce cas-là, il faut se rendre sur la page Gestion VOD > Configuration et appuyer sur le bouton "Synchronisation rapide".
57
 
58
  = J'ai envoyé de nouvelles vidéos, mais elles n'apparaissent pas dans la liste des vidéos du blog =
72
 
73
  == Changelog ==
74
 
75
+ = 1.2.7 (20/09/2015) =
76
+ * Mise à jour version
77
+
78
  = 1.2.6 (20/09/2015) =
79
  * Fix bug fullscreen sur le player video lors du fallback html5
80
 
vod.class.php CHANGED
@@ -3,9 +3,9 @@
3
  * Classe generale regroupant les differentes fonctions du plugin wordpress.
4
  * En cas de problemes ou de questions, veuillez contacter support-vod-wordpress@infomaniak.ch
5
  *
6
- * @author Destrem Kevin + Davide Rubini
7
  * @link http://statslive.infomaniak.ch/vod/api/
8
- * @version 1.2.5
9
  * @copyright infomaniak.ch
10
  */
11
 
@@ -15,7 +15,7 @@
15
  define('VOD_RIGHT_ADMIN', 4);
16
 
17
  class EasyVod {
18
- public $version = "1.2.5";
19
  private $local_version;
20
  private $plugin_url;
21
  private $options;
3
  * Classe generale regroupant les differentes fonctions du plugin wordpress.
4
  * En cas de problemes ou de questions, veuillez contacter support-vod-wordpress@infomaniak.ch
5
  *
6
+ * @author Destrem Kevin + Davide Rubini + Arnaud Toullieux
7
  * @link http://statslive.infomaniak.ch/vod/api/
8
+ * @version 1.2.7
9
  * @copyright infomaniak.ch
10
  */
11
 
15
  define('VOD_RIGHT_ADMIN', 4);
16
 
17
  class EasyVod {
18
+ public $version = "1.2.7";
19
  private $local_version;
20
  private $plugin_url;
21
  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.2.5
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.2.6
8
  Author URI: http://infomaniak.com
9
  */
10