Gallery Bank: WordPress Photo Gallery Plugin - Version 4.0.20

Version Description

  • FIX: Wizard Bugs
  • FIX: Uninstall PLugin Bugs
Download this release

Release Info

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

Code changes from version 4.0.19 to 4.0.20

Files changed (4) hide show
  1. gallery-bank.php +1 -1
  2. includes/sidebar.php +3 -3
  3. readme.txt +9 -3
  4. uninstall.php +0 -1
gallery-bank.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Gallery Bank - Responsive Gallery Images, Photo Albums in Gallery Widget, Images Gallery, Media Gallery, Filterable Portfolio, Gallery Lightbox.
6
  * Author: Tech Banker
7
  * Author URI: https://gallery-bank.tech-banker.com
8
- * Version: 4.0.19
9
  * License: GPLv3
10
  * Text Domain: gallery-bank
11
  * Domain Path: /languages
5
  * Description: Gallery Bank - Responsive Gallery Images, Photo Albums in Gallery Widget, Images Gallery, Media Gallery, Filterable Portfolio, Gallery Lightbox.
6
  * Author: Tech Banker
7
  * Author URI: https://gallery-bank.tech-banker.com
8
+ * Version: 4.0.20
9
  * License: GPLv3
10
  * Text Domain: gallery-bank
11
  * Domain Path: /languages
includes/sidebar.php CHANGED
@@ -100,9 +100,9 @@ if (!is_user_logged_in()) {
100
  <a href="admin.php?page=gb_upgrade">
101
  <i class="icon-custom-briefcase"></i>
102
  <span class="title" style="color:yellow">
103
- <strong>
104
- <?php echo $gb_upgrade; ?>
105
- </strong>
106
  </span>
107
  </a>
108
  </li>
100
  <a href="admin.php?page=gb_upgrade">
101
  <i class="icon-custom-briefcase"></i>
102
  <span class="title" style="color:yellow">
103
+ <strong>
104
+ <?php echo $gb_upgrade; ?>
105
+ </strong>
106
  </span>
107
  </a>
108
  </li>
readme.txt CHANGED
@@ -1,7 +1,7 @@
1
- === Gallery, Photo Gallery, Image Gallery, Photo Albums - WordPress Gallery Plugin ===
2
- Contributors: gallery-bank, contact-banker
3
  Donate link: https://gallery-bank.tech-banker.com/
4
- Tags: gallery, gallery lightbox, gallery plugin, gallery widget, grid gallery, image gallery, images, masonry gallery, media gallery, photo album, photo albums, photo gallery, portfolio gallery, responsive gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, album
5
  Requires at least: 3.3
6
  Tested up to: 4.8.1
7
  Stable tag: trunk
@@ -430,8 +430,14 @@ The following set of lists are the minimum requirements for installing Gallery B
430
  11. Add Gallery Shortcode on your Page/Post
431
  12. Shortcode Wizard
432
 
 
433
  == Changelog ==
434
 
 
 
 
 
 
435
  = 4.0.19 =
436
 
437
  * TWEAK: Install Script modified to rectify Background Color
1
+ === Gallery - Photo Gallery, Image Gallery, Albums, WordPress Gallery Plugin ===
2
+ Contributors: gallery-bank, gallerypluginsupport, contact-banker
3
  Donate link: https://gallery-bank.tech-banker.com/
4
+ Tags: gallery, photo gallery, image gallery, responsive gallery, wordpress gallery plugin, photo albums, gallery slider, gallery lightbox, wordpress photo gallery plugin, fullscreen gallery, watermarking, video gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.8.1
7
  Stable tag: trunk
430
  11. Add Gallery Shortcode on your Page/Post
431
  12. Shortcode Wizard
432
 
433
+
434
  == Changelog ==
435
 
436
+ = 4.0.20 =
437
+
438
+ * FIX: Wizard Bugs
439
+ * FIX: Uninstall PLugin Bugs
440
+
441
  = 4.0.19 =
442
 
443
  * TWEAK: Install Script modified to rectify Background Color
uninstall.php CHANGED
@@ -38,7 +38,6 @@ if (!is_user_logged_in()) {
38
  delete_option("external_updates-gallery-bank");
39
  delete_option("foobox-free");
40
  delete_option("gb_admin_notice");
41
- delete_option("gallery-bank-welcome-page");
42
  }
43
  }
44
  }
38
  delete_option("external_updates-gallery-bank");
39
  delete_option("foobox-free");
40
  delete_option("gb_admin_notice");
 
41
  }
42
  }
43
  }