Gallery Bank: WordPress Photo Gallery Plugin - Version 3.0.86

Version Description

  • Added Compatibility with 4.1 WordPress.
  • Fixed Bugs Related to Galleries Display.
Download this release

Release Info

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

Code changes from version 3.0.85 to 3.0.86

front_views/includes_common_before.php CHANGED
@@ -297,6 +297,11 @@ switch ($album_type) {
297
  box-sizing: border-box !important;
298
  }
299
  /*noinspection ALL*/
 
 
 
 
 
300
  <?php
301
  if($widget != "true")
302
  {
297
  box-sizing: border-box !important;
298
  }
299
  /*noinspection ALL*/
300
+ .images-in-row_<?php echo $unique_id;?> a,
301
+ .widget-images-in-row_<?php echo $unique_id;?> a
302
+ {
303
+ border-bottom: none !important;
304
+ }
305
  <?php
306
  if($widget != "true")
307
  {
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.85
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.86
8
  Author URI: http://tech-banker.com
9
  */
10
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: Gallery-Bank,contact-banker
3
  Tags: add album, add gallery, add picture, add pictures, admin, AJAX, album, best gallery, best gallery plugin, best image slider, best portfolio, bilder, comments, easy media gallery, fancy gallery, filterable gallery, filterable portfolio, foto, fotoalbum, galary, galerie, galerij, galery, gallary, Galleria, gallerie, gallery, gallery decription, gallery image, gallery lightbox, Gallery Plugin, 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, jquery, jquery gallery, jquery slider, jquery slideshow, lightbox, links, media gallery, multiple pictures, nextgen gallery, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photo gallery, Photo Slider, 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, seo, seo image, shortcode, sidebar, slide show, slideshow, thumbnail, twitter, upload images, upload photos, view images, view pictures, website gallery, widget, wordpress gallery plugin, wordpress portfolio plugin, wordpress seo, wp gallery, wp gallery plugin, wp slider
4
  Requires at least: 3.3
5
- Tested up to: 4.0.1
6
- Stable tag: 3.0.85
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -487,6 +487,11 @@ is False in shortcode.
487
 
488
  == Changelog ==
489
 
 
 
 
 
 
490
  = 3.0.85 =
491
 
492
  * Changed variables to avoid confliction with other plugins.
2
  Contributors: Gallery-Bank,contact-banker
3
  Tags: add album, add gallery, add picture, add pictures, admin, AJAX, album, best gallery, best gallery plugin, best image slider, best portfolio, bilder, comments, easy media gallery, fancy gallery, filterable gallery, filterable portfolio, foto, fotoalbum, galary, galerie, galerij, galery, gallary, Galleria, gallerie, gallery, gallery decription, gallery image, gallery lightbox, Gallery Plugin, 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, jquery, jquery gallery, jquery slider, jquery slideshow, lightbox, links, media gallery, multiple pictures, nextgen gallery, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photo gallery, Photo Slider, 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, seo, seo image, shortcode, sidebar, slide show, slideshow, thumbnail, twitter, upload images, upload photos, view images, view pictures, website gallery, widget, wordpress gallery plugin, wordpress portfolio plugin, wordpress seo, wp gallery, wp gallery plugin, wp slider
4
  Requires at least: 3.3
5
+ Tested up to: 4.1
6
+ Stable tag: 3.0.86
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
487
 
488
  == Changelog ==
489
 
490
+ = 3.0.86 =
491
+
492
+ * Added Compatibility with 4.1 WordPress.
493
+ * Fixed Bugs Related to Galleries Display.
494
+
495
  = 3.0.85 =
496
 
497
  * Changed variables to avoid confliction with other plugins.
views/gallery-bank-system-report.php CHANGED
@@ -83,6 +83,36 @@
83
  </div>
84
  </div>
85
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  <div class="widget-layout-body">
87
  <div class="layout-control-group">
88
  <label class="layout-label-control-group">Web Server Info :</label>
83
  </div>
84
  </div>
85
  </div>
86
+ <?php
87
+ $request["cmd"] = "_notify-validate";
88
+ $params = array(
89
+ "sslverify" => false,
90
+ "timeout" => 60,
91
+ "user-agent" => "wp-Instagram-Bank",
92
+ "body" => $request
93
+ );
94
+ $response = wp_remote_post( "https://www.paypal.com/cgi-bin/webscr", $params );
95
+ ?>
96
+ <div class="widget-layout-body">
97
+ <div class="layout-control-group">
98
+ <label class="layout-label-control-group">WP Remote Post :</label>
99
+
100
+ <div class="layout-controls">
101
+ <span>
102
+ <?php
103
+ if ( ! is_wp_error( $response ))
104
+ {
105
+ echo "Success";
106
+ }
107
+ else
108
+ {
109
+ echo "Failed";
110
+ }
111
+ ?>
112
+ </span>
113
+ </div>
114
+ </div>
115
+ </div>
116
  <div class="widget-layout-body">
117
  <div class="layout-control-group">
118
  <label class="layout-label-control-group">Web Server Info :</label>