Gallery Bank: WordPress Photo Gallery Plugin - Version 3.0.338

Version Description

  • Database Engine updated.
Download this release

Release Info

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

Code changes from version 3.0.337 to 3.0.338

Files changed (3) hide show
  1. gallery-bank.php +1 -1
  2. lib/install-script.php +3 -3
  3. readme.txt +1425 -0
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.337
8
  Author URI: http://tech-banker.com
9
  License: GPLv3 or later
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.338
8
  Author URI: http://tech-banker.com
9
  License: GPLv3 or later
10
  */
lib/install-script.php CHANGED
@@ -99,7 +99,7 @@ if(!function_exists("create_table_albums"))
99
  description TEXT ,
100
  album_order INTEGER(10),
101
  PRIMARY KEY (album_id)
102
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci";
103
  dbDelta($sql);
104
  }
105
  }
@@ -121,7 +121,7 @@ if(!function_exists("create_table_album_pics"))
121
  pic_name TEXT NOT NULL,
122
  album_cover INTEGER(1) NOT NULL,
123
  PRIMARY KEY(pic_id)
124
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci";
125
  dbDelta($sql);
126
  }
127
  }
@@ -135,7 +135,7 @@ if(!function_exists("create_table_album_settings"))
135
  setting_key VARCHAR(100) NOT NULL,
136
  setting_value TEXT NOT NULL,
137
  PRIMARY KEY (setting_id)
138
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci";
139
  dbDelta($sql);
140
 
141
  include (GALLERY_BK_PLUGIN_DIR . "/lib/include_settings.php");
99
  description TEXT ,
100
  album_order INTEGER(10),
101
  PRIMARY KEY (album_id)
102
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8_general_ci";
103
  dbDelta($sql);
104
  }
105
  }
121
  pic_name TEXT NOT NULL,
122
  album_cover INTEGER(1) NOT NULL,
123
  PRIMARY KEY(pic_id)
124
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8_general_ci";
125
  dbDelta($sql);
126
  }
127
  }
135
  setting_key VARCHAR(100) NOT NULL,
136
  setting_value TEXT NOT NULL,
137
  PRIMARY KEY (setting_id)
138
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8_general_ci";
139
  dbDelta($sql);
140
 
141
  include (GALLERY_BK_PLUGIN_DIR . "/lib/include_settings.php");
