WD Instagram Feed – Instagram Gallery - Version 1.0.7

Version Description

ADD: Image Hover Effects (Pro)

Download this release

Release Info

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

Code changes from version 1.0.6 to 1.0.7

admin-functions.php CHANGED
@@ -356,6 +356,7 @@ function wdi_install(){
356
  th_overlay_hover_icon_font_size varchar(32) NOT NULL,
357
  th_thumb_user_bg_color varchar(32) NOT NULL,
358
  th_thumb_user_color varchar(32) NOT NULL,
 
359
 
360
  mas_photo_wrap_padding varchar(32) NOT NULL,
361
  mas_photo_wrap_border_size varchar(32) NOT NULL,
@@ -377,7 +378,8 @@ function wdi_install(){
377
  mas_overlay_hover_icon_font_size varchar(32) NOT NULL,
378
  mas_thumb_user_bg_color varchar(32) NOT NULL,
379
  mas_thumb_user_color varchar(32) NOT NULL,
380
-
 
381
  blog_style_photo_wrap_padding varchar(32) NOT NULL,
382
  blog_style_photo_wrap_border_size varchar(32) NOT NULL,
383
  blog_style_photo_wrap_border_color varchar(32) NOT NULL,
356
  th_overlay_hover_icon_font_size varchar(32) NOT NULL,
357
  th_thumb_user_bg_color varchar(32) NOT NULL,
358
  th_thumb_user_color varchar(32) NOT NULL,
359
+ th_photo_img_hover_effect varchar(32) NOT NULL,
360
 
361
  mas_photo_wrap_padding varchar(32) NOT NULL,
362
  mas_photo_wrap_border_size varchar(32) NOT NULL,
378
  mas_overlay_hover_icon_font_size varchar(32) NOT NULL,
379
  mas_thumb_user_bg_color varchar(32) NOT NULL,
380
  mas_thumb_user_color varchar(32) NOT NULL,
381
+ mas_photo_img_hover_effect varchar(32) NOT NULL,
382
+
383
  blog_style_photo_wrap_padding varchar(32) NOT NULL,
384
  blog_style_photo_wrap_border_size varchar(32) NOT NULL,
385
  blog_style_photo_wrap_border_color varchar(32) NOT NULL,
admin/controllers/WDIControllerThemes_wdi.php CHANGED
@@ -222,6 +222,7 @@ class WDIControllerThemes_wdi {
222
  '%s',//'th_overlay_hover_icon_font_size'=>'length',
223
  '%s',//'th_thumb_user_bg_color'=>'color',
224
  '%s',//'th_thumb_user_color'=>'color'
 
225
 
226
  '%s',/*mas_photo_wrap_padding*/
227
  '%s',/*mas_photo_wrap_border_size*/
@@ -243,7 +244,8 @@ class WDIControllerThemes_wdi {
243
  '%s',//'mas_overlay_hover_icon_font_size'=>'length',
244
  '%s',//'mas_thumb_user_bg_color'=>'color',
245
  '%s',//'mas_thumb_user_color'=>'color'
246
-
 
247
  '%s',/*blog_style_photo_wrap_padding*/
248
  '%s',/*blog_style_photo_wrap_border_size*/
249
  '%s',/*blog_style_photo_wrap_border_color*/
222
  '%s',//'th_overlay_hover_icon_font_size'=>'length',
223
  '%s',//'th_thumb_user_bg_color'=>'color',
224
  '%s',//'th_thumb_user_color'=>'color'
225
+ '%s',//th_photo_img_hover_effect
226
 
227
  '%s',/*mas_photo_wrap_padding*/
228
  '%s',/*mas_photo_wrap_border_size*/
244
  '%s',//'mas_overlay_hover_icon_font_size'=>'length',
245
  '%s',//'mas_thumb_user_bg_color'=>'color',
246
  '%s',//'mas_thumb_user_color'=>'color'
247
+ '%s',//mas_photo_img_hover_effect
248
+
249
  '%s',/*blog_style_photo_wrap_padding*/
250
  '%s',/*blog_style_photo_wrap_border_size*/
251
  '%s',/*blog_style_photo_wrap_border_color*/
admin/models/WDIModelThemes_wdi.php CHANGED
@@ -235,6 +235,7 @@ class WDIModelThemes_wdi {
235
  'th_overlay_hover_icon_font_size'=>'25px',
236
  'th_thumb_user_bg_color'=>'#429FFF',
237
  'th_thumb_user_color'=>'#FFFFFF',
 
238
  //////////////////////////////////////////////////////////
239
  'mas_photo_wrap_padding' => '10px',
240
  'mas_photo_wrap_border_size' => '0px',
@@ -256,6 +257,7 @@ class WDIModelThemes_wdi {
256
  'mas_overlay_hover_icon_font_size'=>'25px',
257
  'mas_thumb_user_bg_color'=>'#429FFF',
258
  'mas_thumb_user_color'=>'#FFFFFF',
 
259
  /////////////////////////////////////////////////////////
260
  //////////////////////////////////////////////////////////
261
  'blog_style_photo_wrap_padding' => '10px',
@@ -488,6 +490,7 @@ class WDIModelThemes_wdi {
488
  'th_overlay_hover_icon_font_size'=>'length',
489
  'th_thumb_user_bg_color'=>'color',
490
  'th_thumb_user_color'=>'color',
 
491
  /////////////////////////////////////////////////////////
492
  'mas_photo_wrap_padding' => 'length',
493
  'mas_photo_wrap_border_size' => 'length',
@@ -509,6 +512,7 @@ class WDIModelThemes_wdi {
509
  'mas_overlay_hover_icon_font_size'=>'length',
510
  'mas_thumb_user_bg_color'=>'color',
511
  'mas_thumb_user_color'=>'color',
 
512
  /////////////////////////////////////////////////
513
 
514
  'blog_style_photo_wrap_padding' => 'length',
235
  'th_overlay_hover_icon_font_size'=>'25px',
236
  'th_thumb_user_bg_color'=>'#429FFF',
237
  'th_thumb_user_color'=>'#FFFFFF',
238
+ 'th_photo_img_hover_effect' => 'none',
239
  //////////////////////////////////////////////////////////
240
  'mas_photo_wrap_padding' => '10px',
241
  'mas_photo_wrap_border_size' => '0px',
257
  'mas_overlay_hover_icon_font_size'=>'25px',
258
  'mas_thumb_user_bg_color'=>'#429FFF',
259
  'mas_thumb_user_color'=>'#FFFFFF',
260
+ 'mas_photo_img_hover_effect' => 'none',
261
  /////////////////////////////////////////////////////////
262
  //////////////////////////////////////////////////////////
263
  'blog_style_photo_wrap_padding' => '10px',
490
  'th_overlay_hover_icon_font_size'=>'length',
491
  'th_thumb_user_bg_color'=>'color',
492
  'th_thumb_user_color'=>'color',
493
+ 'th_photo_img_hover_effect' =>'string',
494
  /////////////////////////////////////////////////////////
495
  'mas_photo_wrap_padding' => 'length',
496
  'mas_photo_wrap_border_size' => 'length',
512
  'mas_overlay_hover_icon_font_size'=>'length',
513
  'mas_thumb_user_bg_color'=>'color',
514
  'mas_thumb_user_color'=>'color',
515
+ 'mas_photo_img_hover_effect' => 'string',
516
  /////////////////////////////////////////////////
517
 
518
  'blog_style_photo_wrap_padding' => 'length',
admin/views/WDIViewLicensing_wdi.php CHANGED
@@ -40,6 +40,7 @@ class WDIViewLicensing_wdi {
40
 
41
 
42
  <span><?php _e("Conditional Filters", 'wdi'); ?></span>
 
43
  <span><?php _e("Infinite Scroll Load More", 'wdi'); ?></span>
44
  <span><?php _e("Full Style Customization With Themes", 'wdi'); ?></span>
45
  <span><?php _e("Filmstrip", 'wdi'); ?></span>
@@ -76,6 +77,7 @@ class WDIViewLicensing_wdi {
76
  <span class="no"></span>
77
  <span class="no"></span>
78
  <span class="no"></span>
 
79
  <span> <?php _e('Only Bug Fixes',"wdi"); ?> </span>
80
  </div>
81
  <div id="featurs_table3">
@@ -102,6 +104,7 @@ class WDIViewLicensing_wdi {
102
  <span class="yes"></span>
103
  <span class="yes"></span>
104
  <span class="yes"></span>
 
105
  <span> <?php _e('Full Support',"wdi"); ?> </span>
106
  </div>
107
 
40
 
41
 
42
  <span><?php _e("Conditional Filters", 'wdi'); ?></span>
43
+ <span><?php _e("Image On Hover Effects", 'wdi'); ?></span>
44
  <span><?php _e("Infinite Scroll Load More", 'wdi'); ?></span>
45
  <span><?php _e("Full Style Customization With Themes", 'wdi'); ?></span>
46
  <span><?php _e("Filmstrip", 'wdi'); ?></span>
77
  <span class="no"></span>
78
  <span class="no"></span>
79
  <span class="no"></span>
80
+ <span class="no"></span>
81
  <span> <?php _e('Only Bug Fixes',"wdi"); ?> </span>
82
  </div>
83
  <div id="featurs_table3">
104
  <span class="yes"></span>
105
  <span class="yes"></span>
106
  <span class="yes"></span>
107
+ <span class="yes"></span>
108
  <span> <?php _e('Full Support',"wdi"); ?> </span>
109
  </div>
110
 
frontend/views/WDIViewThumbnails_view.php CHANGED
@@ -48,7 +48,7 @@ public function display(){
48
  <?php switch($feed_row['feed_display_view']){
49
  case 'load_more_btn':{
50
  ?>
51
- <style>.wdi_hidden{display: :none;}</style>
52
  <div class="wdi_load_more wdi_hidden"><div class="wdi_load_more_container"><div class="wdi_load_more_wrap"><div class="wdi_load_more_wrap_inner"><div class="wdi_load_more_text"><?php echo __('Load More',"wdi");?></div></div></div></div></div>
53
  <div class="wdi_spinner "><div class="wdi_spinner_container"><div class="wdi_spinner_wrap"><div class="wdi_spinner_wrap_inner"><i class="wdi_load_more_spinner fa fa-spinner"></i></div></div></div></div>
54
  <?php
48
  <?php switch($feed_row['feed_display_view']){
49
  case 'load_more_btn':{
50
  ?>
51
+ <style>.wdi_hidden{display: none;}</style>
52
  <div class="wdi_load_more wdi_hidden"><div class="wdi_load_more_container"><div class="wdi_load_more_wrap"><div class="wdi_load_more_wrap_inner"><div class="wdi_load_more_text"><?php echo __('Load More',"wdi");?></div></div></div></div></div>
53
  <div class="wdi_spinner "><div class="wdi_spinner_container"><div class="wdi_spinner_wrap"><div class="wdi_spinner_wrap_inner"><i class="wdi_load_more_spinner fa fa-spinner"></i></div></div></div></div>
54
  <?php
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.4
7
- Stable tag: 1.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -23,6 +23,8 @@ Have you ever wanted to display images from Instagram on your webpages? Is simpl
23
 
24
  Instagram Feed WD allows displaying Instagram feeds based on public Instagram accounts and hashtags. You can create mixed feeds based on multiple accounts, multiple hashtags or any combination of both with Pro version. WordPress Instagram plugin uses 4 layouts - 2 layouts for smaller thumbnail display (Thumbnail and Masonry) and 2 for larger images (Blog Style and Image Browser). Thumbnail view displays images with their metadata (Pro): caption, number of likes and comments. Image Browser displays single image with navigation possibility, metadata (Pro): image caption, number of likes and comments. Masonry (Pro) layout displays images in beautiful masonry view combining the image and its metadata (Pro). Blog Style (Pro) layout combines large image with its data similar creating a blog style display. All the layouts can display feed username and its metadata (bio, number of posts and followers).
25
 
 
 
26
  Images can be redirected to Instagram or opened in a lightbox. You can set sorting for the images (date, likes, comments, random) as well as define the order (ascending/descending). In case of combined feeds you can use front-end filtering by clicking on specific hashtag or username. The lightbox display images as a slideshow with different transition effects (Pro). In Pro version of this Instagram plugin media caption, comments, social share buttons and filmstrip also can be shown in the lightbox, making it an elegant advanced tool for viewing Instagram feed.
27
 
28
  Theme section (available with Pro version) allows to customize colors, sizes and display styles. Each layout uses its own theme which makes this section even more compelling.
@@ -68,7 +70,8 @@ Upgrade to [Instagram Feed Pro](https://web-dorado.com/products/wordpress-instag
68
  * Social sharing buttons (Facebook, Twitter, Google+, LinkedIn and Pinterest)
69
  * Infinite scroll for the feed (Similar to Instagram standard)
70
  * Instagram Comments display in Lightbox
71
- * Instagram Hashtag/ Instagram User account filtering options
 
72
 
73
  == Installation ==
74
 
@@ -102,13 +105,16 @@ After downloading the ZIP file of the Instagram Feed WD plugin,
102
 
103
  == Changelog ==
104
 
105
- =1.0.6=
 
 
 
106
  New: Conditional Filters (Pro)
107
  New: Option for displaying username in masonry/thumbnails view (Pro)
108
  Fixed: Minor bugs
109
  New: Russian translation (Thanks to Ruslan Tertyshny).
110
 
111
- =1.0.5=
112
  New: New year promo
113
 
114
  = 1.0.4 =
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.4
7
+ Stable tag: 1.0.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
23
 
24
  Instagram Feed WD allows displaying Instagram feeds based on public Instagram accounts and hashtags. You can create mixed feeds based on multiple accounts, multiple hashtags or any combination of both with Pro version. WordPress Instagram plugin uses 4 layouts - 2 layouts for smaller thumbnail display (Thumbnail and Masonry) and 2 for larger images (Blog Style and Image Browser). Thumbnail view displays images with their metadata (Pro): caption, number of likes and comments. Image Browser displays single image with navigation possibility, metadata (Pro): image caption, number of likes and comments. Masonry (Pro) layout displays images in beautiful masonry view combining the image and its metadata (Pro). Blog Style (Pro) layout combines large image with its data similar creating a blog style display. All the layouts can display feed username and its metadata (bio, number of posts and followers).
25
 
26
+ Use Conditional Filters to display filtered feeds (Pro). Set up a filter logic (to hide or display posts), choose condition type (username, hashtag, mention,description, Instagram media link), fill in condition and display filtered feeds. Feeds can have multiple filters.
27
+
28
  Images can be redirected to Instagram or opened in a lightbox. You can set sorting for the images (date, likes, comments, random) as well as define the order (ascending/descending). In case of combined feeds you can use front-end filtering by clicking on specific hashtag or username. The lightbox display images as a slideshow with different transition effects (Pro). In Pro version of this Instagram plugin media caption, comments, social share buttons and filmstrip also can be shown in the lightbox, making it an elegant advanced tool for viewing Instagram feed.
29
 
30
  Theme section (available with Pro version) allows to customize colors, sizes and display styles. Each layout uses its own theme which makes this section even more compelling.
70
  * Social sharing buttons (Facebook, Twitter, Google+, LinkedIn and Pinterest)
71
  * Infinite scroll for the feed (Similar to Instagram standard)
72
  * Instagram Comments display in Lightbox
73
+ * Instagram Hashtag/ Instagram User account filtering options
74
+ * Conditional Filters
75
 
76
  == Installation ==
77
 
105
 
106
  == Changelog ==
107
 
108
+ = 1.0.7 =
109
+ ADD: Image Hover Effects (Pro)
110
+
111
+ = 1.0.6 =
112
  New: Conditional Filters (Pro)
113
  New: Option for displaying username in masonry/thumbnails view (Pro)
114
  Fixed: Minor bugs
115
  New: Russian translation (Thanks to Ruslan Tertyshny).
116
 
117
+ = 1.0.5 =
118
  New: New year promo
119
 
120
  = 1.0.4 =
update/wdi_update.php CHANGED
@@ -62,5 +62,10 @@ function wdi_update_diff($new_v, $old_v = 0.0){
62
  }
63
  }
64
 
 
 
 
 
65
  }
66
 
 
62
  }
63
  }
64
 
65
+ if(version_compare($old_v, "0.7", '<')){
66
+ $wpdb->query("ALTER TABLE " . $wpdb->prefix . WDI_THEME_TABLE . " ADD `th_photo_img_hover_effect` varchar(32) NOT NULL DEFAULT 'none'");
67
+ $wpdb->query("ALTER TABLE " . $wpdb->prefix . WDI_THEME_TABLE . " ADD `mas_photo_img_hover_effect` varchar(32) NOT NULL DEFAULT 'none'");
68
+ }
69
  }
70
 
71
+
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.0.6
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.6');
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.7
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.7');
24
  define('WDI_IS_PRO','false');
25
 
26