Version Description
Download this release
Release Info
Developer | Gallery-Bank |
Plugin | Gallery Bank: WordPress Photo Gallery Plugin |
Version | 2.0.12 |
Comparing to | |
See all releases |
Code changes from version 2.0.11 to 2.0.12
- .project +12 -0
- gallery-bank.php +1 -1
- readme.txt +5 -1
- views/add-new-album.php +2 -1
- views/edit-album.php +2 -1
.project
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<projectDescription>
|
3 |
+
<name>gallery-bank</name>
|
4 |
+
<comment></comment>
|
5 |
+
<projects>
|
6 |
+
</projects>
|
7 |
+
<buildSpec>
|
8 |
+
</buildSpec>
|
9 |
+
<natures>
|
10 |
+
<nature>com.aptana.projects.webnature</nature>
|
11 |
+
</natures>
|
12 |
+
</projectDescription>
|
gallery-bank.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin URI: http://gallery-bank.com
|
5 |
Description: Gallery Bank is an interactive WordPress photo gallery plugin, best fit for creative and corporate portfolio websites.
|
6 |
Author: Gallery-Bank
|
7 |
-
Version: 2.0.
|
8 |
Author URI: http://gallery-bank.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
4 |
Plugin URI: http://gallery-bank.com
|
5 |
Description: Gallery Bank is an interactive WordPress photo gallery plugin, best fit for creative and corporate portfolio websites.
|
6 |
Author: Gallery-Bank
|
7 |
+
Version: 2.0.12
|
8 |
Author URI: http://gallery-bank.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: gallery, gallery images, album, foto, fotoalbum, website gallery, multiple
|
|
4 |
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.6
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -137,6 +137,10 @@ With this bulk deletion feature, you can now delete the pictures you want in bul
|
|
137 |
|
138 |
= 2.0.9 =
|
139 |
|
|
|
|
|
|
|
|
|
140 |
* Fixed Bug Related to Menus visible to Users other than Administrator
|
141 |
|
142 |
= 2.0.8 =
|
4 |
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.6
|
7 |
+
Stable tag: 2.0.12
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
137 |
|
138 |
= 2.0.9 =
|
139 |
|
140 |
+
* Fixed Bug Related to Description of Images in Internet Explorer
|
141 |
+
|
142 |
+
= 2.0.9 =
|
143 |
+
|
144 |
* Fixed Bug Related to Menus visible to Users other than Administrator
|
145 |
|
146 |
= 2.0.8 =
|
views/add-new-album.php
CHANGED
@@ -716,7 +716,7 @@
|
|
716 |
var block1 = jQuery("<div class=\"block\" style=\"width:66%;float:left\">");
|
717 |
var box = jQuery("<div class=\"control-group\"><input type=\"text\" style=\"width=150%\" class=\"span12\" id=\"title_img_"+dynamicId+"\" placeholder=\"<?php _e( "Enter your Image Title", gallery_bank);?>\" /></div>");
|
718 |
block1.append(box);
|
719 |
-
var text = jQuery("<div class=\"control-group\"><textarea id=\"des_img_"+dynamicId+"\" rows=\"5\"
|
720 |
block1.append(text);
|
721 |
var url_check = jQuery("<div class=\"control-group\"><input type=\"checkbox\" id=\"url_check_"+dynamicId+"\" value=\"1\" style=\"cursor: pointer; margin-top:0px;\" onclick=\"chk_url_req("+dynamicId+")\"/> <span><?php _e( "Url to Redirect on click of an Image", gallery_bank );?></span></div>");
|
722 |
block1.append(url_check);
|
@@ -731,6 +731,7 @@
|
|
731 |
tr.append(td);
|
732 |
oTable = jQuery('#add-album-data-table').dataTable();
|
733 |
oTable.fnAddData([tr.html()]);
|
|
|
734 |
count_images++;
|
735 |
}
|
736 |
|
716 |
var block1 = jQuery("<div class=\"block\" style=\"width:66%;float:left\">");
|
717 |
var box = jQuery("<div class=\"control-group\"><input type=\"text\" style=\"width=150%\" class=\"span12\" id=\"title_img_"+dynamicId+"\" placeholder=\"<?php _e( "Enter your Image Title", gallery_bank);?>\" /></div>");
|
718 |
block1.append(box);
|
719 |
+
var text = jQuery("<div class=\"control-group\"><textarea id=\"des_img_"+dynamicId+"\" rows=\"5\" style=\"width=150%\" class=\"span12\"></textarea></div>");
|
720 |
block1.append(text);
|
721 |
var url_check = jQuery("<div class=\"control-group\"><input type=\"checkbox\" id=\"url_check_"+dynamicId+"\" value=\"1\" style=\"cursor: pointer; margin-top:0px;\" onclick=\"chk_url_req("+dynamicId+")\"/> <span><?php _e( "Url to Redirect on click of an Image", gallery_bank );?></span></div>");
|
722 |
block1.append(url_check);
|
731 |
tr.append(td);
|
732 |
oTable = jQuery('#add-album-data-table').dataTable();
|
733 |
oTable.fnAddData([tr.html()]);
|
734 |
+
jQuery('#des_img_'+dynamicId).attr("placeholder", "<?php _e( "Enter your Image Description", gallery_bank);?>");
|
735 |
count_images++;
|
736 |
}
|
737 |
|
views/edit-album.php
CHANGED
@@ -1269,7 +1269,7 @@
|
|
1269 |
var block1 = jQuery("<div class=\"block\" style=\"width:66%;float:left\">");
|
1270 |
var box = jQuery("<div class=\"control-group\"><input type=\"text\" class=\"span12\" id=\"pic_title_"+dynamicId+"\" placeholder=\"<?php _e( "Enter your Image Title", gallery_bank);?>\" /></div>");
|
1271 |
block1.append(box);
|
1272 |
-
var text = jQuery("<div class=\"control-group\"><textarea id=\"pic_des_"+dynamicId+"\" rows=\"5\"
|
1273 |
block1.append(text);
|
1274 |
block1.append("</div>");
|
1275 |
var checkboxes = jQuery("<div class=\"control-group\"><input type=\"checkbox\" value=\"1\" style=\"cursor: pointer; margin-top:0px;\" id=\"chk_url_"+dynamicId+"\" name=\"chk_url_"+dynamicId+"\" onclick=\"check_url_req("+dynamicId+")\"> <span><?php _e( "Url to Redirect on click of an Image", gallery_bank );?></span></div>");
|
@@ -1287,6 +1287,7 @@
|
|
1287 |
oTable = jQuery('#edit-album-data-table').dataTable();
|
1288 |
oTable.fnAddData([tr.html()]);
|
1289 |
array_new.push(dynamicId);
|
|
|
1290 |
images_count++;
|
1291 |
}
|
1292 |
});
|
1269 |
var block1 = jQuery("<div class=\"block\" style=\"width:66%;float:left\">");
|
1270 |
var box = jQuery("<div class=\"control-group\"><input type=\"text\" class=\"span12\" id=\"pic_title_"+dynamicId+"\" placeholder=\"<?php _e( "Enter your Image Title", gallery_bank);?>\" /></div>");
|
1271 |
block1.append(box);
|
1272 |
+
var text = jQuery("<div class=\"control-group\"><textarea id=\"pic_des_"+dynamicId+"\" rows=\"5\" class=\"span12\"></textarea></div>");
|
1273 |
block1.append(text);
|
1274 |
block1.append("</div>");
|
1275 |
var checkboxes = jQuery("<div class=\"control-group\"><input type=\"checkbox\" value=\"1\" style=\"cursor: pointer; margin-top:0px;\" id=\"chk_url_"+dynamicId+"\" name=\"chk_url_"+dynamicId+"\" onclick=\"check_url_req("+dynamicId+")\"> <span><?php _e( "Url to Redirect on click of an Image", gallery_bank );?></span></div>");
|
1287 |
oTable = jQuery('#edit-album-data-table').dataTable();
|
1288 |
oTable.fnAddData([tr.html()]);
|
1289 |
array_new.push(dynamicId);
|
1290 |
+
jQuery('#pic_des_'+dynamicId).attr("placeholder", "<?php _e( "Enter your Image Description", gallery_bank);?>");
|
1291 |
images_count++;
|
1292 |
}
|
1293 |
});
|