Version Description
- Fixed: Open shared album image.
- Fixed: Image browse pagination.
Download this release
Release Info
Developer | webdorado |
Plugin | Photo Gallery by WD – Responsive Photo Gallery |
Version | 1.2.53 |
Comparing to | |
See all releases |
Code changes from version 1.2.52 to 1.2.53
- css/bwg_frontend.css +4 -0
- frontend/views/BWGViewImage_browser.php +6 -5
- photo-gallery.php +3 -3
- readme.txt +5 -1
css/bwg_frontend.css
CHANGED
@@ -3,6 +3,10 @@ div[id^="bwg_container"] p {
|
|
3 |
margin: 0 !important;
|
4 |
}
|
5 |
|
|
|
|
|
|
|
|
|
6 |
div[id^="bwg_container"] a {
|
7 |
border: none;
|
8 |
outline: none;
|
3 |
margin: 0 !important;
|
4 |
}
|
5 |
|
6 |
+
#spider_popup_wrap a {
|
7 |
+
border: none;
|
8 |
+
}
|
9 |
+
|
10 |
div[id^="bwg_container"] a {
|
11 |
border: none;
|
12 |
outline: none;
|
frontend/views/BWGViewImage_browser.php
CHANGED
@@ -53,7 +53,7 @@ class BWGViewImage_browser {
|
|
53 |
if (!isset($params['popup_info_always_show'])) {
|
54 |
$params['popup_info_always_show'] = 0;
|
55 |
}
|
56 |
-
|
57 |
$params['popup_info_full_width'] = 0;
|
58 |
}
|
59 |
if (!isset($params['popup_enable_rate'])) {
|
@@ -114,7 +114,7 @@ class BWGViewImage_browser {
|
|
114 |
'enable_image_fullscreen' => $params['popup_enable_fullscreen'],
|
115 |
'popup_enable_info' => $params['popup_enable_info'],
|
116 |
'popup_info_always_show' => $params['popup_info_always_show'],
|
117 |
-
|
118 |
'popup_hit_counter' => $params['popup_hit_counter'],
|
119 |
'popup_enable_rate' => $params['popup_enable_rate'],
|
120 |
'slideshow_interval' => $params['popup_interval'],
|
@@ -126,7 +126,8 @@ class BWGViewImage_browser {
|
|
126 |
'enable_image_tumblr' => $params['popup_enable_tumblr'],
|
127 |
'watermark_type' => $params['watermark_type'],
|
128 |
'current_url' => $current_url
|
129 |
-
);
|
|
|
130 |
if ($params['watermark_type'] == 'none') {
|
131 |
$params_array['watermark_font'] = '';
|
132 |
$params_array['watermark_color'] = '';
|
@@ -458,7 +459,7 @@ class BWGViewImage_browser {
|
|
458 |
<div class="image_browser_images_<?php echo $bwg; ?>" id="bwg_standart_thumbnails_<?php echo $bwg; ?>" >
|
459 |
<?php
|
460 |
if ( $theme_row->page_nav_position == 'top') {
|
461 |
-
WDWLibrary::ajax_html_frontend_page_nav($theme_row, $page_nav['total'], $page_nav['limit'], 'gal_front_form_' . $bwg,
|
462 |
}
|
463 |
foreach ($image_rows as $image_row) {
|
464 |
$params_array['image_id'] = (isset($_POST['image_id']) ? esc_html($_POST['image_id']) : $image_row->id);
|
@@ -540,7 +541,7 @@ class BWGViewImage_browser {
|
|
540 |
<?php
|
541 |
}
|
542 |
if ( $theme_row->page_nav_position == 'bottom') {
|
543 |
-
WDWLibrary::ajax_html_frontend_page_nav($theme_row, $page_nav['total'], $page_nav['limit'], 'gal_front_form_' . $bwg,
|
544 |
}
|
545 |
?>
|
546 |
</div>
|
53 |
if (!isset($params['popup_info_always_show'])) {
|
54 |
$params['popup_info_always_show'] = 0;
|
55 |
}
|
56 |
+
if (!isset($params['popup_info_full_width'])) {
|
57 |
$params['popup_info_full_width'] = 0;
|
58 |
}
|
59 |
if (!isset($params['popup_enable_rate'])) {
|
114 |
'enable_image_fullscreen' => $params['popup_enable_fullscreen'],
|
115 |
'popup_enable_info' => $params['popup_enable_info'],
|
116 |
'popup_info_always_show' => $params['popup_info_always_show'],
|
117 |
+
'popup_info_full_width' => $params['popup_info_full_width'],
|
118 |
'popup_hit_counter' => $params['popup_hit_counter'],
|
119 |
'popup_enable_rate' => $params['popup_enable_rate'],
|
120 |
'slideshow_interval' => $params['popup_interval'],
|
126 |
'enable_image_tumblr' => $params['popup_enable_tumblr'],
|
127 |
'watermark_type' => $params['watermark_type'],
|
128 |
'current_url' => $current_url
|
129 |
+
);
|
130 |
+
$items_per_page = array('images_per_page' => 1, 'load_more_image_count' => 1);
|
131 |
if ($params['watermark_type'] == 'none') {
|
132 |
$params_array['watermark_font'] = '';
|
133 |
$params_array['watermark_color'] = '';
|
459 |
<div class="image_browser_images_<?php echo $bwg; ?>" id="bwg_standart_thumbnails_<?php echo $bwg; ?>" >
|
460 |
<?php
|
461 |
if ( $theme_row->page_nav_position == 'top') {
|
462 |
+
WDWLibrary::ajax_html_frontend_page_nav($theme_row, $page_nav['total'], $page_nav['limit'], 'gal_front_form_' . $bwg, $items_per_page, $bwg, 'bwg_standart_thumbnails_' . $bwg, 0, 'album', $option_row->enable_seo);
|
463 |
}
|
464 |
foreach ($image_rows as $image_row) {
|
465 |
$params_array['image_id'] = (isset($_POST['image_id']) ? esc_html($_POST['image_id']) : $image_row->id);
|
541 |
<?php
|
542 |
}
|
543 |
if ( $theme_row->page_nav_position == 'bottom') {
|
544 |
+
WDWLibrary::ajax_html_frontend_page_nav($theme_row, $page_nav['total'], $page_nav['limit'], 'gal_front_form_' . $bwg, $items_per_page, $bwg, 'bwg_standart_thumbnails_' . $bwg, 0, 'album', $option_row->enable_seo);
|
545 |
}
|
546 |
?>
|
547 |
</div>
|
photo-gallery.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Photo Gallery
|
5 |
* Plugin URI: https://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.2.
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -2311,7 +2311,7 @@ function bwg_activate() {
|
|
2311 |
));
|
2312 |
}
|
2313 |
$version = get_option("wd_bwg_version");
|
2314 |
-
$new_version = '1.2.
|
2315 |
if ($version && version_compare($version, $new_version, '<')) {
|
2316 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2317 |
bwg_update($version);
|
@@ -2359,7 +2359,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
|
|
2359 |
|
2360 |
function bwg_update_hook() {
|
2361 |
$version = get_option("wd_bwg_version");
|
2362 |
-
$new_version = '1.2.
|
2363 |
if ($version && version_compare($version, $new_version, '<')) {
|
2364 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2365 |
bwg_update($version);
|
4 |
* Plugin Name: Photo Gallery
|
5 |
* Plugin URI: https://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.2.53
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
2311 |
));
|
2312 |
}
|
2313 |
$version = get_option("wd_bwg_version");
|
2314 |
+
$new_version = '1.2.53';
|
2315 |
if ($version && version_compare($version, $new_version, '<')) {
|
2316 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2317 |
bwg_update($version);
|
2359 |
|
2360 |
function bwg_update_hook() {
|
2361 |
$version = get_option("wd_bwg_version");
|
2362 |
+
$new_version = '1.2.53';
|
2363 |
if ($version && version_compare($version, $new_version, '<')) {
|
2364 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2365 |
bwg_update($version);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://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, responsive gallery, add album, add gallery, add pictures, fotoalbum, foto, gallery decription, multiple pictures, photoalbum, upload images, upload photos, view images, view pictures, admin, AJAX, comments, gallery image, image lightbox, image rotate, image slideshow, image slider, jquery, jquery gallery, slide show, slideshow, thumbnail, thumbnail view, thumbnails, thumbs, responsive, watermarking, watermarks,fullscreen slider, lightbox, photography, sidebar, slide, youtube, vimeo, videos, instagram, mosaic
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -207,6 +207,10 @@ Yes, it is possible to add advertising and/or watermark over the images. In both
|
|
207 |
|
208 |
== Changelog ==
|
209 |
|
|
|
|
|
|
|
|
|
210 |
= 1.2.52 =
|
211 |
* Added: Images count parameter for load more.
|
212 |
* Fixed: Pinterest share.
|
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, responsive gallery, add album, add gallery, add pictures, fotoalbum, foto, gallery decription, multiple pictures, photoalbum, upload images, upload photos, view images, view pictures, admin, AJAX, comments, gallery image, image lightbox, image rotate, image slideshow, image slider, jquery, jquery gallery, slide show, slideshow, thumbnail, thumbnail view, thumbnails, thumbs, responsive, watermarking, watermarks,fullscreen slider, lightbox, photography, sidebar, slide, youtube, vimeo, videos, instagram, mosaic
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.2.53
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
207 |
|
208 |
== Changelog ==
|
209 |
|
210 |
+
= 1.2.53 =
|
211 |
+
* Fixed: Open shared album image.
|
212 |
+
* Fixed: Image browse pagination.
|
213 |
+
|
214 |
= 1.2.52 =
|
215 |
* Added: Images count parameter for load more.
|
216 |
* Fixed: Pinterest share.
|