Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Photo Gallery by WD – Responsive Photo Gallery |
Version | 1.1.25 |
Comparing to | |
See all releases |
Code changes from version 1.1.24 to 1.1.25
- admin/controllers/BWGControllerGalleries_bwg.php +8 -5
- frontend/views/BWGViewGalleryBox.php +1 -0
- images/theme_lightbox.png +0 -0
- photo-gallery.php +1 -1
- readme.txt +6 -5
admin/controllers/BWGControllerGalleries_bwg.php
CHANGED
@@ -637,9 +637,12 @@ class BWGControllerGalleries_bwg {
|
|
637 |
'resolution' => $resolution,
|
638 |
'author' => $author,
|
639 |
'order' => $order,
|
640 |
-
'redirect_url' => $redirect_url,
|
641 |
'published' => 1,
|
642 |
'comment_count' => 0,
|
|
|
|
|
|
|
|
|
643 |
), array(
|
644 |
'%d',
|
645 |
'%s',
|
@@ -652,14 +655,14 @@ class BWGControllerGalleries_bwg {
|
|
652 |
'%s',
|
653 |
'%s',
|
654 |
'%s',
|
655 |
-
'%s',
|
656 |
-
'%s',
|
657 |
-
'%s',
|
658 |
'%d',
|
659 |
'%d',
|
660 |
-
'%s',
|
661 |
'%d',
|
662 |
'%d',
|
|
|
|
|
|
|
|
|
663 |
));
|
664 |
$new_image_id = (int) $wpdb->get_var('SELECT MAX(`id`) FROM ' . $wpdb->prefix . 'bwg_image');
|
665 |
if (isset($_POST['check_' . $image_id])) {
|
637 |
'resolution' => $resolution,
|
638 |
'author' => $author,
|
639 |
'order' => $order,
|
|
|
640 |
'published' => 1,
|
641 |
'comment_count' => 0,
|
642 |
+
'avg_rating' => 0,
|
643 |
+
'rate_count' => 0,
|
644 |
+
'hit_count' => 0,
|
645 |
+
'redirect_url' => $redirect_url,
|
646 |
), array(
|
647 |
'%d',
|
648 |
'%s',
|
655 |
'%s',
|
656 |
'%s',
|
657 |
'%s',
|
|
|
|
|
|
|
658 |
'%d',
|
659 |
'%d',
|
|
|
660 |
'%d',
|
661 |
'%d',
|
662 |
+
'%d',
|
663 |
+
'%d',
|
664 |
+
'%d',
|
665 |
+
'%s',
|
666 |
));
|
667 |
$new_image_id = (int) $wpdb->get_var('SELECT MAX(`id`) FROM ' . $wpdb->prefix . 'bwg_image');
|
668 |
if (isset($_POST['check_' . $image_id])) {
|
frontend/views/BWGViewGalleryBox.php
CHANGED
@@ -181,6 +181,7 @@ class BWGViewGalleryBox {
|
|
181 |
max-width: <?php echo $image_width; ?>px;
|
182 |
max-height: <?php echo $image_height - $image_filmstrip_height; ?>px;
|
183 |
vertical-align: middle;
|
|
|
184 |
}
|
185 |
.bwg_popup_video {
|
186 |
width: <?php echo $image_width; ?>px;
|
181 |
max-width: <?php echo $image_width; ?>px;
|
182 |
max-height: <?php echo $image_height - $image_filmstrip_height; ?>px;
|
183 |
vertical-align: middle;
|
184 |
+
display: inline-block;
|
185 |
}
|
186 |
.bwg_popup_video {
|
187 |
width: <?php echo $image_width; ?>px;
|
images/theme_lightbox.png
CHANGED
Binary file
|
photo-gallery.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Photo Gallery
|
5 |
* Plugin URI: http://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
6 |
* Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
|
7 |
-
* Version: 1.1.
|
8 |
* Author: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
4 |
* Plugin Name: Photo Gallery
|
5 |
* Plugin URI: http://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
6 |
* Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
|
7 |
+
* Version: 1.1.25
|
8 |
* Author: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== Gallery
|
2 |
Contributors: webdorado
|
3 |
Donate link: http://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
4 |
Tags: photo, photo gallery, image gallery, video gallery, gallery, galleries, wordpress gallery plugin, images gallery, album, photo albums, Simple gallery, best gallery plugin, free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, photogallery, widget gallery, image, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, Fotogalerie, Galleria, galerie, galeri
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -70,6 +70,7 @@ Photo Gallery product in addition to the main plugin includes 4 specific widgets
|
|
70 |
* Separate shortcode generator page for the websites using custom pages/custom editors.
|
71 |
* Support for YouTube and Vimeo videos within Galleries.
|
72 |
* Possibility of uploading images from the Media Library of the website.
|
|
|
73 |
|
74 |
Upgrade to [WordPress Photo Gallery Pro](http://web-dorado.com/products/wordpress-photo-gallery-plugin.html) to add features:
|
75 |
|
@@ -171,13 +172,13 @@ If any problem occurs, please contact us at [info@web-dorado.com](mailto:info@w
|
|
171 |
== Changelog ==
|
172 |
|
173 |
= 1.1.24 =
|
174 |
-
Improve translation, Add tags to all images
|
175 |
|
176 |
= 1.1.23 =
|
177 |
-
redirect from widget, unique tags name
|
178 |
|
179 |
= 1.1.22 =
|
180 |
-
order option for album images
|
181 |
|
182 |
= 1.1.21 =
|
183 |
* added option for sorting gallery images within album
|
1 |
+
=== Photo Gallery ===
|
2 |
Contributors: webdorado
|
3 |
Donate link: http://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
4 |
Tags: photo, photo gallery, image gallery, video gallery, gallery, galleries, wordpress gallery plugin, images gallery, album, photo albums, Simple gallery, best gallery plugin, free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, photogallery, widget gallery, image, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, Fotogalerie, Galleria, galerie, galeri
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9
|
7 |
+
Stable tag: 1.1.25
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
70 |
* Separate shortcode generator page for the websites using custom pages/custom editors.
|
71 |
* Support for YouTube and Vimeo videos within Galleries.
|
72 |
* Possibility of uploading images from the Media Library of the website.
|
73 |
+
* Possibility to add tags to all images at once.
|
74 |
|
75 |
Upgrade to [WordPress Photo Gallery Pro](http://web-dorado.com/products/wordpress-photo-gallery-plugin.html) to add features:
|
76 |
|
172 |
== Changelog ==
|
173 |
|
174 |
= 1.1.24 =
|
175 |
+
* Improve translation, Add tags to all images
|
176 |
|
177 |
= 1.1.23 =
|
178 |
+
* redirect from widget, unique tags name
|
179 |
|
180 |
= 1.1.22 =
|
181 |
+
* order option for album images
|
182 |
|
183 |
= 1.1.21 =
|
184 |
* added option for sorting gallery images within album
|