Version Description
Download this release
Release Info
Developer | Gallery-Bank |
Plugin | Gallery Bank: WordPress Photo Gallery Plugin |
Version | 2.0.26 |
Comparing to | |
See all releases |
Code changes from version 2.0.25 to 2.0.26
- gallery-bank.php +1 -1
- lib/class-tracking.php +1 -4
- readme.txt +2 -2
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.26
|
8 |
Author URI: http://gallery-bank.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
lib/class-tracking.php
CHANGED
@@ -7,10 +7,7 @@ if ( !class_exists( 'TrackingForGalleryBank' ) ) {
|
|
7 |
* Class constructor
|
8 |
*/
|
9 |
function __construct() {
|
10 |
-
|
11 |
-
if ( !wp_next_scheduled( 'TrackingForGalleryBank' ) ) {
|
12 |
-
wp_schedule_event( time(), 'daily', 'TrackingForGalleryBank' );
|
13 |
-
}
|
14 |
|
15 |
add_action( 'TrackingForGalleryBank', array( $this, 'tracking_code' ) );
|
16 |
}
|
7 |
* Class constructor
|
8 |
*/
|
9 |
function __construct() {
|
10 |
+
|
|
|
|
|
|
|
11 |
|
12 |
add_action( 'TrackingForGalleryBank', array( $this, 'tracking_code' ) );
|
13 |
}
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Gallery-Bank
|
|
3 |
Tags: admin, album, best gallery plugin, best portfolio plugin, comments, 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, 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, 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: 2.0.
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -21,7 +21,7 @@ It has the ability to upload images, with options like adding, editing, re-order
|
|
21 |
|
22 |
Gallery Bank is designed to adapt each portfolio to any situation and can be easily used on mobiles as it is a Responsive Plugin.
|
23 |
|
24 |
-
***March 10, 2014: We're happy to announce that Gallery Bank reached
|
25 |
|
26 |
<a href="http://gallery-bank.com/forum/support-forum/" target="_blank">Support Desk - feel free to ask your queries</a>
|
27 |
|
3 |
Tags: admin, album, best gallery plugin, best portfolio plugin, comments, 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, 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, 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: 2.0.26
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
21 |
|
22 |
Gallery Bank is designed to adapt each portfolio to any situation and can be easily used on mobiles as it is a Responsive Plugin.
|
23 |
|
24 |
+
***March 10, 2014: We're happy to announce that Gallery Bank reached 87,100+ 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!***
|
25 |
|
26 |
<a href="http://gallery-bank.com/forum/support-forum/" target="_blank">Support Desk - feel free to ask your queries</a>
|
27 |
|