Gallery Bank: WordPress Photo Gallery Plugin - Version 3.0.6

Version Description

  • Updated Languages
  • Fixed Few Bugs Related to Lightbox
  • Request for Translation of New Languages
Download this release

Release Info

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

Code changes from version 3.0.5 to 3.0.6

Files changed (3) hide show
  1. gallery-bank.php +1 -1
  2. readme.txt +7 -2
  3. views/header.php +14 -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.5
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.6
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.5
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -45,7 +45,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 20, 2014: We're happy to announce that Gallery Bank reached 92,900+ 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!***
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 +219,11 @@ With Global Settings, you can define different settings for Thumbnails, Albums,
219
  6. Opening Image of the Album in Lightbox.
220
 
221
  == Changelog ==
 
 
 
 
 
222
 
223
  = 3.0.5 =
224
 
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.6
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
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 22, 2014: We're happy to announce that Gallery Bank reached 94,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!***
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. Opening Image of the Album in Lightbox.
220
 
221
  == Changelog ==
222
+ = 3.0.6 =
223
+
224
+ * Updated Languages
225
+ * Fixed Few Bugs Related to Lightbox
226
+ * Request for Translation of New Languages
227
 
228
  = 3.0.5 =
229
 
views/header.php CHANGED
@@ -1,8 +1,10 @@
1
  <?php
2
  $gb_lang = array();
 
3
  array_push($gb_lang, "ar", "bg_BG", "da_DK", "de_DE", "fi_FI", "fr_FR", "he_IL", "hu_HU", "id_ID",
4
  "it_IT", "ja", "ko_KR", "ms_MY", "nl_NL", "pl_PL", "pt_BR", "pt_PT", "ro_RO", "ru_RU", "sk_SK", "sl_SI", "sq_AL",
5
  "sr_RS", "sv_SE", "th", "tr", "zh_CN");
 
6
  $language = get_locale();
7
  ?>
8
 
@@ -24,6 +26,18 @@ if(in_array($language, $gb_lang))
24
  </div>
25
  <?php
26
  }
 
 
 
 
 
 
 
 
 
 
 
 
27
  ?>
28
  <div class="message red" style="display: block;margin-top:30px">
29
  <span>
1
  <?php
2
  $gb_lang = array();
3
+ $gb_translated_lang = array();
4
  array_push($gb_lang, "ar", "bg_BG", "da_DK", "de_DE", "fi_FI", "fr_FR", "he_IL", "hu_HU", "id_ID",
5
  "it_IT", "ja", "ko_KR", "ms_MY", "nl_NL", "pl_PL", "pt_BR", "pt_PT", "ro_RO", "ru_RU", "sk_SK", "sl_SI", "sq_AL",
6
  "sr_RS", "sv_SE", "th", "tr", "zh_CN");
7
+ array_push($gb_translated_lang, "en_GB", "en_US", "es_ES");
8
  $language = get_locale();
9
  ?>
10
 
26
  </div>
27
  <?php
28
  }
29
+ elseif(!(in_array($language, $gb_translated_lang)) && !(in_array($language, $gb_lang)) && $language != "")
30
+ {
31
+ ?>
32
+ <div class="message red" style="display: block;margin-top:30px">
33
+ <span style="padding: 4px 0;">
34
+ <strong><p style="font:12px/1.0em Arial !important;">If you would like to translate Gallery Bank in your native language, we will reward you with a free Pro Version License of Gallery Bank worth 16£.</p>
35
+ <p style="font:12px/1.0em Arial !important;">Contact Us at <a target="_blank" href="http://tech-banker.com">http://tech-banker.com</a> or email us at <a href="mailto:support@tech-banker.com">support@tech-banker.com</a></p>
36
+ </strong>
37
+ </span>
38
+ </div>
39
+ <?php
40
+ }
41
  ?>
42
  <div class="message red" style="display: block;margin-top:30px">
43
  <span>