Version Description
- Tweak: README.txt updated.
Download this release
Release Info
Developer | plugins360 |
Plugin | All-in-One Video Gallery |
Version | 1.5.1 |
Comparing to | |
See all releases |
Code changes from version 1.5.0 to 1.5.1
- README.txt +10 -2
- all-in-one-video-gallery.php +2 -2
README.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
=== All in One Video Gallery
|
2 |
Plugin URI: https://plugins360.com
|
3 |
Contributors: plugins360
|
4 |
Donate link: https://plugins360.com
|
@@ -6,7 +6,7 @@ Tags: video, player, gallery, mp4, webm, ogv, youtube, vimeo, dailymotion, hls,
|
|
6 |
Requires at least: 4.4.0
|
7 |
Tested up to: 4.9
|
8 |
Requires PHP: 5.3.0
|
9 |
-
Stable tag: 1.5.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -84,6 +84,10 @@ Most likely rewrite rules were not registered properly for some reason. Go to "W
|
|
84 |
|
85 |
== Changelog ==
|
86 |
|
|
|
|
|
|
|
|
|
87 |
= 1.5.0 =
|
88 |
|
89 |
* New: Added support for Dailymotion videos.
|
@@ -112,6 +116,10 @@ Most likely rewrite rules were not registered properly for some reason. Go to "W
|
|
112 |
|
113 |
== Upgrade Notice ==
|
114 |
|
|
|
|
|
|
|
|
|
115 |
= 1.5.0 =
|
116 |
|
117 |
* New: Added support for Dailymotion videos.
|
1 |
+
=== All in One Video Gallery ===
|
2 |
Plugin URI: https://plugins360.com
|
3 |
Contributors: plugins360
|
4 |
Donate link: https://plugins360.com
|
6 |
Requires at least: 4.4.0
|
7 |
Tested up to: 4.9
|
8 |
Requires PHP: 5.3.0
|
9 |
+
Stable tag: 1.5.1
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
84 |
|
85 |
== Changelog ==
|
86 |
|
87 |
+
= 1.5.1 =
|
88 |
+
|
89 |
+
* Tweak: README.txt updated.
|
90 |
+
|
91 |
= 1.5.0 =
|
92 |
|
93 |
* New: Added support for Dailymotion videos.
|
116 |
|
117 |
== Upgrade Notice ==
|
118 |
|
119 |
+
= 1.5.1 =
|
120 |
+
|
121 |
+
* Tweak: README.txt updated.
|
122 |
+
|
123 |
= 1.5.0 =
|
124 |
|
125 |
* New: Added support for Dailymotion videos.
|
all-in-one-video-gallery.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* Plugin Name: All in One Video Gallery
|
12 |
* Plugin URI: https://plugins360.com
|
13 |
* Description: Responsive & Lightweight Video gallery plugin. HTML5 with FLASH fallbacks. Supports any browser & video formats such as MP4, WebM, OGV and embeddable players like YouTube, Vimeo, Dailymotion, Facebook, etc.
|
14 |
-
* Version: 1.5.
|
15 |
* Author: Team Plugins360
|
16 |
* License: GPL-2.0+
|
17 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
@@ -26,7 +26,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
26 |
|
27 |
// The current version of the plugin
|
28 |
if ( ! defined( 'AIOVG_PLUGIN_VERSION' ) ) {
|
29 |
-
define( 'AIOVG_PLUGIN_VERSION', '1.5.
|
30 |
}
|
31 |
|
32 |
// The unique identifier of the plugin
|
11 |
* Plugin Name: All in One Video Gallery
|
12 |
* Plugin URI: https://plugins360.com
|
13 |
* Description: Responsive & Lightweight Video gallery plugin. HTML5 with FLASH fallbacks. Supports any browser & video formats such as MP4, WebM, OGV and embeddable players like YouTube, Vimeo, Dailymotion, Facebook, etc.
|
14 |
+
* Version: 1.5.1
|
15 |
* Author: Team Plugins360
|
16 |
* License: GPL-2.0+
|
17 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
26 |
|
27 |
// The current version of the plugin
|
28 |
if ( ! defined( 'AIOVG_PLUGIN_VERSION' ) ) {
|
29 |
+
define( 'AIOVG_PLUGIN_VERSION', '1.5.1' );
|
30 |
}
|
31 |
|
32 |
// The unique identifier of the plugin
|