WD Instagram Feed – Instagram Gallery - Version 1.0.2

Version Description

Fixed: PHP error after plugin update

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 WD Instagram Feed – Instagram Gallery
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

Files changed (3) hide show
  1. admin-functions.php +2 -2
  2. instagram-wd.php +2 -2
  3. readme.txt +4 -1
admin-functions.php CHANGED
@@ -129,9 +129,9 @@ function wdi_install(){
129
  $newer = version_compare($new_version, $old_version, '>');
130
 
131
  if($newer){
132
- require_once WDI_DIR . '/update/wdi_update.php';
133
  /*adds new params for new versions*/
134
- wdi_update_diff($new_version, $old_version);
135
  }
136
  wdi_set_options_defaults();
137
  return;
129
  $newer = version_compare($new_version, $old_version, '>');
130
 
131
  if($newer){
132
+ //require_once WDI_DIR . '/update/wdi_update.php';
133
  /*adds new params for new versions*/
134
+ //wdi_update_diff($new_version, $old_version);
135
  }
136
  wdi_set_options_defaults();
137
  return;
instagram-wd.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.0.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.0.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.0.2
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.0.2');
24
  define('WDI_IS_PRO','false');
25
 
26
 
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.3
7
- Stable tag: 1.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -102,6 +102,9 @@ After downloading the ZIP file of the Instagram Feed WD plugin,
102
 
103
  == Changelog ==
104
 
 
 
 
105
  = 1.0.1 =
106
  Fixed: PHP 5.3 compatibility
107
  Fixed: Video redirect bug
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.3
7
+ Stable tag: 1.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
102
 
103
  == Changelog ==
104
 
105
+ = 1.0.2 =
106
+ Fixed: PHP error after plugin update
107
+
108
  = 1.0.1 =
109
  Fixed: PHP 5.3 compatibility
110
  Fixed: Video redirect bug