Version Description
- Album Description Shown under Album Title
Download this release
Release Info
Developer | contact-banker |
Plugin | Gallery Bank: WordPress Photo Gallery Plugin |
Version | 3.0.334 |
Comparing to | |
See all releases |
Code changes from version 3.0.333 to 3.0.334
- front_views/includes_common_before.php +18 -0
- gallery-bank.php +1 -1
- readme.txt +6 -2
front_views/includes_common_before.php
CHANGED
@@ -23,6 +23,14 @@ switch ($album_type) {
|
|
23 |
$album_id
|
24 |
)
|
25 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
if($display == "all" || $display == "")
|
27 |
{
|
28 |
switch($sort_by)
|
@@ -183,6 +191,15 @@ switch ($album_type) {
|
|
183 |
$album_id
|
184 |
)
|
185 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
$albumCover = $wpdb->get_row
|
187 |
(
|
188 |
$wpdb->prepare
|
@@ -912,6 +929,7 @@ switch ($album_type) {
|
|
912 |
{
|
913 |
?>
|
914 |
<h3><?php echo stripcslashes(htmlspecialchars_decode($album)); ?></h3>
|
|
|
915 |
<?php
|
916 |
}
|
917 |
break;
|
23 |
$album_id
|
24 |
)
|
25 |
);
|
26 |
+
$album_desc = $wpdb->get_var
|
27 |
+
(
|
28 |
+
$wpdb->prepare
|
29 |
+
(
|
30 |
+
"SELECT description FROM " . gallery_bank_albums() . " where album_id = %d",
|
31 |
+
$album_id
|
32 |
+
)
|
33 |
+
);
|
34 |
if($display == "all" || $display == "")
|
35 |
{
|
36 |
switch($sort_by)
|
191 |
$album_id
|
192 |
)
|
193 |
);
|
194 |
+
$album_desc = $wpdb->get_var
|
195 |
+
(
|
196 |
+
$wpdb->prepare
|
197 |
+
(
|
198 |
+
"SELECT description FROM " . gallery_bank_albums() . " where album_id = %d",
|
199 |
+
$album_id
|
200 |
+
)
|
201 |
+
);
|
202 |
+
|
203 |
$albumCover = $wpdb->get_row
|
204 |
(
|
205 |
$wpdb->prepare
|
929 |
{
|
930 |
?>
|
931 |
<h3><?php echo stripcslashes(htmlspecialchars_decode($album)); ?></h3>
|
932 |
+
<h5><?php echo stripcslashes(htmlspecialchars_decode($album_desc)); ?></h5>
|
933 |
<?php
|
934 |
}
|
935 |
break;
|
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 |
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.334
|
8 |
Author URI: http://tech-banker.com
|
9 |
License: GPLv3 or later
|
10 |
*/
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Gallery-Bank,contact-banker
|
|
3 |
Tags: add album, add gallery, add pictures, admin, AJAX, album, banner rotator, best gallery, best gallery plugin, comments, 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, 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
|
6 |
-
Stable tag: 3.0.
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -500,7 +500,11 @@ is False in shortcode.
|
|
500 |
|
501 |
== Changelog ==
|
502 |
|
503 |
-
= 3.0.
|
|
|
|
|
|
|
|
|
504 |
|
505 |
* Few Urgent Bugs Fixed.
|
506 |
|
3 |
Tags: add album, add gallery, add pictures, admin, AJAX, album, banner rotator, best gallery, best gallery plugin, comments, 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, 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
|
6 |
+
Stable tag: 3.0.334
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
500 |
|
501 |
== Changelog ==
|
502 |
|
503 |
+
= 3.0.334 =
|
504 |
+
|
505 |
+
* Album Description Shown under Album Title
|
506 |
+
|
507 |
+
= 3.0.333 =
|
508 |
|
509 |
* Few Urgent Bugs Fixed.
|
510 |
|