WD Instagram Feed – Instagram Gallery - Version 1.4.34

Version Description

Download this release

Release Info

Developer 10web
Plugin Icon 128x128 WD Instagram Feed – Instagram Gallery
Version 1.4.34
Comparing to
See all releases

Code changes from version 1.4.33 to 1.4.34

config.php CHANGED
@@ -3,7 +3,7 @@ if ( !defined('ABSPATH') ) {
3
  exit;
4
  }
5
 
6
- define('WDI_VERSION', '1.4.33');
7
  define('WDI_IS_FREE', TRUE);
8
  define('WDI_PREFIX', 'wdi');
9
  define('WDI_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)));
3
  exit;
4
  }
5
 
6
+ define('WDI_VERSION', '1.4.34');
7
  define('WDI_IS_FREE', TRUE);
8
  define('WDI_PREFIX', 'wdi');
9
  define('WDI_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)));
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: webdorado,10web,progmastery
3
  Requires at least: 4.6
4
  Requires PHP: 5.2
5
- Tested up to: 5.8
6
- Stable tag: 1.4.33
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
2
  Contributors: webdorado,10web,progmastery
3
  Requires at least: 4.6
4
  Requires PHP: 5.2
5
+ Tested up to: 5.0
6
+ Stable tag: 1.4.34
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
wd-instagram-feed.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: 10Web Social Photo Feed
4
  * Plugin URI: https://10web.io/plugins/wordpress-instagram-feed/?utm_source=instagram_feed&utm_medium=free_plugin
5
  * Description: 10Web Social Photo 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.4.33
7
  * Author: 10Web
8
  * Author URI: https://10Web.io/plugins/?utm_source=instagram_feed&utm_medium=free_plugin
9
  * License: GPLv2 or later
3
  * Plugin Name: 10Web Social Photo Feed
4
  * Plugin URI: https://10web.io/plugins/wordpress-instagram-feed/?utm_source=instagram_feed&utm_medium=free_plugin
5
  * Description: 10Web Social Photo 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.4.34
7
  * Author: 10Web
8
  * Author URI: https://10Web.io/plugins/?utm_source=instagram_feed&utm_medium=free_plugin
9
  * License: GPLv2 or later
wd/includes/deactivate.php CHANGED
@@ -156,7 +156,7 @@ class TenWebLibDeactivate
156
  ),
157
  admin_url('plugins.php')
158
  );
159
- echo '<script>window.location.href="' . esc_url($deactivate_url) . '";</script>';
160
  }
161
 
162
  }
156
  ),
157
  admin_url('plugins.php')
158
  );
159
+ echo '<script>window.location.href="' . esc_url_raw($deactivate_url) . '";</script>';
160
  }
161
 
162
  }