Gallery Bank: WordPress Photo Gallery Plugin - Version 3.0.95

Version Description

  • Fixed Major Bug Related to PL Uploader.
  • Fixed Code for Plugins using Versions prior to 4.0
Download this release

Release Info

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

Code changes from version 3.0.94 to 3.0.95

front_views/gallery-bank-shortcode.php CHANGED
@@ -25,7 +25,7 @@
25
  </div>
26
  <div class="layout-control-group" id="ux_select_album" style="display: block;">
27
  <label class="custom-layout-label"><?php _e("Select Album", gallery_bank); ?> : </label>
28
- <select id="add_album_id" class="layout-span9">
29
  <option value=""> <?php _e("Select an Album", gallery_bank); ?> </option>
30
  <?php
31
  global $wpdb,$current_user;
@@ -470,7 +470,7 @@ function select_album() {
470
  }
471
  function InsertGallery() {
472
  var gallery_effect;
473
- var album_id = jQuery("#add_album_id").val();
474
  var album_format = jQuery("#ux_album_format").val();
475
  var gallery_format = jQuery("#ux_gallery_format").val();
476
  var text_format = jQuery("#ux_text_format").val();
25
  </div>
26
  <div class="layout-control-group" id="ux_select_album" style="display: block;">
27
  <label class="custom-layout-label"><?php _e("Select Album", gallery_bank); ?> : </label>
28
+ <select id="ux_ddl_select_album" class="layout-span9">
29
  <option value=""> <?php _e("Select an Album", gallery_bank); ?> </option>
30
  <?php
31
  global $wpdb,$current_user;
470
  }
471
  function InsertGallery() {
472
  var gallery_effect;
473
+ var album_id = jQuery("#ux_ddl_select_album").val();
474
  var album_format = jQuery("#ux_album_format").val();
475
  var gallery_format = jQuery("#ux_gallery_format").val();
476
  var text_format = jQuery("#ux_text_format").val();
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.94
8
  Author URI: http://tech-banker.com
9
  */
10
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -74,8 +74,6 @@ function plugin_install_script_for_gallery_bank()
74
  /*************************************************************************************/
75
  function plugin_uninstall_script_for_gallery_bank()
76
  {
77
- delete_option("gallery-bank-info-popup");
78
- delete_option("gallery-bank-banner");
79
  delete_option("gallery-bank-automatic_update");
80
  }
81
  /*************************************************************************************/
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.95
8
  Author URI: http://tech-banker.com
9
  */
10
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
74
  /*************************************************************************************/
75
  function plugin_uninstall_script_for_gallery_bank()
76
  {
 
 
77
  delete_option("gallery-bank-automatic_update");
78
  }
79
  /*************************************************************************************/
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, jquery slider, jquery slideshow, lightbox, links, media, 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, 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, wordpress seo, wp gallery, wp gallery plugin, wp gallery plugins, wp slider
4
  Requires at least: 3.4
5
  Tested up to: 4.1
6
- Stable tag: 3.0.94
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.94 =
491
 
492
  * Fixed Few Bugs
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, jquery slider, jquery slideshow, lightbox, links, media, 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, 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, wordpress seo, wp gallery, wp gallery plugin, wp gallery plugins, wp slider
4
  Requires at least: 3.4
5
  Tested up to: 4.1
6
+ Stable tag: 3.0.95
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.95 =
491
+
492
+ * Fixed Major Bug Related to PL Uploader.
493
+ * Fixed Code for Plugins using Versions prior to 4.0
494
+
495
  = 3.0.94 =
496
 
497
  * Fixed Few Bugs
views/edit-album.php CHANGED
@@ -547,8 +547,8 @@
547
  thumbs: true, // Show thumbs
548
  active: "thumbs"
549
  },
550
- flash_swf_url: url + "plupload.flash.swf",
551
- silverlight_xap_url: url + "plupload.silverlight.xap",
552
  init: {
553
  FileUploaded: function (up, file) {
554
 
547
  thumbs: true, // Show thumbs
548
  active: "thumbs"
549
  },
550
+ flash_swf_url: url + "Moxie.swf",
551
+ silverlight_xap_url: url + "Moxie.xap",
552
  init: {
553
  FileUploaded: function (up, file) {
554