Gallery Bank: WordPress Photo Gallery Plugin - Version 3.0.107

Version Description

  • Minor bugs fixed.
  • Premium Editions Section Updated.
Download this release

Release Info

Developer Gallery-Bank
Plugin Icon 128x128 Gallery Bank: WordPress Photo Gallery Plugin
Version 3.0.107
Comparing to
See all releases

Code changes from version 3.0.106 to 3.0.107

gallery-bank.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin URI: http://tech-banker.com
5
  Description: Gallery Bank is an easy to use Responsive WordPress Gallery Plugin for photos, videos, galleries and albums.
6
  Author: Tech Banker
7
- Version: 3.0.106
8
  Author URI: http://tech-banker.com
9
  */
10
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4
  Plugin URI: http://tech-banker.com
5
  Description: Gallery Bank is an easy to use Responsive WordPress Gallery Plugin for photos, videos, galleries and albums.
6
  Author: Tech Banker
7
+ Version: 3.0.107
8
  Author URI: http://tech-banker.com
9
  */
10
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
lib/include_settings.php CHANGED
@@ -1,5 +1,9 @@
1
  <?php
2
- global $wpdb;
 
 
 
 
3
  $settings = array();
4
 
5
  $settings["thumbnails_custom_enable"] = "1";
1
  <?php
2
+ global $wpdb,$current_user;
3
+ if (!is_user_logged_in()) {
4
+ return;
5
+ }
6
+
7
  $settings = array();
8
 
9
  $settings["thumbnails_custom_enable"] = "1";
lib/uninstall-script.php CHANGED
@@ -1,5 +1,9 @@
1
  <?php
2
- global $wpdb;
 
 
 
 
3
  $sql = "DROP TABLE " . gallery_bank_albums();
4
  $wpdb->query($sql);
5
 
1
  <?php
2
+ global $wpdb,$current_user;
3
+ if (!is_user_logged_in()) {
4
+ return;
5
+ }
6
+
7
  $sql = "DROP TABLE " . gallery_bank_albums();
8
  $wpdb->query($sql);
9
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Gallery-Bank,contact-banker
3
  Tags: add album, add gallery, add picture, add pictures, admin, AJAX, album, banner rotator, best gallery, best gallery plugin, best image slider, best portfolio, bilder, comments, easy media gallery, fancy gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery, gallery decription, gallery image, gallery lightbox, Gallery Plugin, gallery shortcode, gallery slider, gelary, gellary, gellery, google, grid gallery, html5 player, html5 video, html5-audio, image, image album, image gallery, image gallery plugin, image lightbox, image rotate, image slider, image slideshow, images, images gallery, jquery, jquery gallery, links, media, media gallery, multiple pictures, nextgen gallery, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photo gallery, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, plugin gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive gallery, responsive image gallery, responsive slider, responsive slideshow, responsive wordpress photo gallery, seo, seo image, shortcode, sidebar, Simple gallery, slide show, slideshow, thumbnail, twitter, upload images, upload photos, video gallery, view images, view pictures, website gallery, widget, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wordpress portfolio plugin, wp gallery, wp gallery plugin, wp gallery plugins
4
  Requires at least: 3.4
5
  Tested up to: 4.1.1
6
- Stable tag: 3.0.106
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -500,6 +500,11 @@ is False in shortcode.
500
 
501
  == Changelog ==
502
 
 
 
 
 
 
503
  = 3.0.106 =
504
 
505
  * Minor Bugs Fixed.
3
  Tags: add album, add gallery, add picture, add pictures, admin, AJAX, album, banner rotator, best gallery, best gallery plugin, best image slider, best portfolio, bilder, comments, easy media gallery, fancy gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery, gallery decription, gallery image, gallery lightbox, Gallery Plugin, gallery shortcode, gallery slider, gelary, gellary, gellery, google, grid gallery, html5 player, html5 video, html5-audio, image, image album, image gallery, image gallery plugin, image lightbox, image rotate, image slider, image slideshow, images, images gallery, jquery, jquery gallery, links, media, media gallery, multiple pictures, nextgen gallery, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photo gallery, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, plugin gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive gallery, responsive image gallery, responsive slider, responsive slideshow, responsive wordpress photo gallery, seo, seo image, shortcode, sidebar, Simple gallery, slide show, slideshow, thumbnail, twitter, upload images, upload photos, video gallery, view images, view pictures, website gallery, widget, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wordpress portfolio plugin, wp gallery, wp gallery plugin, wp gallery plugins
4
  Requires at least: 3.4
5
  Tested up to: 4.1.1
6
+ Stable tag: 3.0.107
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
500
 
501
  == Changelog ==
502
 
503
+ = 3.0.107 =
504
+
505
+ * Minor bugs fixed.
506
+ * Premium Editions Section Updated.
507
+
508
  = 3.0.106 =
509
 
510
  * Minor Bugs Fixed.
views/purchase_pro_version.php CHANGED
@@ -1810,6 +1810,9 @@ else
1810
  </ul>
1811
  </div>
1812
  </div>
 
 
 
1813
  </div>
1814
  </div>
1815
  </div>
1810
  </ul>
1811
  </div>
1812
  </div>
1813
+ <div class="layout-control-group">
1814
+ <strong><span style="text-decoration: underline;">NOTE FOR MULTISITE*</span> :</strong> Allows you to use this Plugin with network of sites / Multisites WordPress. But you need to have separate license for each Installation.
1815
+ </div>
1816
  </div>
1817
  </div>
1818
  </div>