Version Description
- Fixed: Bug in comments
- Changed: Licensing page
Download this release
Release Info
Developer | webdorado |
Plugin | Photo Gallery by WD – Responsive Photo Gallery |
Version | 1.2.63 |
Comparing to | |
See all releases |
Code changes from version 1.2.62 to 1.2.63
- admin/views/BWGViewLicensing_bwg.php +3 -0
- css/bwg_licensing.css +1 -1
- photo-gallery.php +3 -3
- readme.txt +10 -6
admin/views/BWGViewLicensing_bwg.php
CHANGED
@@ -43,6 +43,7 @@ class BWGViewLicensing_bwg {
|
|
43 |
<span>Photo Gallery Tags Cloud Widget</span>
|
44 |
<span>Instagram Integration</span>
|
45 |
<span>AddThis Integration</span>
|
|
|
46 |
</div>
|
47 |
<div id="featurs_table2">
|
48 |
<span style="padding-top: 18px;height: 39px;">Free</span>
|
@@ -63,6 +64,7 @@ class BWGViewLicensing_bwg {
|
|
63 |
<span class="no"></span>
|
64 |
<span class="no"></span>
|
65 |
<span class="no"></span>
|
|
|
66 |
</div>
|
67 |
<div id="featurs_table3">
|
68 |
<span>Pro Version</span>
|
@@ -83,6 +85,7 @@ class BWGViewLicensing_bwg {
|
|
83 |
<span class="yes"></span>
|
84 |
<span class="yes"></span>
|
85 |
<span class="yes"></span>
|
|
|
86 |
</div>
|
87 |
</div>
|
88 |
<div style="float: right; text-align: right;">
|
43 |
<span>Photo Gallery Tags Cloud Widget</span>
|
44 |
<span>Instagram Integration</span>
|
45 |
<span>AddThis Integration</span>
|
46 |
+
<span>Add-ons Support</span>
|
47 |
</div>
|
48 |
<div id="featurs_table2">
|
49 |
<span style="padding-top: 18px;height: 39px;">Free</span>
|
64 |
<span class="no"></span>
|
65 |
<span class="no"></span>
|
66 |
<span class="no"></span>
|
67 |
+
<span class="no"></span>
|
68 |
</div>
|
69 |
<div id="featurs_table3">
|
70 |
<span>Pro Version</span>
|
85 |
<span class="yes"></span>
|
86 |
<span class="yes"></span>
|
87 |
<span class="yes"></span>
|
88 |
+
<span class="yes"></span>
|
89 |
</div>
|
90 |
</div>
|
91 |
<div style="float: right; text-align: right;">
|
css/bwg_licensing.css
CHANGED
@@ -16,7 +16,7 @@ div#featurs_table1 {
|
|
16 |
position: relative;
|
17 |
vertical-align: top;
|
18 |
width: 330px;
|
19 |
-
height:
|
20 |
z-index: 10;
|
21 |
}
|
22 |
|
16 |
position: relative;
|
17 |
vertical-align: top;
|
18 |
width: 330px;
|
19 |
+
height: 684px;
|
20 |
z-index: 10;
|
21 |
}
|
22 |
|
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
|
@@ -2335,7 +2335,7 @@ function bwg_activate() {
|
|
2335 |
));
|
2336 |
}
|
2337 |
$version = get_option("wd_bwg_version");
|
2338 |
-
$new_version = '1.2.
|
2339 |
if ($version && version_compare($version, $new_version, '<')) {
|
2340 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2341 |
bwg_update($version);
|
@@ -2383,7 +2383,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
|
|
2383 |
|
2384 |
function bwg_update_hook() {
|
2385 |
$version = get_option("wd_bwg_version");
|
2386 |
-
$new_version = '1.2.
|
2387 |
if ($version && version_compare($version, $new_version, '<')) {
|
2388 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2389 |
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.63
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
2335 |
));
|
2336 |
}
|
2337 |
$version = get_option("wd_bwg_version");
|
2338 |
+
$new_version = '1.2.63';
|
2339 |
if ($version && version_compare($version, $new_version, '<')) {
|
2340 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2341 |
bwg_update($version);
|
2383 |
|
2384 |
function bwg_update_hook() {
|
2385 |
$version = get_option("wd_bwg_version");
|
2386 |
+
$new_version = '1.2.63';
|
2387 |
if ($version && version_compare($version, $new_version, '<')) {
|
2388 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2389 |
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, facebook, mosaic, facebook integration
|
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 |
|
@@ -214,18 +214,22 @@ Yes, it is possible to add advertising and/or watermark over the images. In both
|
|
214 |
|
215 |
== Changelog ==
|
216 |
|
|
|
|
|
|
|
|
|
217 |
= 1.2.62 =
|
218 |
-
Changed: Thumbnail click action.
|
219 |
|
220 |
= 1.2.61 =
|
221 |
-
Added: Filter by tags in frontend.
|
222 |
|
223 |
= 1.2.60 =
|
224 |
-
Changed: Notices show order.
|
225 |
|
226 |
= 1.2.59 =
|
227 |
-
New: Facebook embed add-on.
|
228 |
-
Added: Add-ons page.
|
229 |
|
230 |
= 1.2.58 =
|
231 |
* Added: Translation in Icelandic. Thanks to Eggert Johannesson.
|
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, facebook, mosaic, facebook integration
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.2.63
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
214 |
|
215 |
== Changelog ==
|
216 |
|
217 |
+
= 1.2.63 =
|
218 |
+
* Fixed: Bug in comments
|
219 |
+
* Changed: Licensing page
|
220 |
+
|
221 |
= 1.2.62 =
|
222 |
+
* Changed: Thumbnail click action.
|
223 |
|
224 |
= 1.2.61 =
|
225 |
+
* Added: Filter by tags in frontend.
|
226 |
|
227 |
= 1.2.60 =
|
228 |
+
* Changed: Notices show order.
|
229 |
|
230 |
= 1.2.59 =
|
231 |
+
* New: Facebook embed add-on.
|
232 |
+
* Added: Add-ons page.
|
233 |
|
234 |
= 1.2.58 =
|
235 |
* Added: Translation in Icelandic. Thanks to Eggert Johannesson.
|