readme.txt ADDED
@@ -0,0 +1,1425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Gallery Bank - Photo Galleries & Albums ===
2
+ Contributors: Gallery-Bank,contact-banker
3
+ Tags: add album, add gallery, add pictures, admin, AJAX, album, banner rotator, best gallery, best gallery plugin, comments, Facebook, filterable gallery, foto, fotoalbum, fotogalerie, free photo gallery, fullscreen gallery, fullscreen slider, galeri, galerie, Galleria, galleries, gallery, gallery decription, gallery image, gallery lightbox, gallery shortcode, gallery slider, image, image album, image gallery, image lightbox, image rotate, image slider, image slideshow, images, images gallery, instagram, jquery, jquery gallery, lightbox, media, mosaic, multiple pictures, photo, photo album, photo albums, photo gallery, photoalbum, photogallery, photography, photos, photoset, picture, pictures, responsive, responsive gallery, responsive wordpress photo gallery, sidebar, Simple gallery, slide, slide show, slideshow, thumbnail, thumbnail view, thumbnails, thumbs, upload images, upload photos, video gallery, videos, view images, view pictures, vimeo, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugins, youtube, gallery bank
4
+ Requires at least: 3.4
5
+ Tested up to: 4.3.1
6
+ Stable tag: 3.0.338
7
+ License: GPLv3 or later
8
+ License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
+
10
+ Gallery Bank is an super advanced plugin which creates Beautiful Photo Galleries and Albums for WordPress Websites. It is fully responsive.
11
+
12
+ == Description ==
13
+
14
+ **Gallery Bank** is a WordPress Gallery Plugin designed to create Elegant and Beautiful **Photo Gallery Albums** along with Images and videos using Grid Albums, List Albums, Individual Albums, Masonry Layouts and Thumbnail Layouts along with Special Effects and Animation Effects.
15
+
16
+ **Gallery Bank** is the only available WordPress Plugin in the market with extra-ordinary features. It is loaded with 200+ features and creates stunning Photo Galleries on any WordPress site.
17
+
18
+ **Gallery Bank** provides a powerful engine for uploading and managing photo galleries of images & videos, with the ability to batch upload, delete, rearrange, sort images.
19
+
20
+ Gallery Bank Regularly updates and simplicity of usage along with efficient functionality makes it a perfect choice for your wordpress site to have stunning look. There are also Premium Editions of the plugin with more useful features available.
21
+
22
+ > #### **Live Demos - Gallery Bank**
23
+
24
+ > * [Gallery Bank](http://tech-banker.com/products/wp-gallery-bank/)
25
+ > * [Gallery Bank Demos](http://tech-banker.com/products/wp-gallery-bank/demo/)
26
+ > * [Demo Using Masonry Layout in Individual Images](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-masonry-layout/)
27
+ > * [Demo Using Masonry Layout in Individual Videos](http://tech-banker.com/products/wp-gallery-bank/demo/individual-videos-with-title-using-masonry-layout/)
28
+ > * [Demo Using Masonry Layout in Individual Album](http://tech-banker.com/products/wp-gallery-bank/demo/individual-album-with-title-masonry-layout/)
29
+ > * [Demo Using Masonry Layout with Albums in Grid Format](http://tech-banker.com/products/wp-gallery-bank/demo/albums-in-grid-format-with-title-masonry-layout/)
30
+ > * [Demo Using Masonry Layout with Albums in List Format](http://tech-banker.com/products/wp-gallery-bank/demo/albums-in-list-format-with-title-masonry-layout/)
31
+ > * [Demo Using Masonry Layout with Animation Effects](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-using-pulse-effect-masonry-layout/)
32
+ > * [Demo Using Masonry Layout with Different Lightboxes](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-using-foo-box-masonry-layout/)
33
+ > * [Demo Using Masonry Layout with Filters](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-using-filters-masonry-layout/)
34
+ > * [Demo Using Thumbnail Layout in Individual Images](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-thumbnail-layout/)
35
+ > * [Demo Using Thumbnail Layout in Individual Videos](http://tech-banker.com/products/wp-gallery-bank/demo/individual-videos-with-title-using-thumbnail-layout/)
36
+ > * [Demo Using Thumbnail Layout in Individual Album](http://tech-banker.com/products/wp-gallery-bank/demo/individual-album-with-title-thumbnails-layout/)
37
+ > * [Demo Using Thumbnail Layout with Albums in Grid Format](http://tech-banker.com/products/wp-gallery-bank/demo/albums-in-grid-format-with-title-thumbnails-layout/)
38
+ > * [Demo Using Thumbnail Layout with Albums in List Format](http://tech-banker.com/products/wp-gallery-bank/demo/albums-in-list-format-with-title-thumbnails-layout/)
39
+ > * [Demo Using Thumbnail Layout with Animation Effects](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-using-pulse-effect-thumbnail-layout/)
40
+ > * [Demo Using Thumbnail Layout with Different Lightboxes](http://tech-banker.com/products/wp-gallery-bank/demo/vindividual-images-with-title-using-foo-box-thumbnail-layout/)
41
+ > * [Demo Using Thumbnail Layout with Filters](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-with-filters-thumbnail-layout/)
42
+ > * [Demo Using Thumbnail Layout with Pagination](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-with-pagination-thumbnail-layout/)
43
+ > * [Demo Using Thumbnail Layout with Special Effects](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-without-title-and-description-using-lomo-effect-thumbnail-layout/)
44
+ > * [Demo Using Filmstrip Layout in Individual Images](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-filmstrip-layout/)
45
+ > * [Demo Using Filmstrip Layout in Individual Videos](http://tech-banker.com/products/wp-gallery-bank/demo/individual-videos-with-title-using-filmstrip-layout/)
46
+ > * [Demo Using Filmstrip Layout in Individual Album](http://tech-banker.com/products/wp-gallery-bank/demo/individual-album-with-title-filmstrip-layout/)
47
+ > * [Demo Using Filmstrip Layout with Albums in Grid Format](http://tech-banker.com/products/wp-gallery-bank/demo/albums-in-grid-format-with-title-filmstrip-layout/)
48
+ > * [Demo Using Filmstrip Layout with Albums in List Format](http://tech-banker.com/products/wp-gallery-bank/demo/albums-in-list-format-with-title-filmstrip-layout/)
49
+ > * [Demo Using Filmstrip Layout with Animation Effects](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-using-slide-in-down-effect-filmstrip-layout/)
50
+ > * [Demo Using Slideshow Layout in Individual Videos](http://tech-banker.com/products/wp-gallery-bank/demo/individual-videos-with-title-using-slideshow-layout/)
51
+ > * [Demo Using Slideshow Layout in Individual Album](http://tech-banker.com/products/wp-gallery-bank/demo/individual-album-with-title-slideshow-layout/)
52
+ > * [Demo Using Slideshow Layout with Albums in Grid Format](http://tech-banker.com/products/wp-gallery-bank/demo/albums-in-grid-format-with-title-slideshow-layout/)
53
+ > * [Demo Using Slideshow Layout with Albums in List Format](http://tech-banker.com/products/wp-gallery-bank/demo/albums-in-list-format-with-title-slideshow-layout/)
54
+ > * [Demo Using Blog Style Layout in Individual Images](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-blog-style-layout/)
55
+ > * [Demo Using Blog Style Layout in Individual Videos](http://tech-banker.com/products/wp-gallery-bank/demo/individual-videos-with-title-using-blog-layout/)
56
+ > * [Demo Using Blog Style Layout in Individual Album](http://tech-banker.com/products/wp-gallery-bank/demo/individual-album-with-title-blog-style-layout/)
57
+ > * [Demo Using Blog Style Layout with Albums in Grid Format](http://tech-banker.com/products/wp-gallery-bank/demo/albums-in-grid-format-with-title-blog-style-layout/)
58
+ > * [Demo Using Blog Style Layout with Albums in List Format](http://tech-banker.com/products/wp-gallery-bank/demo/albums-in-list-format-with-title-blog-style-layout/)
59
+ > * [Demo Using Blog Style Layout with Animation Effects](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-using-slide-in-right-blog-style-layout/)
60
+ > * [Demo Using Blog Style Layout with Different Lightboxes](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-using-pretty-photo-blog-style-layout/)
61
+ > * [Demo Using Blog Style Layout with Filters](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-using-with-filters-blog-style-layout/)
62
+ > * [Demo Using Blog Style Layout with Pagination](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-using-pagination-blog-style-layout/)
63
+ > * [Demo Using Blog Style Layout with Special Effects](http://tech-banker.com/products/wp-gallery-bank/demo/individual-images-with-title-using-grayscale-effect-blog-style-layout/)
64
+
65
+ [vimeo https://vimeo.com/92378296]
66
+
67
+ **[Support Desk - Feel Free to ask your Queries](http://tech-banker.com/forums/forum/gallery-bank-support/)**
68
+
69
+ **[Knowledge Base](http://tech-banker.com/products/wp-gallery-bank/knowledge-base/)**
70
+
71
+ **[Upgrade to Pro Version](http://tech-banker.com/products/wp-gallery-bank/)**
72
+
73
+ **[Like & Support Us on Facebook](https://www.facebook.com/TechBanker/)**
74
+
75
+ = **Key Features in Gallery Bank Lite Edition** =
76
+
77
+ * Multi-Lingual. Available now in 36 Languages.
78
+ * Responsive Photo Gallery
79
+ * Shortcode Wizard in your Page/Post.
80
+ * Unlimited Albums Creation(Premium Versions). With Free Standard Version, you can only create upto 3 albums.
81
+ * Unlimited Images in each Album.
82
+ * Edit Albums and add/edite/delete images.
83
+ * Bulk Upload of Images
84
+ * Url Redirect to redirect on click of an image.
85
+ * Upload Videos from Youtube,Vimeo, etc.
86
+ * Set Cover Image
87
+ * Compact Albums
88
+ * Extended Albums
89
+ * Basic Thumbnail Gallery
90
+ * Grid Album Format
91
+ * Masonry Gallery Format
92
+ * List Album Format
93
+
94
+ = **Key Features in Gallery Bank Premium Editions** =
95
+
96
+ Take your media to the next level with [Gallery Bank Premium Editions](http://tech-banker.com/products/wp-gallery-bank/), which gives you 200+ features such as:
97
+
98
+ * Unlimited Albums Creation
99
+ * Filmstrip Gallery Format
100
+ * Slideshow Gallery
101
+ * Special Effects on Images & Albums
102
+ * Animation Effects on Images & Albums
103
+ * Bulk Deletion of Images
104
+ * Fully CSS3 compliant with text shadowing, box shadowing, gradients, etc
105
+ * Sorting of Images
106
+ * Sorting of Albums
107
+ * Social Sharing
108
+ * Commenting on Images
109
+ * Widgets
110
+ * Tags for each Image to make Filerable Gallery Album
111
+ * Bulk Deletion of Albums
112
+ * Purging Albums and Images
113
+ * Restore Factory Settings
114
+ * Global Settings
115
+ * Thumbnail Settings
116
+ * Album Settings
117
+ * Lightbox Settings
118
+ * Different Lightboxes like FooBox, ColorBox, FancyBox2, Lightbox2, Custom GB Lightbox, Pretty Photo
119
+ * Pagination
120
+ * Filter Settings
121
+ * Roles & Capabilities
122
+ * Front End Layout Settings
123
+ * See your media on different theme and more.
124
+ * Powerfull control panel and Shortcode Manager make getting started super easy
125
+ * 24/7 Technical Support
126
+
127
+ Visit [here](http://tech-banker.com/products/wp-gallery-bank/) to upgrade to Pro Editions now.
128
+
129
+ = Add New Albums using Gallery Bank =
130
+
131
+ You can add upto 3 albums with unlimited images in your Gallery Bank. After that you need to upgrade to one of the Premium Editions for unlimited access with different features available according to different packages of Gallery Bank.
132
+
133
+ = Editing Albums using Gallery Bank =
134
+
135
+ In albums, editing can be done easily. You can edit or add more images/ pictures in your albums. You can change title/description of an album as well as title/description of each image uploaded in a particular album.
136
+
137
+ = Sorting of Images in an Album using Gallery Bank =
138
+
139
+ Sorting of Images can be done in your albums. With this feature, you can change the order of pictures according to your requirement/choice.
140
+
141
+ = Sorting of Albums using Gallery Bank =
142
+
143
+ Sorting of Albums can be done in your albums. With this feature, you can re-arrange your order of albums to display on your website.
144
+
145
+ = Album Preview using Gallery Bank =
146
+
147
+ In album preview you can view the pictures/images on your back-end before implementing the shortcodes on your Pages/Posts.
148
+
149
+ = Cover Image using Gallery Bank =
150
+
151
+ You can easily set the cover image in your album. This cover image would be used to display on your Pages/Post when using the Album shortcodes.
152
+
153
+ = Short Codes using Gallery Bank =
154
+
155
+ There is a Shortcode Editor availble in your Page/Post where you want to implement the Gallery Bank Shortcode. You just need to go to your Page/Post where you want to implement it and then above your Text Editor/ WP Editor, there would be a button called Gallery Bank. Once you click on it, you can generate your shortcode easily and quickly.
156
+
157
+ = Global Settings using Gallery Bank =
158
+
159
+ With Global Settings, you can define different settings for Thumbnails, Albums, Lightboxes, Filters, Pagination and Slideshows.
160
+
161
+ = Gallery Bank is now available in the following Languages =
162
+
163
+ * Albanian (sq)
164
+ * Arabic (ar)
165
+ * Brazilian Portuguese (pt_BR)
166
+ * Bulgarian (bg_BG)
167
+ * Croatian (hr)
168
+ * Chinese (zh_CN)
169
+ * Chinese - Hong Kong (zh_HK)
170
+ * Chinese - Singapore (zh_sg)
171
+ * Chinese - Taiwan (zh_TW)
172
+ * Chinese - (zh)
173
+ * Czech (cs_CZ)
174
+ * Danish (da_DK)
175
+ * Dutch (nl_NL)
176
+ * Dutch - Belgium (nl_BE)
177
+ * English (en_GB)
178
+ * English (en_US)
179
+ * Estonian (et)
180
+ * Finnish (fi)
181
+ * French (fr_FR)
182
+ * French - Belgium (fr_BE)
183
+ * French - Canada (fr_CA)
184
+ * French - Switzerland (fr_ch)
185
+ * German (de_DE)
186
+ * Greek (el)
187
+ * Hebrew (he_IL)
188
+ * Hungarian (hu_HU)
189
+ * Indonesian (id_ID)
190
+ * Italian (it_IT)
191
+ * Japanese (ja)
192
+ * Korean (ko_KR)
193
+ * Malay Malaysia (ms_MY)
194
+ * Polish (pl_PL)
195
+ * Portuguese (pt_PT)
196
+ * Romanian (ro_RO)
197
+ * Russian (ru_RU)
198
+ * Russian - Ukraine (ru_UA)
199
+ * Serbian (sr_RS)
200
+ * Slovenian (sl_SL)
201
+ * Slovak (sk_SK)
202
+ * Spanish - Chile (es_CL)
203
+ * Spanish - Peru (es_PE)
204
+ * Spanish - Puerto Rico (es_PR)
205
+ * Spanish - Venezuela (es_VE)
206
+ * Spanish - Columbia (es_CO)
207
+ * Spanish - Spain (es_ES)
208
+ * Swedish (sv_SE)
209
+ * Turkish (tr_TR)
210
+ * Thai (th)
211
+ * Ukrainian (uk)
212
+
213
+ = Technical Support =
214
+
215
+ If any problem occurs, please contact us at [support@tech-banker.com](mailto:support@tech-banker.com).
216
+
217
+ == Installation ==
218
+
219
+ ### Performing a new installation for Gallery Bank.
220
+
221
+ After downloading the ZIP file,
222
+
223
+ 1. Log in to the administrator panel.
224
+ 2. Go to Plugins Add > New > Upload.
225
+ 3. Click "Choose file" ("Browse") and select the downloaded zip file.
226
+
227
+ **For Mac Users**
228
+ > * Go to your Downloads folder and locate the folder with the plugin.
229
+ > * Right-click on the folder and select Compress.
230
+ > * Now you have a newly created .zip file which can be installed as described here.*
231
+ > * Click "Install Now" button.
232
+ > * Click "Activate Plugin" button for activating the plugin.
233
+
234
+ == Other Notes ==
235
+
236
+ = Minimum requirements for Gallery Bank. =
237
+ * Wordpress 3.3+
238
+ * PHP 5.x
239
+ * MySQL 5.x
240
+
241
+ If any problem occurs, please contact us at [support@tech-banker.com](mailto:support@tech-banker.com).
242
+
243
+ == Frequently Asked Questions ==
244
+
245
+ = How to add New Album in Gallery Bank? =
246
+
247
+ In order to Add New Album in your Gallery Bank, locate Gallery Bank Menu on the left side of WordPress Dashboard Menus and then click on Add New Album link.
248
+
249
+ Alternatively, you can also Add New Album from your Gallery Bank Dashboard Page.
250
+
251
+ There is a button at the top of the Gallery Bank Dashboard Page which says Add New Album.
252
+
253
+ First Method:
254
+
255
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/gallery-bank-left-menu.png)
256
+
257
+ Alternate Method:
258
+
259
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/gallery-bank-left-menu2.png)
260
+
261
+ Once you click on the button from any of the above mentioned methods, this page would open.
262
+
263
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/add-new-album-explanation.png)
264
+
265
+
266
+ = How to Edit an Album in Gallery Bank? =
267
+
268
+ In order to Edit an Album, you need to go to your Gallery Bank Dashboard Page and then click on Edit Album Button located at the right side of each album which you wish to edit.
269
+
270
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Edit.png)
271
+
272
+ Once you Click on the button, this page will open.
273
+
274
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Edit_img-938x1024.png)
275
+
276
+
277
+ = How to Preview an Album in Gallery Bank? =
278
+
279
+ In order to Preview your Album, you need to go to your Gallery Bank Dashboard Page
280
+ and then click on Preview Album button at the right side of each album.
281
+
282
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/preview11-1024x408.png)
283
+
284
+ Once you click on the button, this page will open
285
+
286
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/preview21-1024x487.png)
287
+
288
+
289
+ = How to Delete an Album in Gallery Bank? =
290
+
291
+ You can Delete an Album if you wish to. In order to perform this action, you need to go to your Gallery Bank Dashboard Page and then click on Delete Album button at the right side of each album.
292
+
293
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/delete11-1024x409.png)
294
+
295
+ Once you click on the button, a confirmation message will appear stating "Are you sure you want to delete this Album?"
296
+
297
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/delete2-1024x406.png)
298
+
299
+ Click on "OK" to proceed and your Album would be deleted.
300
+
301
+
302
+ = How to set Short code for Masonry Gallery? =
303
+
304
+ In order to set Shortcode for Masonry Gallery, you need to follow these steps :
305
+ 1) Locate Pages Menu on the left side of WordPress Dashboard Menus and then click on Pages.
306
+
307
+ Once you click on the Pages, there will be two options. Click on Add New button to add a new page.
308
+
309
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/add_new_page.png)
310
+
311
+ 2) When you click on Add New button, this page will open.
312
+
313
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/masonry2-1024x511.png)
314
+
315
+ 3) After clicking on Gallery Bank button, this Popup will open.
316
+
317
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/masonry3-1024x451.png)
318
+
319
+ NOTE: You can set Images in Row for Masonry Gallery only if Show Responsive Gallery
320
+ option is False in shortcode.
321
+
322
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/masonry4-1024x657.png)
323
+
324
+
325
+ = How to set Short code for Thumbnail Gallery? =
326
+
327
+ In order to set Shortcode for Thumbnail Gallery, you need to follow these steps :
328
+ 1) Locate Pages Menu on the left side of WordPress Dashboard Menus and then click on Pages.
329
+
330
+ Once you click on the Pages, there will be two options. Click on Add New button to add a new page.
331
+
332
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/add_new_page.png)
333
+
334
+ 2) When you click on Add New button, this page will open.
335
+
336
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/masonry2-1024x511.png)
337
+
338
+ 3) After clicking on Gallery Bank button, this Popup will open.
339
+
340
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/thumbnail1-1024x493.png)
341
+
342
+ NOTE: You can set Images in Row for Thumbnail Gallery only if Show Responsive Gallery option
343
+ is False in shortcode.
344
+
345
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/thmbnail2-1024x450.png)
346
+
347
+
348
+ = How to set Short code for Grid Album using Masonry Gallery? =
349
+
350
+ In order to set Shortcode for Grid Album with Masonry Gallery, you need to follow these steps :
351
+ 1) Locate Pages Menu on the left side of WordPress Dashboard Menus and then click on Pages.
352
+
353
+ Once you click on the Pages, there will be two options. Click on Add New button to add a new page.
354
+
355
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/add_new_page.png)
356
+
357
+ 2) When you click on Add New button, this page will open.
358
+
359
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/masonry2-1024x511.png)
360
+
361
+ 3) After clicking on Gallery Bank button, this Popup will open.
362
+
363
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/grid_masonry1-1024x541.png)
364
+
365
+ Note: You can set Images in Row for Masonry Gallery only if Show Responsive Gallery option
366
+ is False in shortcode.
367
+
368
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/grid_masonry2-1024x573.png)
369
+
370
+
371
+ = How to set Short code for Grid Album using Thumbnail Gallery? =
372
+
373
+ In order to set Shortcode for Grid Album with Thumbnail Gallery, you need to follow these steps :
374
+ 1) Locate Pages Menu on the left side of WordPress Dashboard Menus and then click on Pages.
375
+
376
+ Once you click on the Pages, this page would open. Click on Add New button to add a new page.
377
+
378
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/add_new_page.png)
379
+
380
+ 2) When you click on Add New button, this page will open.
381
+
382
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/masonry2-1024x511.png)
383
+
384
+ 3) When you click on Gallery Bank button, this Popup will open.
385
+
386
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/grid_thumbnail2-1024x574.png)
387
+
388
+ NOTE: You can set Images in Row for Thumbnail Gallery only if Show Responsive Gallery
389
+ option is False in shortcode.
390
+
391
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/grid_thumbnail2-1024x574.png)
392
+
393
+
394
+ = How to set Short code for List Album using Masonry Gallery? =
395
+
396
+ In order to set Shortcode for List Album with Masonry Gallery, you need to follow these steps :
397
+ 1) Locate Pages Menu on the left side of WordPress Dashboard Menus and then click on Pages.
398
+
399
+ Once you click on the Pages, there will be two options. Click on Add New button to add a new page.
400
+
401
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/add_new_page.png)
402
+
403
+ 2) When you click on Add New button, this page will open.
404
+
405
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/masonry2-1024x511.png)
406
+
407
+ 3) After clicking on Gallery Bank button, this Popup will open.
408
+
409
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/masonry_list_1.png)
410
+
411
+
412
+ = How to set Short code for List Album using Thumbnail Gallery? =
413
+
414
+ In order to set Shortcode for List Album with Thumbnail Gallery, you need to follow these steps :
415
+ 1) Locate Pages Menu on the left side of WordPress Dashboard Menus and then click on Pages.
416
+
417
+ Once you click on the Pages, there will be two options. Click on Add New button to add a new page.
418
+
419
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/add_new_page.png)
420
+
421
+ 2) When you click on Add New button, this page will open.
422
+
423
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/masonry2-1024x511.png)
424
+
425
+ 3) After clicking on Gallery Bank button, this Popup will open.
426
+
427
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/thumbnail_list_1-1024x467.png)
428
+
429
+ NOTE: You can set Images in Row for Thumbnail Gallery only if Show Responsive Gallery option
430
+ is False in shortcode.
431
+
432
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/thumbnail_list_2-1024x462.png)
433
+
434
+
435
+ = How to set Short code for Individual Album using Masonry Gallery? =
436
+
437
+ In order to set Shortcode for Individual Album with Masonry Gallery, you need to follow these steps :
438
+ 1) Locate Pages Menu on the left side of WordPress Dashboard Menus and then click on Pages.
439
+
440
+ Once you click on the Pages, there will be two options. Click on Add New button to add a new page.
441
+
442
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/add_new_page.png)
443
+
444
+ 2) When you click on Add New button, this page will open.
445
+
446
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/masonry2-1024x511.png)
447
+
448
+ 3) After clicking on Gallery Bank button, this Popup will open.
449
+
450
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/individual_masonry1-1024x495.png)
451
+
452
+ NOTE: You can set Images in Row for Masonry Gallery only if Show Responsive Gallery option
453
+ is False in shortcode.
454
+
455
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/individual_masonry_2-1024x559.png)
456
+
457
+
458
+ = How to set Short code for Individual Album using Thumbnail Gallery? =
459
+
460
+ In order to set Shortcode for Individual Album with Thumbnail Gallery, you need to follow these steps :
461
+ 1) Locate Pages Menu on the left side of WordPress Dashboard Menus and then click on Pages.
462
+
463
+ Once you click on the Pages, there will be two options. Click on Add New button to add a new page.
464
+
465
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/422x105xadd_new_page1.png.pagespeed.ic.0XLpT7oDfn.png)
466
+
467
+ 2) When you click on Add New button, this page will open.
468
+
469
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/800xNxmasonry2-1024x511.png.pagespeed.ic.cYyWvoC3qL.jpg)
470
+
471
+ 3) After clicking on Gallery Bank button, this Popup will open.
472
+
473
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/individual-_thumbnail1-1024x512.png)
474
+
475
+ NOTE: You can set Images in Row for Thumbnail Gallery only if Show Responsive Gallery option
476
+ is False in shortcode.
477
+
478
+ [Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/individual-_thumbnail2-1024x574.png)
479
+
480
+
481
+ == Screenshots ==
482
+
483
+ 1. Gallery Bank Dashboard Page
484
+ 2. Add New Album
485
+ 3. How to create Shortcode using Shortcode Editor.
486
+ 4. ShortCode Implementation for Images using Masonry Layout.
487
+ 5. ShortCode Implementation for Images using Thumbnails Layout.
488
+ 6. ShortCode Implementation for Grid Albums using Masonry Layout.
489
+ 7. ShortCode Implementation for Grid Albums using Thumbnail Layout.
490
+ 8. ShortCode Implementation for List Albums using Masonry Layout.
491
+ 9. ShortCode Implementation for List Albums using Thumbnail Layout.
492
+ 10. ShortCode Implementation for Individual Albums using Masonry Layout.
493
+ 11. ShortCode Implementation for Individual Albums using Thumbnail Layout.
494
+ 12. System Status
495
+ 13. Displaying Images using Masonry Layout.
496
+ 14. Displaying Images using Thumbnail Layout.
497
+ 15. Displaying Grid Album with Images.
498
+ 16. Displaying List Album with Images.
499
+ 17. Displaying Individual Album with Images.
500
+
501
+ == Changelog ==
502
+
503
+ = 3.0.338 =
504
+
505
+ * Database Engine updated.
506
+
507
+ = 3.0.337 =
508
+
509
+ * Few Urgent Bugs Fixed.
510
+
511
+ = 3.0.336 =
512
+
513
+ * Few Minor Bugs Fixed.
514
+
515
+ = 3.0.335 =
516
+
517
+ * Few Minor Bugs Fixed.
518
+
519
+ = 3.0.334 =
520
+
521
+ * Album Description Shown under Album Title
522
+
523
+ = 3.0.333 =
524
+
525
+ * Few Urgent Bugs Fixed.
526
+
527
+ = 3.0.332 =
528
+
529
+ * Delete Image Bug Fixed.
530
+
531
+ = 3.0.331 =
532
+
533
+ * Pretty Photo Title & Description Bug Fixed.
534
+
535
+ = 3.0.330 =
536
+
537
+ * Few 1ecurity Issues Fixed.
538
+ * Isotope 2.2.2 Version used.
539
+
540
+ = 3.0.229 =
541
+
542
+ * Compatibility with 4.3
543
+ * Changed variables to avoid confliction with Next Gen and Contact Bank plugins.
544
+ * Prettyphoto XSS Security Issue Fixed.
545
+
546
+ = 3.0.228 =
547
+
548
+ * Few Minor Bugs Fixed
549
+
550
+ = 3.0.227 =
551
+
552
+ * Compatibility with 4.2.4
553
+
554
+ = 3.0.226 =
555
+
556
+ * Few Minor Bugs Fixed
557
+
558
+ = 3.0.225 =
559
+
560
+ * Compatibility with 4.2.3
561
+
562
+ = 3.0.224 =
563
+
564
+ * Auto Update Bug Fixed
565
+
566
+ = 3.0.223 =
567
+
568
+ * Few Minor Bugs Fixed
569
+
570
+ = 3.0.222 =
571
+
572
+ * Few Urgent Bugs Fixed
573
+
574
+ = 3.0.221 =
575
+
576
+ * Minor bugs fixed.
577
+ * Premium Editions Section Updated.
578
+
579
+ = 3.0.120 =
580
+
581
+ * Major Bugs Fixed Regarding Rss Feeds.
582
+
583
+ = 3.0.119 =
584
+
585
+ * Few Urgent Bugs Fixed
586
+
587
+ = 3.0.118 =
588
+
589
+ * Few Languages Updated
590
+ * Minor Css Bugs Fixed
591
+
592
+ = 3.0.117 =
593
+
594
+ * Few Bugs Fixed
595
+
596
+ = 3.0.116 =
597
+
598
+ * Few Languages Updated
599
+ * Minor Css Bugs Fixed
600
+
601
+ = 3.0.115 =
602
+
603
+ * Added Compatibility with 4.2.2 WordPress.
604
+
605
+ = 3.0.114 =
606
+
607
+ * Added Compatibility with 4.2.1 WordPress.
608
+ * Fixed Few Minor Bugs
609
+
610
+ = 3.0.113 =
611
+
612
+ * Added Compatibility with 4.2 WordPress.
613
+ * Fixed Few Minor Bugs
614
+
615
+ = 3.0.112 =
616
+
617
+ * Added Compatibility with 4.1.2 WordPress.
618
+
619
+ = 3.0.111 =
620
+
621
+ * Few Bug fixed.
622
+ * Languages Updated.
623
+
624
+ = 3.0.10 =
625
+
626
+ * Bug fixed related to datatables.
627
+
628
+ = 3.0.109 =
629
+
630
+ * Implemented new feature of calculating images size according server configuration.
631
+ * Minor bugs fixed.
632
+
633
+ = 3.0.108 =
634
+
635
+ * Minor bugs fixed.
636
+
637
+ = 3.0.107 =
638
+
639
+ * Minor bugs fixed.
640
+ * Premium Editions Section Updated.
641
+
642
+ = 3.0.106 =
643
+
644
+ * Minor Bugs Fixed.
645
+ * Other Services Section Updated.
646
+ * Premium Editions Section Updated.
647
+
648
+ = 3.0.105 =
649
+
650
+ * Demo Gallery added by default.
651
+
652
+ = 3.0.104 =
653
+
654
+ * Default Shortcode Layout changed from Masonry to Thumbnails.
655
+
656
+ = 3.0.103 =
657
+
658
+ * Added new feature of Feature Request.
659
+ * Shortcode Editor Redesigned.
660
+
661
+ = 3.0.102 =
662
+
663
+ * Minor Vulnerability Bug fixed related to shortcode as pointed by Goblin Research.
664
+
665
+ = 3.0.101 =
666
+
667
+ * Major bug fixed related to uploader.
668
+
669
+ = 3.0.100 =
670
+
671
+ * Implemented New Feature to display selected Albums.
672
+
673
+ = 3.0.99 =
674
+
675
+ * Korean Language Updated.
676
+ * Udpated Po & Mo Files for all Languages.
677
+ * Added New Languages
678
+
679
+ = 3.0.98 =
680
+
681
+ * Recommendation section updated.
682
+
683
+ = 3.0.97 =
684
+
685
+ * Fixed compatibility issue with WP Lightbox 2 Plugin.
686
+
687
+ = 3.0.96 =
688
+
689
+ * Fixed compatibility issue with woocommerce plugin.
690
+ * Fixed Layout issues.
691
+ * Fixed whitespacing issue.
692
+ * Unset plugin update scheduler on plugin uninstall.
693
+
694
+ = 3.0.95 =
695
+
696
+ * Fixed Major Bug Related to PL Uploader.
697
+ * Fixed Code for Plugins using Versions prior to 4.0
698
+
699
+ = 3.0.94 =
700
+
701
+ * Fixed Few Bugs
702
+ * Fixed Menus
703
+ * Implemented New Feature - Automatic Gallery Bank Plugin Update Enable/Disable.
704
+
705
+ = 3.0.93 =
706
+
707
+ * Removed unwanted code
708
+ * New Uploader Introduced.
709
+ * New Layout Introduced for uploader.
710
+ * Thumbs View in Uploader.
711
+ * Add, Edit Gallery Layout changed.
712
+ * Updated JS files.
713
+ * Slovenian Language updated.
714
+
715
+ = 3.0.92 =
716
+
717
+ * Few Bugs Fixed
718
+
719
+ = 3.0.91 =
720
+
721
+ * Recommendation section updated.
722
+ * Japanese Language updated.
723
+
724
+ = 3.0.90 =
725
+
726
+ * Major security bug fixed regarding image uploader.
727
+
728
+ = 3.0.89 =
729
+
730
+ * Pretty Photo lightbox license updated.
731
+
732
+ = 3.0.88 =
733
+
734
+ * Pricing Changed
735
+
736
+ = 3.0.87 =
737
+
738
+ * Few Bugs Fixed
739
+
740
+ = 3.0.86 =
741
+
742
+ * Added Compatibility with 4.1 WordPress.
743
+ * Fixed Bugs Related to Galleries Display.
744
+
745
+ = 3.0.85 =
746
+
747
+ * Changed variables to avoid confliction with other plugins.
748
+
749
+ = 3.0.84 =
750
+
751
+ * Minor Bugs Fixed Related to Galleries Display
752
+
753
+ = 3.0.83 =
754
+
755
+ * Added Update Message for New Versions.
756
+
757
+ = 3.0.82 =
758
+
759
+ * Major Bug Fixed Related to Multisite Wordpress.
760
+
761
+ = 3.0.81 =
762
+
763
+ * Multisite Compatibility Added.
764
+ * Added Compatibility with 4.0.1 WordPress
765
+ * Updated Pricing Table
766
+
767
+ = 3.0.80 =
768
+
769
+ * Conflict with JetPack discovered & fixed.
770
+ * Optimized Code
771
+
772
+ = 3.0.79 =
773
+
774
+ * Udpated Po & Mo Files for all Languages
775
+ * Updated Css Fixes
776
+ * Optimized Code
777
+
778
+ = 3.0.78 =
779
+
780
+ * Udpated Po & Mo Files
781
+ * Updated Css Fixes
782
+ * Updated Our Services Section
783
+ * Optimized Code
784
+ * Removed unwanted Files
785
+
786
+ = 3.0.76 =
787
+
788
+ * CSS Conflictions Fixed after 3.0.75 update
789
+ * Js Conflictions Fixed
790
+ * Readme.txt Updated
791
+
792
+ = 3.0.75 =
793
+
794
+ * Demo Links Updated as per New Website
795
+ * Readme.txt Changed as per New Website
796
+ * Recommended Section Added
797
+ * Other Services Section Added
798
+ * Pricing Section Updated
799
+ * Major Release before 4.0 update
800
+
801
+
802
+ = 3.0.75 =
803
+
804
+ * Masonry Colum Width Bug Fixed
805
+ * Overlapping Masonry Layout Fixed
806
+
807
+ = 3.0.74 =
808
+
809
+ * Banner Updated
810
+
811
+ = 3.0.73 =
812
+
813
+ * Banner Updated
814
+
815
+ = 3.0.72 =
816
+
817
+ * Danish Language Updated
818
+ * Banner Updated
819
+
820
+ = 3.0.71 =
821
+
822
+ * Banner Updated
823
+
824
+ = 3.0.70 =
825
+
826
+ * Major Security Bug XSS Vulnerability Fixed related to Album Sorting
827
+
828
+ = 3.0.69 =
829
+
830
+ * Updated Existing Language - Romanian
831
+ * Updated Existing Language - Indonesian
832
+ * Roles Bugs Fixed
833
+
834
+ = 3.0.68 =
835
+
836
+ * Added New Language - Croatian
837
+ * Added New Language - Norwegian
838
+ * Banner Updated
839
+
840
+ = 3.0.67 =
841
+
842
+ * Added New Language - Greek
843
+ * Updated Existing Language - Indonesian
844
+
845
+ = 3.0.66 =
846
+
847
+ * Compatibility Test with 4.0
848
+ * Few Bugs Fixed
849
+ * Banner Updated
850
+
851
+ = 3.0.65 =
852
+
853
+ * Few Bugs Fixed
854
+ * Banner Updated
855
+
856
+ = 3.0.64 =
857
+
858
+ * Few Bugs Fixed
859
+ * Banner Updated
860
+
861
+ = 3.0.63 =
862
+
863
+ * Major Security Bug Fixed
864
+
865
+ = 3.0.62 =
866
+
867
+ * Few Bugs Fixed
868
+ * Banner Updated
869
+
870
+ = 3.0.61 =
871
+
872
+ * Major Security Bug Fixed related to Upload.php file
873
+
874
+ = 3.0.60 =
875
+
876
+ * Few Bugs Fixed
877
+
878
+ = 3.0.59 =
879
+
880
+ * Chinese Language Updated
881
+
882
+ = 3.0.58 =
883
+
884
+ * Few Bugs Fixed
885
+
886
+ = 3.0.57 =
887
+
888
+ * Few Bugs Fixed
889
+
890
+ = 3.0.56 =
891
+
892
+ * Slovak Language Updated
893
+
894
+ = 3.0.55 =
895
+
896
+ * Few Bugs Fixed
897
+
898
+ = 3.0.54 =
899
+
900
+ * Few Bugs Fixed
901
+ * Few Possible Security Issues Addressed
902
+
903
+ = 3.0.53 =
904
+
905
+ * Language Bug Fixed
906
+
907
+ = 3.0.52 =
908
+
909
+ * Danish Language Updated
910
+
911
+ = 3.0.51 =
912
+
913
+ * Social Icons Added to Lightbox
914
+
915
+ = 3.0.50 =
916
+
917
+ * Few Possible Security Issues Addressed
918
+
919
+ = 3.0.49 =
920
+
921
+ * Polish Language Updated
922
+
923
+ = 3.0.48 =
924
+
925
+ * Czech Language Updated
926
+
927
+ = 3.0.47 =
928
+
929
+ * Advanced Security for Plugin Implemented
930
+
931
+ = 3.0.46 =
932
+
933
+ * Hungarian Language Updated
934
+
935
+ = 3.0.45 =
936
+
937
+ * Few Bugs Fixed
938
+ * Banner Updated
939
+
940
+ = 3.0.44 =
941
+
942
+ * Arabic Language Updated
943
+
944
+ = 3.0.43 =
945
+
946
+ * Few Bugs Fixed
947
+ * Banner Updated
948
+
949
+ = 3.0.42 =
950
+
951
+ * Thai Language Updated
952
+
953
+ = 3.0.41 =
954
+
955
+ * Few Bugs Fixed
956
+ * Banner Updated
957
+
958
+ = 3.0.40 =
959
+
960
+ * Bug Fixed with Menu Links shown to Subscriber and other roles.
961
+
962
+ = 3.0.39 =
963
+
964
+ * Russian Language Updated
965
+
966
+ = 3.0.38 =
967
+
968
+ * Few Bugs Fixed
969
+ * Banner Updated
970
+
971
+ = 3.0.37 =
972
+
973
+ * Major Bug Fixed related to Saving of Images
974
+ * Major Bug Fixed related to Editing of existing Albums
975
+
976
+ = 3.0.36 =
977
+
978
+ * Bug Fixed related to Saving of Albums
979
+
980
+ = 3.0.35 =
981
+
982
+ * Major Security Bug Fixed related to Upload.php file
983
+
984
+ = 3.0.34 =
985
+
986
+ * Bugs Fixed Related to Set as Album
987
+
988
+ = 3.0.33 =
989
+
990
+ * Few Bugs Fixed
991
+ * Broken Add New Album Link Fixed
992
+
993
+ = 3.0.32 =
994
+
995
+ * Major Bug fixed with saving of Data
996
+
997
+ = 3.0.31 =
998
+
999
+ * Few Bugs Fixed
1000
+ * Unwanted Banners Removed
1001
+
1002
+ = 3.0.30 =
1003
+
1004
+ * Turkish Language Updated
1005
+ * Delete Images Bug Fixed
1006
+
1007
+ = 3.0.29 =
1008
+
1009
+ * Few Bugs Fixed
1010
+ * Added Functionality to support Bulk Images Upload
1011
+
1012
+ = 3.0.28 =
1013
+
1014
+ * Few Bugs Fixed
1015
+ * CK Editor Compatibility Added
1016
+
1017
+ = 3.0.27 =
1018
+
1019
+ * Few Bugs Fixed
1020
+ * Unwanted Banners Removed
1021
+
1022
+ = 3.0.26 =
1023
+
1024
+ * New Language ADDED - Belarusian
1025
+ * Language Updated - Russian
1026
+
1027
+ = 3.0.25 =
1028
+
1029
+ * Languages Updated
1030
+
1031
+ = 3.0.24 =
1032
+
1033
+ * Banner Updated
1034
+
1035
+ = 3.0.23 =
1036
+
1037
+ * Licenses Updated
1038
+
1039
+ = 3.0.22 =
1040
+
1041
+ * Png Image Bug Fixed
1042
+ * Language Updated - Hebrew
1043
+
1044
+ = 3.0.21 =
1045
+
1046
+ * New Layout Introduced
1047
+ * Help Video Added
1048
+ * Bugs Fixed with Title & Description
1049
+ * Compatibility with 3.9
1050
+ * Language Updated - Finnish
1051
+
1052
+ = 3.0.20 =
1053
+
1054
+ * Bugs Fixed
1055
+ * Compatibility with 3.9
1056
+
1057
+ = 3.0.19 =
1058
+
1059
+ * Language Updated - Finnish
1060
+
1061
+ = 3.0.18 =
1062
+
1063
+ * New Help Popup Introduced
1064
+ * Compatiblity with 3.8.3
1065
+
1066
+ = 3.0.17 =
1067
+
1068
+ * Language Updated - German
1069
+
1070
+ = 3.0.16 =
1071
+
1072
+ * Language Updated - Italian
1073
+
1074
+ = 3.0.15 =
1075
+
1076
+ * New Language Added - Estonian
1077
+
1078
+ = 3.0.14 =
1079
+
1080
+ * Language Updated - Portuguese
1081
+
1082
+ = 3.0.13 =
1083
+
1084
+ * Language Updated - French
1085
+
1086
+ = 3.0.12 =
1087
+
1088
+ * Language Updated - Swedish
1089
+
1090
+ = 3.0.11 =
1091
+
1092
+ * Few Bugs Fixed
1093
+ * Removed Unwated Banners
1094
+
1095
+ = 3.0.10 =
1096
+
1097
+ * Few Bugs Fixed
1098
+ * New Language Added - Ukrainian
1099
+
1100
+ = 3.0.9 =
1101
+
1102
+ * Few Bugs Fixed
1103
+
1104
+ = 3.0.8 =
1105
+
1106
+ * Dutch Language Updated
1107
+ * Uninstall Hook Removed
1108
+
1109
+ = 3.0.7 =
1110
+
1111
+ * Updated Languages
1112
+ * Bug Fixed Related to Pl Uploader which stops WP Media
1113
+
1114
+ = 3.0.6 =
1115
+
1116
+ * Updated Languages
1117
+ * Fixed Few Bugs Related to Lightbox
1118
+ * Request for Translation of New Languages
1119
+
1120
+ = 3.0.5 =
1121
+
1122
+ * Updated Languages
1123
+ * Fixed Few Bugs Related to Lightbox
1124
+ * Checked If Permissions are Set to Directory
1125
+
1126
+ = 3.0.4 =
1127
+
1128
+ * Updated Languages
1129
+ * Fixed Few Bugs Related to Thumbnails generation
1130
+ * Fixed Copy Images for existing albums to new folder
1131
+ * Fixed Problem of loosing images when upgrading to latest versions.
1132
+
1133
+ = 3.0.3 =
1134
+
1135
+ * Updated Spanish Languages
1136
+ * Fixed Few Bugs Related to Thumbnails generation
1137
+ * Removed unwanted stuff
1138
+
1139
+ = 3.0.2 =
1140
+
1141
+ * Updated all Languages
1142
+ * Fixed Few Bugs Related to Thumbnails
1143
+ * Added Warning Permissions Message for Thumbnails
1144
+
1145
+ = 3.0.1 =
1146
+
1147
+ * Updated all Languages
1148
+ * Fixed Few Bugs Related to Database Upgrade from Previous versions
1149
+ * Add New Page to show how to add Shortcodes.
1150
+
1151
+ = 3.0.0 =
1152
+
1153
+ * Major Release
1154
+ * New Feature : Images are now being saved in Gallery Bank itself instead of WP Uploads.
1155
+ * New Feature : Thumbs are now created by the system itself rather than any 3rd Party script like Timbthumb etc.
1156
+ * New Feature : Improved Performance
1157
+ * New Feature : Improved Database to manage Gallery Bank
1158
+ * New Feature : Indexing on Tables to grab results quickly
1159
+ * New Feature : Highly Optimized Code
1160
+ * New Feature : Responsive Layout
1161
+ * New Feature : Easily adaptable environment for any device.
1162
+ * New Feature : Bulk Upload of Images
1163
+ * New Feature : New Short-code Wizard
1164
+ * New Feature : Url Redirect to redirect on click of an image.
1165
+ * New Feature : Compact Albums
1166
+ * New Feature : Extended Albums
1167
+ * New Feature : Basic Thumbnail Gallery
1168
+ * New Feature : Masonry Gallery
1169
+ * New Feature : List Album Format
1170
+ * New Feature : Grid Album Format
1171
+ * New Feature : Images in Row for displaying number of images per row
1172
+ * New Feature : Albums in Row for displaying number of albums per row
1173
+ * New Feature : Albums in Row for displaying number of albums per row
1174
+ * New Feature : Filmstrip Gallery Format(Premium Versions)
1175
+ * New Feature : Slideshow Gallery(Premium Versions)
1176
+ * New Feature : Special Effects on Images & Albums(Premium Versions)
1177
+ * New Feature : Animation Effects on Images & Albums(Premium Versions)
1178
+ * New Feature : Bulk Deletion of Images(Premium Versions)
1179
+ * New Feature : Sorting of Images(Premium Versions)
1180
+ * New Feature : Sorting of Albums(Premium Versions)
1181
+ * New Feature : Social Sharing(Premium Versions)
1182
+ * New Feature : Commenting on Images(Premium Versions)
1183
+ * New Feature : Widgets(Premium Versions)
1184
+ * New Feature : Tags for each Image to make Filerable Gallery Album(Premium Versions)
1185
+ * New Feature : Bulk Deletion of Albums(Premium Versions)
1186
+ * New Feature : Purging Albums and Images(Premium Versions)
1187
+ * New Feature : Restore Factory Settings(Premium Versions)
1188
+ * New Feature : Global Settings(Premium Versions)
1189
+ * New Feature : Thumbnail Settings(Premium Versions)
1190
+ * New Feature : Album Settings(Premium Versions)
1191
+ * New Feature : Lightbox Settings(Premium Versions)
1192
+ * New Feature : Different Lightboxes like FooBox,ColorBox,FancyBox2,Lightbox2,Custom GB Lightbox,Pretty Photo(Premium Versions)
1193
+ * New Feature : Pagination(Premium Versions)
1194
+ * New Feature : Filter Settings(Premium Versions)
1195
+ * New Feature : Roles & Capabilities(Premium Versions)
1196
+ * Bugs Fixed : Wrong images displayed when videos added.
1197
+
1198
+ = 2.0.26 =
1199
+
1200
+ * Minor Database update before Major Version Release
1201
+
1202
+ = 2.0.25 =
1203
+
1204
+ * Fixed few issues with Wordpress 3.8.1 compatibility
1205
+
1206
+ = 2.0.24 =
1207
+
1208
+ * Fixed Bugs Related to Front View
1209
+ * Fixed Bugs Related to Front View Albums
1210
+ * Fixed Bugs Related to Front View Albums with Images
1211
+ * Fixed Bugs Related to Css Display
1212
+ * Lightbox Updated
1213
+
1214
+ = 2.0.23 =
1215
+
1216
+ * Fixed few issues with Wordpress 3.8 compatibility
1217
+
1218
+ = 2.0.22 =
1219
+
1220
+ * Option Added to Gather Data for Testing Purposes for Better Compatibility
1221
+
1222
+ = 2.0.21 =
1223
+
1224
+ * Few Bugs Fixed
1225
+
1226
+ = 2.0.20 =
1227
+
1228
+ * Few Bugs Fixed
1229
+ * Fixed Security Issues
1230
+ * Fixed Cross Scripting Issues
1231
+ * Compatibility with 3.7
1232
+
1233
+ = 2.0.19 =
1234
+
1235
+ * Few Bugs Fixed
1236
+ * Introducing Jquery Masonry
1237
+ * Removed Timbthumb
1238
+
1239
+ = 2.0.18 =
1240
+
1241
+ * Few Bugs Fixed
1242
+
1243
+ = 2.0.17 =
1244
+
1245
+ * Few Bugs Fixed
1246
+
1247
+ = 2.0.16 =
1248
+
1249
+ * Languages Updated
1250
+
1251
+ = 2.0.15 =
1252
+
1253
+ * Fixed Bugs with Saving Albums
1254
+
1255
+ = 2.0.14 =
1256
+
1257
+ * Introducing Videos in Gallery Bank
1258
+ * Fixed Bugs with Thumbnails
1259
+ * Fixed Bugs related to Timbthumb
1260
+
1261
+ = 2.0.13 =
1262
+
1263
+ * Few Bugs Fixed
1264
+
1265
+ = 2.0.12 =
1266
+
1267
+ * Few Bugs Fixed
1268
+
1269
+ = 2.0.11 =
1270
+
1271
+ * Fixed Bug Related to Description of Images in Internet Explorer
1272
+
1273
+ = 2.0.9 =
1274
+
1275
+ * Fixed Bug Related to Menus visible to Users other than Administrator
1276
+
1277
+ = 2.0.8 =
1278
+
1279
+ * Few Bugs Fixed
1280
+ * Languages Updated
1281
+
1282
+ = 2.0.7 =
1283
+
1284
+ * Plugin Confliction with JetPack Fixed
1285
+ * Languages Updated
1286
+
1287
+ = 2.0.6 =
1288
+
1289
+ * Documentation Updated
1290
+ * Languages Updated
1291
+ * CSS Conflicts fixed
1292
+
1293
+ = 2.0.5 =
1294
+
1295
+ * New Functionality Introduced
1296
+ * Documentation Added
1297
+ * Js Conflicts fixed
1298
+
1299
+ = 2.0.4 =
1300
+
1301
+ * Plugin Update Conflicts Fixed
1302
+ * Browser Conflicts Fixed
1303
+ * Js Conflicts fixed
1304
+
1305
+ = 2.0.3 =
1306
+
1307
+ * Plugin Update Conflicts Fixed
1308
+
1309
+ = 2.0.2 =
1310
+
1311
+ * CSS Conflicts Fixed
1312
+ * Layout Break in sites fixed
1313
+ * Thumbnails Issue fixed
1314
+ * Languages updated
1315
+
1316
+ = 2.0.1 =
1317
+
1318
+ * CSS Conflicts Fixed
1319
+ * Timbthumb 2.8.11 Updated
1320
+
1321
+ = 2.0.0 =
1322
+
1323
+ * Introduction of New Version 2.0
1324
+ * Introduction of Pagination for Images
1325
+ * Bulk Delete of Images in Album
1326
+ * General Settings for all Albums
1327
+ * Individual Settings for Album
1328
+ * New Design & Style
1329
+
1330
+ = 1.8.7 =
1331
+
1332
+ * Timbthumb Thumbnails Issue fixed.
1333
+
1334
+ = 1.8.6 =
1335
+
1336
+ * Readme.txt Updated
1337
+ * Languages Updated
1338
+
1339
+ = 1.8.5 =
1340
+
1341
+ * Timbthumb Quality Issues Fixed
1342
+ * Formatting Issue Resolved
1343
+
1344
+ = 1.8.4 =
1345
+
1346
+ * Introduced Sorting of Images in an Album
1347
+ * Album Formatting conflict resolved
1348
+
1349
+ = 1.8.3 =
1350
+
1351
+ * Introduced Timthumb for Thumbnails
1352
+ * Title Alignment - Fixed.
1353
+ * Thumbnails were disorted - Fixed.
1354
+
1355
+ = 1.8.2 =
1356
+
1357
+ * Title Name on Front View & Albums were incorrect - Fixed.
1358
+ * Title Alignment - Fixed.
1359
+ * Thumbnails were disorted -Fixed.
1360
+
1361
+ = 1.8.1 =
1362
+
1363
+ * Titles were not saved properly
1364
+ * Few Bugs solved.
1365
+
1366
+ = 1.8.0 =
1367
+
1368
+ * Added 7 new Languages.
1369
+
1370
+ = 1.7.9 =
1371
+
1372
+ * Bugs fixed with Saving Logic.
1373
+
1374
+ = 1.7.8 =
1375
+
1376
+ * Bugs fixed with Album creation.
1377
+
1378
+ = 1.7.5 =
1379
+
1380
+ * Possible to upload upto 300 images at 1 instance in a n album
1381
+ * Few Bugs fixed.
1382
+ * All Languages updated
1383
+
1384
+ = 1.7 =
1385
+
1386
+ * Introducing Jquery Masonry
1387
+ * Uninstall Hook Removed
1388
+
1389
+ = 1.6 =
1390
+
1391
+ * Bug of Thumbnail Disorted Images fixed
1392
+ * Bug of No Album images shown in case of admin not logged in fixed.
1393
+ * Uninstall Hook Removed
1394
+
1395
+ = 1.5 =
1396
+
1397
+ * Album Covers Introduced
1398
+ * Css Conflicts Fixed
1399
+ * All Translations Updated
1400
+
1401
+ = 1.4 =
1402
+
1403
+ * Few Bugs Fixed
1404
+ * Css Conflicts Fixed
1405
+ * Languages Added Russian, Cezch, Hebrew & Serbian
1406
+
1407
+ = 1.3 =
1408
+
1409
+ * Few Bugs Fixed
1410
+ * Css Conflicts Fixed
1411
+ * Languages Updated
1412
+
1413
+ = 1.2 =
1414
+
1415
+ * Few Bugs Fixed in Gallery Bank
1416
+ * Lightbox logic changed
1417
+ * Thumbnails Fixed
1418
+
1419
+ = 1.1 =
1420
+
1421
+ * Few Bugs Fixed in Gallery Bank
1422
+
1423
+ = 1.0 =
1424
+
1425
+ * Initial Version Release