Version Description
- Updated Languages
- Bug Fixed Related to Pl Uploader which stops WP Media
Download this release
Release Info
Developer | Gallery-Bank |
Plugin | Gallery Bank: WordPress Photo Gallery Plugin |
Version | 3.0.7 |
Comparing to | |
See all releases |
Code changes from version 3.0.6 to 3.0.7
- assets/js/plupload.full.min.js +1 -1
- gallery-bank.php +1 -1
- readme.txt +9 -2
assets/js/plupload.full.min.js
CHANGED
@@ -2689,7 +2689,7 @@
|
|
2689 |
}
|
2690 |
|
2691 |
var i = e.settings.url, s = e.settings.chunk_size, u = e.settings.max_retries, a = e.features, f = 0, c;
|
2692 |
-
n.loaded && (f = n.loaded = s * Math.floor(n.loaded / s)), c = n.getSource(), e.settings.resize
|
2693 |
c = e, n.size = e.size, p()
|
2694 |
}) : p()
|
2695 |
}
|
2689 |
}
|
2690 |
|
2691 |
var i = e.settings.url, s = e.settings.chunk_size, u = e.settings.max_retries, a = e.features, f = 0, c;
|
2692 |
+
n.loaded && (f = n.loaded = s * Math.floor(n.loaded / s)), c = n.getSource(), e.settings.resize && E(c, "send_binary_string") && !!~t.inArray(c.type, ["image/jpeg", "image/png"]) ? T.call(this, c, e.settings.resize, function (e) {
|
2693 |
c = e, n.size = e.size, p()
|
2694 |
}) : p()
|
2695 |
}
|
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.
|
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.7
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Gallery-Bank,contact-banker
|
|
3 |
Tags: admin, album, best gallery plugin, best portfolio plugin, comments, easy media gallery, filterable gallery, filterable portfolio, gallery, gallery album, gallery bank, gallery wordpress plugin, google, grid gallery, html5 mp3 player, html5, mp4 player, image, image album, image slider, images, links, media, nextgen, page, pagination gallery, pagination portfolio, photo album, photo albums, photo gallery, photo slider, photos, pictures, plugin, portfolio, portfolio gallery, portfolio wordpress plugin, post, posts, responsive gallery, seo image,sidebar, slideshow, thumbnails, twitter, videos, widget, wordpress gallery plugin, wordpress portfolio plugin, wp gallery, wp gallery plugin
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.8.1
|
6 |
-
Stable tag: 3.0.
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -20,6 +20,7 @@ Gallery Bank has become the **Best Plugin** in the world for WordPress sites to
|
|
20 |
> * [Gallery Bank](http://tech-banker.com/gallery-bank/)
|
21 |
> * [Gallery Bank Demos](http://tech-banker.com/gallery-bank/demo/)
|
22 |
> * [Demo Using Masonry Layout in Individual Images](http://tech-banker.com/gallery-bank/demo/individual-images-with-title-and-description-masonry-layout/)
|
|
|
23 |
> * [Demo Using Masonry Layout in Individual Album](http://tech-banker.com/gallery-bank/demo/individual-album-with-title-and-description-masonry-layout/)
|
24 |
> * [Demo Using Masonry Layout in Grid Format](http://tech-banker.com/gallery-bank/demo/albums-in-grid-format-with-title-and-description-masonry-layout/)
|
25 |
> * [Demo Using Masonry Layout in List Format](http://tech-banker.com/gallery-bank/demo/albums-in-list-format-with-title-and-description-masonry-layout/)
|
@@ -45,7 +46,7 @@ It provides a powerful engine for uploading and managing galleries of images & v
|
|
45 |
|
46 |
Gallery Bank is designed to adapt each portfolio to any situation and can be easily used on mobiles as it is a Responsive Plugin.
|
47 |
|
48 |
-
***March
|
49 |
|
50 |
<a href="http://tech-banker.com/forum/gallery-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
|
51 |
|
@@ -219,6 +220,12 @@ With Global Settings, you can define different settings for Thumbnails, Albums,
|
|
219 |
6. Opening Image of the Album in Lightbox.
|
220 |
|
221 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
= 3.0.6 =
|
223 |
|
224 |
* Updated Languages
|
3 |
Tags: admin, album, best gallery plugin, best portfolio plugin, comments, easy media gallery, filterable gallery, filterable portfolio, gallery, gallery album, gallery bank, gallery wordpress plugin, google, grid gallery, html5 mp3 player, html5, mp4 player, image, image album, image slider, images, links, media, nextgen, page, pagination gallery, pagination portfolio, photo album, photo albums, photo gallery, photo slider, photos, pictures, plugin, portfolio, portfolio gallery, portfolio wordpress plugin, post, posts, responsive gallery, seo image,sidebar, slideshow, thumbnails, twitter, videos, widget, wordpress gallery plugin, wordpress portfolio plugin, wp gallery, wp gallery plugin
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.8.1
|
6 |
+
Stable tag: 3.0.7
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
20 |
> * [Gallery Bank](http://tech-banker.com/gallery-bank/)
|
21 |
> * [Gallery Bank Demos](http://tech-banker.com/gallery-bank/demo/)
|
22 |
> * [Demo Using Masonry Layout in Individual Images](http://tech-banker.com/gallery-bank/demo/individual-images-with-title-and-description-masonry-layout/)
|
23 |
+
> * [Demo Using Masonry Layout with Animation Effects](http://tech-banker.com/gallery-bank/demo/individual-images-with-title-using-animation-effects-masonry-layout/)
|
24 |
> * [Demo Using Masonry Layout in Individual Album](http://tech-banker.com/gallery-bank/demo/individual-album-with-title-and-description-masonry-layout/)
|
25 |
> * [Demo Using Masonry Layout in Grid Format](http://tech-banker.com/gallery-bank/demo/albums-in-grid-format-with-title-and-description-masonry-layout/)
|
26 |
> * [Demo Using Masonry Layout in List Format](http://tech-banker.com/gallery-bank/demo/albums-in-list-format-with-title-and-description-masonry-layout/)
|
46 |
|
47 |
Gallery Bank is designed to adapt each portfolio to any situation and can be easily used on mobiles as it is a Responsive Plugin.
|
48 |
|
49 |
+
***March 26, 2014: We're happy to announce that Gallery Bank reached 96,000+ plugin downloads in only 10 months. We frequently receive positive feedback from people using our Gallery Bank Plugin for WordPress. Thanks so much for your support!***
|
50 |
|
51 |
<a href="http://tech-banker.com/forum/gallery-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
|
52 |
|
220 |
6. Opening Image of the Album in Lightbox.
|
221 |
|
222 |
== Changelog ==
|
223 |
+
|
224 |
+
= 3.0.7 =
|
225 |
+
|
226 |
+
* Updated Languages
|
227 |
+
* Bug Fixed Related to Pl Uploader which stops WP Media
|
228 |
+
|
229 |
= 3.0.6 =
|
230 |
|
231 |
* Updated Languages
|