Version Description
- Fixed: Bug on options save.
- Changed: Featured themes page.
Download this release
Release Info
Developer | webdorado |
Plugin | Photo Gallery by WD – Responsive Photo Gallery |
Version | 1.2.81 |
Comparing to | |
See all releases |
Code changes from version 1.2.80 to 1.2.81
- admin/controllers/BWGControllerOptions_bwg.php +2 -2
- featured/featured_themes.php +10 -0
- featured/images/portfolio_gallery.png +0 -0
- featured/themes_style.css +1 -0
- photo-gallery.php +3 -3
- readme.txt +7 -3
admin/controllers/BWGControllerOptions_bwg.php
CHANGED
@@ -198,7 +198,7 @@ class BWGControllerOptions_bwg {
|
|
198 |
$autoupdate_interval = (isset($_POST['autoupdate_interval_hour']) && isset($_POST['autoupdate_interval_min']) ? ((int) $_POST['autoupdate_interval_hour'] * 60 + (int) $_POST['autoupdate_interval_min']) : 30);
|
199 |
/*minimum autoupdate interval is 1 min*/
|
200 |
$autoupdate_interval = ($autoupdate_interval >= 1 ? $autoupdate_interval : 1 );
|
201 |
-
$
|
202 |
$showthumbs_name = (isset($_POST['thumb_name']) ? esc_html(stripslashes($_POST['thumb_name'])) : 1);
|
203 |
$show_album_name = (isset($_POST['show_album_name_enable']) ? esc_html(stripslashes($_POST['show_album_name_enable'])) : 1);
|
204 |
$show_image_counts = (isset($_POST['show_image_counts']) ? esc_html(stripslashes($_POST['show_image_counts'])) : 0);
|
@@ -337,7 +337,7 @@ class BWGControllerOptions_bwg {
|
|
337 |
'popup_hit_counter' => $popup_hit_counter,
|
338 |
'enable_ML_import' => $enable_ML_import,
|
339 |
'autoupdate_interval' => $autoupdate_interval,
|
340 |
-
'
|
341 |
'showthumbs_name' => $showthumbs_name,
|
342 |
'show_album_name' => $show_album_name,
|
343 |
'show_image_counts' => $show_image_counts,
|
198 |
$autoupdate_interval = (isset($_POST['autoupdate_interval_hour']) && isset($_POST['autoupdate_interval_min']) ? ((int) $_POST['autoupdate_interval_hour'] * 60 + (int) $_POST['autoupdate_interval_min']) : 30);
|
199 |
/*minimum autoupdate interval is 1 min*/
|
200 |
$autoupdate_interval = ($autoupdate_interval >= 1 ? $autoupdate_interval : 1 );
|
201 |
+
$instagram_access_token = (isset($_POST['instagram_access_token']) ? esc_html(stripslashes($_POST['instagram_access_token'])) : '');
|
202 |
$showthumbs_name = (isset($_POST['thumb_name']) ? esc_html(stripslashes($_POST['thumb_name'])) : 1);
|
203 |
$show_album_name = (isset($_POST['show_album_name_enable']) ? esc_html(stripslashes($_POST['show_album_name_enable'])) : 1);
|
204 |
$show_image_counts = (isset($_POST['show_image_counts']) ? esc_html(stripslashes($_POST['show_image_counts'])) : 0);
|
337 |
'popup_hit_counter' => $popup_hit_counter,
|
338 |
'enable_ML_import' => $enable_ML_import,
|
339 |
'autoupdate_interval' => $autoupdate_interval,
|
340 |
+
'instagram_access_token' => $instagram_access_token,
|
341 |
'showthumbs_name' => $showthumbs_name,
|
342 |
'show_album_name' => $show_album_name,
|
343 |
'show_image_counts' => $show_image_counts,
|
featured/featured_themes.php
CHANGED
@@ -4,6 +4,16 @@ function spider_featured_themes() {
|
|
4 |
<div id="main_featured_themes_page">
|
5 |
<h3>Featured Themes</h3>
|
6 |
<ul id="featured-plugins-list">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
<li class="business_elite">
|
8 |
<div class="product"></div>
|
9 |
<div class="title">
|
4 |
<div id="main_featured_themes_page">
|
5 |
<h3>Featured Themes</h3>
|
6 |
<ul id="featured-plugins-list">
|
7 |
+
<li class="portfolio_gallery">
|
8 |
+
<div class="product"></div>
|
9 |
+
<div class="title">
|
10 |
+
<strong class="heading">Portfolio Gallery Theme</strong>
|
11 |
+
</div>
|
12 |
+
<div class="description">
|
13 |
+
<p>Portfolio Gallery is an elegant image and portfolio display theme.</p>
|
14 |
+
</div>
|
15 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/portfolio-gallery.html" class="download">Download plugin >></a>
|
16 |
+
</li>
|
17 |
<li class="business_elite">
|
18 |
<div class="product"></div>
|
19 |
<div class="title">
|
featured/images/portfolio_gallery.png
ADDED
Binary file
|
featured/themes_style.css
CHANGED
@@ -51,6 +51,7 @@
|
|
51 |
#main_featured_themes_page #featured-plugins-list li.weddings .product {background:url("images/wedding.jpg") left center no-repeat;}
|
52 |
#main_featured_themes_page #featured-plugins-list li.exclusive .product {background:url("images/exclusive.jpg") left center no-repeat;}
|
53 |
#main_featured_themes_page #featured-plugins-list li.expert .product {background:url("images/expert.jpg") left center no-repeat;}
|
|
|
54 |
|
55 |
#main_featured_themes_page #featured-plugins-list li .title .heading {
|
56 |
display: block;
|
51 |
#main_featured_themes_page #featured-plugins-list li.weddings .product {background:url("images/wedding.jpg") left center no-repeat;}
|
52 |
#main_featured_themes_page #featured-plugins-list li.exclusive .product {background:url("images/exclusive.jpg") left center no-repeat;}
|
53 |
#main_featured_themes_page #featured-plugins-list li.expert .product {background:url("images/expert.jpg") left center no-repeat;}
|
54 |
+
#main_featured_themes_page #featured-plugins-list li.portfolio_gallery .product {background:url("images/portfolio_gallery.png") left center no-repeat;}
|
55 |
|
56 |
#main_featured_themes_page #featured-plugins-list li .title .heading {
|
57 |
display: block;
|
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
|
@@ -1900,7 +1900,7 @@ function bwg_activate() {
|
|
1900 |
));
|
1901 |
}
|
1902 |
$version = get_option("wd_bwg_version");
|
1903 |
-
$new_version = '1.2.
|
1904 |
if ($version && version_compare($version, $new_version, '<')) {
|
1905 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1906 |
bwg_update($version);
|
@@ -1948,7 +1948,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
|
|
1948 |
|
1949 |
function bwg_update_hook() {
|
1950 |
$version = get_option("wd_bwg_version");
|
1951 |
-
$new_version = '1.2.
|
1952 |
if ($version && version_compare($version, $new_version, '<')) {
|
1953 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1954 |
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.81
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
1900 |
));
|
1901 |
}
|
1902 |
$version = get_option("wd_bwg_version");
|
1903 |
+
$new_version = '1.2.81';
|
1904 |
if ($version && version_compare($version, $new_version, '<')) {
|
1905 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1906 |
bwg_update($version);
|
1948 |
|
1949 |
function bwg_update_hook() {
|
1950 |
$version = get_option("wd_bwg_version");
|
1951 |
+
$new_version = '1.2.81';
|
1952 |
if ($version && version_compare($version, $new_version, '<')) {
|
1953 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1954 |
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, instagram feed, Flickr, Dailymotion, widget, youtube gallery
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -215,9 +215,13 @@ Yes, it is possible to add advertising and/or watermark over the images. In both
|
|
215 |
|
216 |
== Changelog ==
|
217 |
|
|
|
|
|
|
|
|
|
218 |
= 1.2.80 =
|
219 |
-
* Changed: Social options
|
220 |
-
* Fixed: Instagram only gallery
|
221 |
|
222 |
= 1.2.79 =
|
223 |
* Fixed: Youtube embed size in firefox.
|
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, instagram feed, Flickr, Dailymotion, widget, youtube gallery
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 1.2.81
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
215 |
|
216 |
== Changelog ==
|
217 |
|
218 |
+
= 1.2.81 =
|
219 |
+
* Fixed: Bug on options save.
|
220 |
+
* Changed: Featured themes page.
|
221 |
+
|
222 |
= 1.2.80 =
|
223 |
+
* Changed: Social options.
|
224 |
+
* Fixed: Instagram only gallery.
|
225 |
|
226 |
= 1.2.79 =
|
227 |
* Fixed: Youtube embed size in firefox.
|