Version Description
Fixed: Javascript error on Firefox and Safari
Download this release
Release Info
Developer | webdorado |
Plugin | WD Instagram Feed – Instagram Gallery |
Version | 1.1.5 |
Comparing to | |
See all releases |
Code changes from version 1.1.4 to 1.1.5
- js/wdi_frontend.js +3 -3
- readme.txt +4 -1
- wd-instagram-feed.php +2 -2
js/wdi_frontend.js
CHANGED
@@ -340,7 +340,7 @@ wdi_front.saveUserData = function(data, user, currentFeed) {
|
|
340 |
/*removing load more button of feed has finished*/
|
341 |
if( !wdi_front.activeUsersCount(currentFeed) ){
|
342 |
if (currentFeed.feed_row.feed_display_view == 'load_more_btn') {
|
343 |
-
|
344 |
feed_container.find('.wdi_load_more').addClass('wdi_hidden');
|
345 |
feed_container.find('.wdi_spinner').addClass('wdi_hidden');
|
346 |
}
|
@@ -1229,7 +1229,7 @@ wdi_front.getPhotoTemplate = function(currentFeed) {
|
|
1229 |
customClass += ' wdi_full_caption';
|
1230 |
}
|
1231 |
|
1232 |
-
|
1233 |
if( currentFeed.feed_row.feed_type !== "blog_style" ){
|
1234 |
if( currentFeed.feed_row.feed_type == 'masonry'){
|
1235 |
onclickevent = "wdi_responsive.showMasonryCaption(jQuery(this),"+currentFeed.feed_row.wdi_feed_counter+");"
|
@@ -1343,7 +1343,7 @@ wdi_front.getVideoTemplate = function(currentFeed) {
|
|
1343 |
customClass += ' wdi_full_caption';
|
1344 |
}
|
1345 |
|
1346 |
-
|
1347 |
if( currentFeed.feed_row.feed_type !== "blog_style" ){
|
1348 |
if( currentFeed.feed_row.feed_type == 'masonry'){
|
1349 |
onclickevent = "wdi_responsive.showMasonryCaption(jQuery(this),"+currentFeed.feed_row.wdi_feed_counter+");"
|
340 |
/*removing load more button of feed has finished*/
|
341 |
if( !wdi_front.activeUsersCount(currentFeed) ){
|
342 |
if (currentFeed.feed_row.feed_display_view == 'load_more_btn') {
|
343 |
+
var feed_container = jQuery('#wdi_feed_' + currentFeed.feed_row.wdi_feed_counter);
|
344 |
feed_container.find('.wdi_load_more').addClass('wdi_hidden');
|
345 |
feed_container.find('.wdi_spinner').addClass('wdi_hidden');
|
346 |
}
|
1229 |
customClass += ' wdi_full_caption';
|
1230 |
}
|
1231 |
|
1232 |
+
var onclickevent = "";
|
1233 |
if( currentFeed.feed_row.feed_type !== "blog_style" ){
|
1234 |
if( currentFeed.feed_row.feed_type == 'masonry'){
|
1235 |
onclickevent = "wdi_responsive.showMasonryCaption(jQuery(this),"+currentFeed.feed_row.wdi_feed_counter+");"
|
1343 |
customClass += ' wdi_full_caption';
|
1344 |
}
|
1345 |
|
1346 |
+
var onclickevent = "";
|
1347 |
if( currentFeed.feed_row.feed_type !== "blog_style" ){
|
1348 |
if( currentFeed.feed_row.feed_type == 'masonry'){
|
1349 |
onclickevent = "wdi_responsive.showMasonryCaption(jQuery(this),"+currentFeed.feed_row.wdi_feed_counter+");"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
|
|
4 |
Tags: : custom instagram Feed, instagram, instagram account, instagram feed, instagram photos, instagram plugin, instagram posts, instagram stream, instagram wall, mobile instagram, responsive instagram, gallery, hashtag, images, photos, shortcode, widget ,Grid instagram view, instagram gallery, instagram images, instagram page, instagram plugin, instagram responsive, instagram touch, Instagram widgets, lightbox instagram, lightbox, feed
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -107,6 +107,9 @@ After downloading the ZIP file of the Instagram Feed WD plugin,
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
110 |
= 1.1.4 =
|
111 |
Fixed: Error handling in case of wrong access_token
|
112 |
Fixed: Image description not opening after pagination (Pro)
|
4 |
Tags: : custom instagram Feed, instagram, instagram account, instagram feed, instagram photos, instagram plugin, instagram posts, instagram stream, instagram wall, mobile instagram, responsive instagram, gallery, hashtag, images, photos, shortcode, widget ,Grid instagram view, instagram gallery, instagram images, instagram page, instagram plugin, instagram responsive, instagram touch, Instagram widgets, lightbox instagram, lightbox, feed
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 1.1.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= 1.1.5 =
|
111 |
+
Fixed: Javascript error on Firefox and Safari
|
112 |
+
|
113 |
= 1.1.4 =
|
114 |
Fixed: Error handling in case of wrong access_token
|
115 |
Fixed: Image description not opening after pagination (Pro)
|
wd-instagram-feed.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Instagram Feed WD
|
4 |
Plugin URI: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
|
5 |
Description: WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website. You can create feeds with one of the available layouts. It allows displaying image metadata, open up images in lightbox, download them and even share in social networking websites.
|
6 |
-
Version: 1.1.
|
7 |
Author: WebDorado
|
8 |
Author URI: https://web-dorado.com
|
9 |
License: GPLv2 or later
|
@@ -20,7 +20,7 @@ define("WDI_META", "_".WDI_VAR."_meta");
|
|
20 |
//define("wdi",'wdi');
|
21 |
define('WDI_FEED_TABLE','wdi_feeds');
|
22 |
define('WDI_THEME_TABLE','wdi_themes');
|
23 |
-
define('WDI_VERSION','1.1.
|
24 |
define('WDI_IS_PRO','false');
|
25 |
|
26 |
|
3 |
Plugin Name: Instagram Feed WD
|
4 |
Plugin URI: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
|
5 |
Description: WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website. You can create feeds with one of the available layouts. It allows displaying image metadata, open up images in lightbox, download them and even share in social networking websites.
|
6 |
+
Version: 1.1.5
|
7 |
Author: WebDorado
|
8 |
Author URI: https://web-dorado.com
|
9 |
License: GPLv2 or later
|
20 |
//define("wdi",'wdi');
|
21 |
define('WDI_FEED_TABLE','wdi_feeds');
|
22 |
define('WDI_THEME_TABLE','wdi_themes');
|
23 |
+
define('WDI_VERSION','1.1.5');
|
24 |
define('WDI_IS_PRO','false');
|
25 |
|
26 |
|