Version Description
- Fix: The search form was disabled on some WordPress environments after the last update.
Download this release
Release Info
Developer | plugins360 |
Plugin | All-in-One Video Gallery |
Version | 2.5.7 |
Comparing to | |
See all releases |
Code changes from version 2.5.6 to 2.5.7
- README.txt +6 -8
- admin/assets/css/admin.css +0 -9
- all-in-one-video-gallery.php +2 -2
- public/search.php +3 -1
README.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: video player, video gallery, youtube gallery, vimeo gallery, livestream
|
|
6 |
Requires at least: 4.7.0
|
7 |
Tested up to: 5.9
|
8 |
Requires PHP: 5.6.20
|
9 |
-
Stable tag: 2.5.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -136,6 +136,10 @@ Yes, it is. However, do not "network-activate" the plugin. Activate it only on t
|
|
136 |
|
137 |
== Changelog ==
|
138 |
|
|
|
|
|
|
|
|
|
139 |
= 2.5.6 =
|
140 |
|
141 |
* New: Exclude categories selectively from the front-end search/video forms.
|
@@ -271,10 +275,4 @@ Fix: Updates to the latest Vimeo Image URLs.
|
|
271 |
|
272 |
= EARLIER VERSIONS =
|
273 |
|
274 |
-
For the changelog of earlier versions, please refer to the [changelog on plugins360.com](https://plugins360.com/all-in-one-video-gallery/changelog/).
|
275 |
-
|
276 |
-
== Upgrade Notice ==
|
277 |
-
|
278 |
-
= 2.5.6 =
|
279 |
-
|
280 |
-
Introduces several bug fixes, new features & enhancements. [See changelog](https://wordpress.org/plugins/all-in-one-video-gallery/#developers)
|
6 |
Requires at least: 4.7.0
|
7 |
Tested up to: 5.9
|
8 |
Requires PHP: 5.6.20
|
9 |
+
Stable tag: 2.5.7
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
136 |
|
137 |
== Changelog ==
|
138 |
|
139 |
+
= 2.5.7 =
|
140 |
+
|
141 |
+
* Fix: The search form was disabled on some WordPress environments after the last update.
|
142 |
+
|
143 |
= 2.5.6 =
|
144 |
|
145 |
* New: Exclude categories selectively from the front-end search/video forms.
|
275 |
|
276 |
= EARLIER VERSIONS =
|
277 |
|
278 |
+
For the changelog of earlier versions, please refer to the [changelog on plugins360.com](https://plugins360.com/all-in-one-video-gallery/changelog/).
|
|
|
|
|
|
|
|
|
|
|
|
admin/assets/css/admin.css
CHANGED
@@ -630,15 +630,6 @@ table.aiovg-table .aiovg-handle {
|
|
630 |
display: none;
|
631 |
}
|
632 |
|
633 |
-
.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-columns,
|
634 |
-
.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-limit,
|
635 |
-
.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-show_description,
|
636 |
-
.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-show_more,
|
637 |
-
.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-more_label,
|
638 |
-
.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-more_link {
|
639 |
-
display: none;
|
640 |
-
}
|
641 |
-
|
642 |
.aiovg-widget-form-videos .aiovg-widget-field-include,
|
643 |
.aiovg-widget-form-videos .aiovg-widget-field-exclude,
|
644 |
.aiovg-widget-form-videos .aiovg-widget-field-ratio,
|
630 |
display: none;
|
631 |
}
|
632 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
633 |
.aiovg-widget-form-videos .aiovg-widget-field-include,
|
634 |
.aiovg-widget-form-videos .aiovg-widget-field-exclude,
|
635 |
.aiovg-widget-form-videos .aiovg-widget-field-ratio,
|
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/all-in-one-video-gallery/
|
13 |
* Description: No coding required. A Responsive & Lightweight video gallery plugin. HTML5 Player, Categories, Visual Builder (Gutenberg), Search Form, Comments, Social Sharing and everything you will need to build a YouTube/Vimeo like video sharing website.
|
14 |
-
* Version: 2.5.
|
15 |
* Author: Team Plugins360
|
16 |
* Author URI: https://plugins360.com
|
17 |
* License: GPL-2.0+
|
@@ -76,7 +76,7 @@ if ( !function_exists( 'aiovg_fs' ) ) {
|
|
76 |
|
77 |
// The current version of the plugin
|
78 |
if ( !defined( 'AIOVG_PLUGIN_VERSION' ) ) {
|
79 |
-
define( 'AIOVG_PLUGIN_VERSION', '2.5.
|
80 |
}
|
81 |
// The unique identifier of the plugin
|
82 |
if ( !defined( 'AIOVG_PLUGIN_SLUG' ) ) {
|
11 |
* Plugin Name: All-in-One Video Gallery
|
12 |
* Plugin URI: https://plugins360.com/all-in-one-video-gallery/
|
13 |
* Description: No coding required. A Responsive & Lightweight video gallery plugin. HTML5 Player, Categories, Visual Builder (Gutenberg), Search Form, Comments, Social Sharing and everything you will need to build a YouTube/Vimeo like video sharing website.
|
14 |
+
* Version: 2.5.7
|
15 |
* Author: Team Plugins360
|
16 |
* Author URI: https://plugins360.com
|
17 |
* License: GPL-2.0+
|
76 |
|
77 |
// The current version of the plugin
|
78 |
if ( !defined( 'AIOVG_PLUGIN_VERSION' ) ) {
|
79 |
+
define( 'AIOVG_PLUGIN_VERSION', '2.5.7' );
|
80 |
}
|
81 |
// The unique identifier of the plugin
|
82 |
if ( !defined( 'AIOVG_PLUGIN_SLUG' ) ) {
|
public/search.php
CHANGED
@@ -49,7 +49,9 @@ class AIOVG_Public_Search {
|
|
49 |
'has_tag' => isset( $atts['tag'] ) ? (int) $atts['tag'] : 0
|
50 |
);
|
51 |
|
52 |
-
|
|
|
|
|
53 |
|
54 |
// Enqueue style dependencies
|
55 |
wp_enqueue_style( AIOVG_PLUGIN_SLUG . '-public' );
|
49 |
'has_tag' => isset( $atts['tag'] ) ? (int) $atts['tag'] : 0
|
50 |
);
|
51 |
|
52 |
+
if ( ! empty( $atts ) ) {
|
53 |
+
$attributes = array_merge( $atts, $attributes );
|
54 |
+
}
|
55 |
|
56 |
// Enqueue style dependencies
|
57 |
wp_enqueue_style( AIOVG_PLUGIN_SLUG . '-public' );
|