Photo Gallery by WD – Responsive Photo Gallery - Version 1.2.96

Version Description

  • Fixed: Filemanager view type on large screens.
  • Added: Delete confirmation for galleries and images.
  • Changed: Featured plugins, themes page.
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Photo Gallery by WD – Responsive Photo Gallery
Version 1.2.96
Comparing to
See all releases

Code changes from version 1.2.95 to 1.2.96

admin/views/BWGViewGalleries_bwg.php CHANGED
@@ -175,10 +175,14 @@ class BWGViewGalleries_bwg {
175
  spider_set_input_value('asc_or_desc', 'asc');
176
  spider_set_input_value('order_by', 'order');
177
  spider_set_input_value('current_id', '<?php echo $row_data->id; ?>');
178
- spider_form_submit(event, 'galleries_form')" href=""><?php _e("Edit", 'bwg_back'); ?></a></td>
179
- <td class="table_big_col"><a onclick="spider_set_input_value('task', 'delete');
 
180
  spider_set_input_value('current_id', '<?php echo $row_data->id; ?>');
181
- spider_form_submit(event, 'galleries_form')" href=""><?php _e("Delete", 'bwg_back'); ?></a></td>
 
 
 
182
  </tr>
183
  <?php
184
  $ids_string .= $row_data->id . ',';
@@ -976,9 +980,13 @@ class BWGViewGalleries_bwg {
976
  <td class="table_big_col"><a onclick="spider_set_input_value('ajax_task', 'image_<?php echo $published; ?>');
977
  spider_set_input_value('image_current_id', '<?php echo $row_data->id; ?>');
978
  spider_ajax_save('galleries_form');"><img src="<?php echo WD_BWG_URL . '/images/' . $published_image . '.png'; ?>"></img></a></td>
979
- <td class="table_big_col spider_delete_button" ><a onclick="spider_set_input_value('ajax_task', 'image_delete');
 
980
  spider_set_input_value('image_current_id', '<?php echo $row_data->id; ?>');
981
- spider_ajax_save('galleries_form');"><?php _e("Delete", 'bwg_back'); ?></a></td>
 
 
 
982
  </tr>
983
  <?php
984
  $ids_string .= $row_data->id . ',';
175
  spider_set_input_value('asc_or_desc', 'asc');
176
  spider_set_input_value('order_by', 'order');
177
  spider_set_input_value('current_id', '<?php echo $row_data->id; ?>');
178
+ spider_form_submit(event, 'galleries_form')" href=""><?php echo __('Edit', 'bwg_back'); ?></a></td>
179
+ <td class="table_big_col"><a onclick="if (confirm('<?php echo addslashes(__('Do you want to delete selected items?', 'bwg_back')); ?>')) {
180
+ spider_set_input_value('task', 'delete');
181
  spider_set_input_value('current_id', '<?php echo $row_data->id; ?>');
182
+ spider_form_submit(event, 'galleries_form')
183
+ } else {
184
+ return false;
185
+ }" href=""><?php echo __('Delete', 'bwg_back'); ?></a></td>
186
  </tr>
187
  <?php
188
  $ids_string .= $row_data->id . ',';
980
  <td class="table_big_col"><a onclick="spider_set_input_value('ajax_task', 'image_<?php echo $published; ?>');
981
  spider_set_input_value('image_current_id', '<?php echo $row_data->id; ?>');
982
  spider_ajax_save('galleries_form');"><img src="<?php echo WD_BWG_URL . '/images/' . $published_image . '.png'; ?>"></img></a></td>
983
+ <td class="table_big_col spider_delete_button" ><a onclick="if (confirm('<?php echo addslashes(__('Do you want to delete selected items?', 'bwg_back')); ?>')) {
984
+ spider_set_input_value('ajax_task', 'image_delete');
985
  spider_set_input_value('image_current_id', '<?php echo $row_data->id; ?>');
986
+ spider_ajax_save('galleries_form');
987
+ } else {
988
+ return false;
989
+ }"><?php echo __('Delete', 'bwg_back'); ?></a></td>
990
  </tr>
991
  <?php
992
  $ids_string .= $row_data->id . ',';
admin/views/BWGViewUninstall_bwg.php CHANGED
@@ -31,6 +31,13 @@ class BWGViewUninstall_bwg {
31
  <div class="wrap">
32
  <span class="uninstall_icon"></span>
33
  <h2><?php _e("Uninstall Photo Gallery", 'bwg_back'); ?></h2>
 
 
 
 
 
 
 
34
  <p>
35
  <?php _e("Deactivating Photo Gallery plugin does not remove any data that may have been created. To completely remove this plugin, you can uninstall it here.", 'bwg_back'); ?>
36
  </p>
31
  <div class="wrap">
32
  <span class="uninstall_icon"></span>
33
  <h2><?php _e("Uninstall Photo Gallery", 'bwg_back'); ?></h2>
34
+ <div class="goodbye-text">
35
+ <?php
36
+ $support_team = '<a href="https://web-dorado.com/support/contact-us.html?source=photo-gallery" target="_blank">' . __('support team', 'bwg_back') . '</a>';
37
+ $contact_us = '<a href="https://web-dorado.com/support/contact-us.html?source=photo-gallery" target="_blank">' . __('Contact us', 'bwg_back') . '</a>';
38
+ echo sprintf(__("Before uninstalling the plugin, please Contact our %s. We'll do our best to help you out with your issue. We value each and every user and value what's right for our users in everything we do.<br />
39
+ However, if anyway you have made a decision to uninstall the plugin, please take a minute to %s and tell what you didn't like for our plugins further improvement and development. Thank you !!!", "bwg_back"), $support_team, $contact_us); ?>
40
+ </div>
41
  <p>
42
  <?php _e("Deactivating Photo Gallery plugin does not remove any data that may have been created. To completely remove this plugin, you can uninstall it here.", 'bwg_back'); ?>
43
  </p>
css/bwg_tables.css CHANGED
@@ -618,3 +618,15 @@
618
  .bwg_gallery_album ,.bwg_photo_galleries {
619
  margin-left:22px;
620
  }
 
 
 
 
 
 
 
 
 
 
 
 
618
  .bwg_gallery_album ,.bwg_photo_galleries {
619
  margin-left:22px;
620
  }
621
+
622
+ .goodbye-text {
623
+ font-size: 16px;
624
+ font-weight: bold;
625
+ background: #fff;
626
+ padding: 15px;
627
+ line-height: 22px;
628
+ }
629
+
630
+ .goodbye-text a {
631
+ font-size: 15px;
632
+ }
featured/featured.php CHANGED
@@ -95,7 +95,7 @@ function spider_featured($current_plugin = '') {
95
  'title' => 'Folder Menu',
96
  'text' => 'WordPress folder menu plugin',
97
  'content' => 'Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences.',
98
- 'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
99
  ),
100
  "random_post" => array(
101
  'title' => 'Random post',
@@ -115,14 +115,23 @@ function spider_featured($current_plugin = '') {
115
  'content' => 'WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website.',
116
  'href' => 'https://web-dorado.com/products/wordpress-instagram-feed-wd.html'
117
  ),
 
 
 
 
 
 
118
  );
119
  ?>
120
  <div id="main_featured_plugins_page">
121
  <h3>Featured Plugins</h3>
122
  <div class="featured_header">
123
- <a href="https://web-dorado.com/wordpress-plugins.html?source=<?php echo $current_plugin; ?>" target="_blank">
124
  <h1>GET <?php echo $plugins[$current_plugin]["title"]; ?> +18 PLUGINS</h1>
125
  <h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
 
 
 
126
  </a>
127
  </div>
128
  <ul id="featured-plugins-list">
@@ -138,7 +147,7 @@ function spider_featured($current_plugin = '') {
138
  <div class="description">
139
  <p><?php echo $plugins['content']; ?></p>
140
  </div>
141
- <a target="_blank" href="<?php echo $plugins['href']; ?>" class="download">Download Plugin &#9658;</a>
142
  </li>
143
  <?php
144
  }
95
  'title' => 'Folder Menu',
96
  'text' => 'WordPress folder menu plugin',
97
  'content' => 'Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences.',
98
+ 'href' => 'https://web-dorado.com/products/wordpress-menu-vertical.html'
99
  ),
100
  "random_post" => array(
101
  'title' => 'Random post',
115
  'content' => 'WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website.',
116
  'href' => 'https://web-dorado.com/products/wordpress-instagram-feed-wd.html'
117
  ),
118
+ "post-slider" => array(
119
+ 'title' => 'Post Slider',
120
+ 'text' => 'WordPress Post Slider plugin',
121
+ 'content' => 'Post Slider WD is designed to show off the selected posts of your website in a slider.',
122
+ 'href' => 'https://web-dorado.com/products/wordpress-post-slider-plugin.html'
123
+ ),
124
  );
125
  ?>
126
  <div id="main_featured_plugins_page">
127
  <h3>Featured Plugins</h3>
128
  <div class="featured_header">
129
+ <a target="_blank" href="https://web-dorado.com/wordpress-plugins.html?source=<?php echo $current_plugin; ?>">
130
  <h1>GET <?php echo $plugins[$current_plugin]["title"]; ?> +18 PLUGINS</h1>
131
  <h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
132
+ <div class="try-now">
133
+ <span>TRY NOW</span>
134
+ </div>
135
  </a>
136
  </div>
137
  <ul id="featured-plugins-list">
147
  <div class="description">
148
  <p><?php echo $plugins['content']; ?></p>
149
  </div>
150
+ <a target="_blank" href="<?php echo $plugins['href']; ?>?source=<?php echo $current_plugin; ?>" class="download">Download Plugin &#9658;</a>
151
  </li>
152
  <?php
153
  }
featured/featured_themes.php CHANGED
@@ -63,9 +63,12 @@ function spider_featured_themes($current_plugin = '') {
63
  <div class="featured_header">
64
  <a href="https://web-dorado.com/wordpress-themes.html?source=<?php echo $current_plugin; ?>" target="_blank">
65
  <h1>WORDPRESS THEMES</h1>
66
- <h1 class="get_plugins">ALL FOR $40 ONLY <span>- SAVE 80%</span></h1>
 
 
 
67
  </a>
68
- </div>
69
  <ul id="featured-plugins-list">
70
  <?php
71
  foreach ($themes as $key => $themes) {
@@ -78,7 +81,7 @@ function spider_featured_themes($current_plugin = '') {
78
  <div class="description">
79
  <p><?php echo $themes['content']; ?></p>
80
  </div>
81
- <a target="_blank" href="<?php echo $themes['href']; ?>" class="download">Download theme &#9658;</a>
82
  </li>
83
  <?php
84
  }
63
  <div class="featured_header">
64
  <a href="https://web-dorado.com/wordpress-themes.html?source=<?php echo $current_plugin; ?>" target="_blank">
65
  <h1>WORDPRESS THEMES</h1>
66
+ <h1 class="get_plugins">FOR $40 ONLY <span>- SAVE 80%</span></h1>
67
+ <div class="try-now">
68
+ <span>TRY NOW</span>
69
+ </div>
70
  </a>
71
+ </div>
72
  <ul id="featured-plugins-list">
73
  <?php
74
  foreach ($themes as $key => $themes) {
81
  <div class="description">
82
  <p><?php echo $themes['content']; ?></p>
83
  </div>
84
+ <a target="_blank" href="<?php echo $themes['href']; ?>?source=<?php echo $current_plugin; ?>" class="download">Download theme &#9658;</a>
85
  </li>
86
  <?php
87
  }
featured/images/featured_plugins_bg.png DELETED
Binary file
featured/style.css CHANGED
@@ -72,6 +72,7 @@
72
  #main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
73
  #main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
74
  #main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
 
75
 
76
  #main_featured_plugins_page #featured-plugins-list li .title .heading {
77
  display: block;
@@ -125,8 +126,8 @@
125
  color: #F47629;
126
  }
127
 
128
- .featured_header{
129
- background: #FFFFFF;
130
  border-right: 3px solid #E5E5E5;
131
  border-bottom: 3px solid #E5E5E5;
132
  position: relative;
@@ -141,18 +142,30 @@
141
 
142
  .featured_header h1.get_plugins {
143
  color: #FFFFFF;
144
- background:url("images/featured_plugins_bg.png") no-repeat;
145
  height: 85px;
146
  margin: 0;
147
  background-size: 85% 100%;
148
  background-position: center;
149
  line-height: 60px;
150
  }
151
-
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  .featured_header h1 {
153
  font-size: 50px;
154
  text-align: center;
155
- color: #F47629;
156
  letter-spacing: 3px;
157
  text-transform: uppercase;
158
  }
72
  #main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
73
  #main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
74
  #main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
75
+ #main_featured_plugins_page #featured-plugins-list li.post-slider .product {background:url("images/post-slider.png") center center no-repeat;}
76
 
77
  #main_featured_plugins_page #featured-plugins-list li .title .heading {
78
  display: block;
126
  color: #F47629;
127
  }
128
 
129
+ .featured_header {
130
+ background: #11465F;
131
  border-right: 3px solid #E5E5E5;
132
  border-bottom: 3px solid #E5E5E5;
133
  position: relative;
142
 
143
  .featured_header h1.get_plugins {
144
  color: #FFFFFF;
 
145
  height: 85px;
146
  margin: 0;
147
  background-size: 85% 100%;
148
  background-position: center;
149
  line-height: 60px;
150
  }
151
+
152
+ .featured_header .try-now {
153
+ text-align: center;
154
+ }
155
+
156
+ .featured_header .try-now span {
157
+ display: inline-block;
158
+ padding: 7px 16px;
159
+ background: #F47629;
160
+ border-radius: 10px;
161
+ color: #ffffff;
162
+ font-size: 23px;
163
+ }
164
+
165
  .featured_header h1 {
166
  font-size: 50px;
167
  text-align: center;
168
+ color: #FFFFFF;
169
  letter-spacing: 3px;
170
  text-transform: uppercase;
171
  }
featured/themes_style.css CHANGED
@@ -35,7 +35,17 @@
35
  }
36
 
37
  #main_featured_themes_page {
38
- font-family: Oswald;
 
 
 
 
 
 
 
 
 
 
39
  }
40
 
41
  #main_featured_themes_page #featured-plugins-list li.sauron .product {background:url("images/sauron.jpg") left center no-repeat;}
@@ -102,17 +112,12 @@
102
  color: #F47629;
103
  }
104
 
105
- .featured_header > div {
106
- background: #FFFFFF;
107
  border-right: 3px solid #E5E5E5;
108
  border-bottom: 3px solid #E5E5E5;
109
- padding: 20px 0;
110
- }
111
-
112
- .featured_header {
113
  position: relative;
114
- width: 90%;
115
- margin: 15px auto 0px auto;
116
  }
117
 
118
  .featured_header .old_price {
@@ -122,27 +127,44 @@
122
  }
123
 
124
  .featured_header h1.get_plugins {
125
- color: #FFFFFF;
126
- background: url("images/featured_plugins_bg.png") no-repeat;
127
- height: 85px;
128
  margin: 0;
129
- background-size: 95% 100%;
130
  background-position: center;
131
  line-height: 60px;
132
  }
133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  .featured_header h1 {
135
- font-size: 45px;
136
- text-align: center;
137
- color: #F47629;
138
  letter-spacing: 3px;
139
- line-height: 10px;
140
  }
141
 
142
  .featured_header a {
143
  text-decoration: none;
144
  }
145
 
 
 
 
 
 
146
  @media screen and (max-width: 1035px) {
147
  .featured_header h1 {
148
  font-size: 37px;
35
  }
36
 
37
  #main_featured_themes_page {
38
+ width: 90%;
39
+ margin: 15px auto 0px auto;
40
+ }
41
+
42
+ #main_featured_themes_page h3 {
43
+ border-bottom: 2px solid #CECECE;
44
+ color: rgb(111, 111, 111);
45
+ font-family: Segoe UI;
46
+ font-size: 18pt;
47
+ margin: 0px auto 15px auto;
48
+ padding: 20px 0;
49
  }
50
 
51
  #main_featured_themes_page #featured-plugins-list li.sauron .product {background:url("images/sauron.jpg") left center no-repeat;}
112
  color: #F47629;
113
  }
114
 
115
+ .featured_header {
116
+ background: #11465F;
117
  border-right: 3px solid #E5E5E5;
118
  border-bottom: 3px solid #E5E5E5;
 
 
 
 
119
  position: relative;
120
+ padding: 20px 0;
 
121
  }
122
 
123
  .featured_header .old_price {
127
  }
128
 
129
  .featured_header h1.get_plugins {
130
+ color: #FFFFFF;
131
+ height: 85px;
 
132
  margin: 0;
133
+ background-size: 85% 100%;
134
  background-position: center;
135
  line-height: 60px;
136
  }
137
 
138
+ .featured_header .try-now{
139
+ text-align: center;
140
+ }
141
+
142
+ .featured_header .try-now span {
143
+ display: inline-block;
144
+ padding: 7px 16px;
145
+ background: #F47629;
146
+ border-radius: 10px;
147
+ color: #ffffff;
148
+ font-size: 23px;
149
+ }
150
+
151
  .featured_header h1 {
152
+ font-size: 50px;
153
+ text-align: center;
154
+ color: #FFFFFF;
155
  letter-spacing: 3px;
156
+ text-transform: uppercase;
157
  }
158
 
159
  .featured_header a {
160
  text-decoration: none;
161
  }
162
 
163
+ .featured_header .old-price {
164
+ color: #889CA8;
165
+ text-decoration: line-through;
166
+ }
167
+
168
  @media screen and (max-width: 1035px) {
169
  .featured_header h1 {
170
  font-size: 37px;
filemanager/css/default.css CHANGED
@@ -264,7 +264,7 @@ html, body, div, span, th, td, a {
264
  box-sizing: border-box;
265
  cursor: pointer;
266
  white-space: nowrap;
267
- padding: 0 10px;
268
  font-size: 14px !important;
269
  }
270
 
264
  box-sizing: border-box;
265
  cursor: pointer;
266
  white-space: nowrap;
267
+ padding: 0 5px;
268
  font-size: 14px !important;
269
  }
270
 
photo-gallery-notices.php CHANGED
@@ -8,7 +8,7 @@ class BWG_Notices {
8
  protected $plugin_url = WD_BWG_URL;
9
  protected $plugin_version = "wd_bwg_version";
10
  protected $plugin_name = 'Photo Gallery';
11
- protected $promo_link = 'https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/gallery-ecommerce.html?source=gallery_ecommerce_promo';
12
 
13
  public $notice_spam = 0;
14
  public $notice_spam_max = 1;
8
  protected $plugin_url = WD_BWG_URL;
9
  protected $plugin_version = "wd_bwg_version";
10
  protected $plugin_name = 'Photo Gallery';
11
+ protected $promo_link = ' https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/gallery-ecommerce.html?source=gallery_ecommerce_promo';
12
 
13
  public $notice_spam = 0;
14
  public $notice_spam_max = 1;
photo-gallery.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Photo Gallery
5
  * Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
6
  * Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
7
- * Version: 1.2.95
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -1911,7 +1911,7 @@ function bwg_activate() {
1911
  ));
1912
  }
1913
  $version = get_option("wd_bwg_version");
1914
- $new_version = '1.2.95';
1915
  if ($version && version_compare($version, $new_version, '<')) {
1916
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1917
  bwg_update($version);
@@ -1965,7 +1965,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
1965
 
1966
  function bwg_update_hook() {
1967
  $version = get_option("wd_bwg_version");
1968
- $new_version = '1.2.95';
1969
  if ($version && version_compare($version, $new_version, '<')) {
1970
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1971
  bwg_update($version);
4
  * Plugin Name: Photo Gallery
5
  * Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
6
  * Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
7
+ * Version: 1.2.96
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
1911
  ));
1912
  }
1913
  $version = get_option("wd_bwg_version");
1914
+ $new_version = '1.2.96';
1915
  if ($version && version_compare($version, $new_version, '<')) {
1916
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1917
  bwg_update($version);
1965
 
1966
  function bwg_update_hook() {
1967
  $version = get_option("wd_bwg_version");
1968
+ $new_version = '1.2.96';
1969
  if ($version && version_compare($version, $new_version, '<')) {
1970
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1971
  bwg_update($version);
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webdorado
3
  Donate link: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
4
  Tags: photo, photo gallery, image gallery, video gallery, gallery, galleries, wordpress gallery plugin, images gallery, album, photo albums, simple gallery, best gallery plugin, free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, photogallery, widget gallery, image, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, responsive gallery, add album, add gallery, add pictures, fotoalbum, foto, gallery decription, multiple pictures, photoalbum, upload images, upload photos, view images, view pictures, admin, AJAX, comments, gallery image, image lightbox, image rotate, image slideshow, image slider, jquery, jquery gallery, slide show, slideshow, thumbnail, thumbnail view, thumbnails, thumbs, responsive, watermarking, watermarks,fullscreen slider, lightbox, photography, sidebar, slide, youtube, vimeo, videos, instagram, facebook, mosaic, facebook integration, instagram feed, Flickr, Dailymotion, widget, youtube gallery, ecommerce
5
  Requires at least: 3.4
6
- Tested up to: 4.4
7
- Stable tag: 1.2.95
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -225,6 +225,11 @@ To enable the feature of adding Media Library images, go to Photo Gallery > Opti
225
 
226
  == Changelog ==
227
 
 
 
 
 
 
228
  = 1.2.95 =
229
  * Fixed: Advertisement link in slideshow.
230
  * Fixed: Comment, rating, ecommerce conflict.
3
  Donate link: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
4
  Tags: photo, photo gallery, image gallery, video gallery, gallery, galleries, wordpress gallery plugin, images gallery, album, photo albums, simple gallery, best gallery plugin, free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, photogallery, widget gallery, image, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, responsive gallery, add album, add gallery, add pictures, fotoalbum, foto, gallery decription, multiple pictures, photoalbum, upload images, upload photos, view images, view pictures, admin, AJAX, comments, gallery image, image lightbox, image rotate, image slideshow, image slider, jquery, jquery gallery, slide show, slideshow, thumbnail, thumbnail view, thumbnails, thumbs, responsive, watermarking, watermarks,fullscreen slider, lightbox, photography, sidebar, slide, youtube, vimeo, videos, instagram, facebook, mosaic, facebook integration, instagram feed, Flickr, Dailymotion, widget, youtube gallery, ecommerce
5
  Requires at least: 3.4
6
+ Tested up to: 4.5
7
+ Stable tag: 1.2.96
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
225
 
226
  == Changelog ==
227
 
228
+ = 1.2.96 =
229
+ * Fixed: Filemanager view type on large screens.
230
+ * Added: Delete confirmation for galleries and images.
231
+ * Changed: Featured plugins, themes page.
232
+
233
  = 1.2.95 =
234
  * Fixed: Advertisement link in slideshow.
235
  * Fixed: Comment, rating, ecommerce conflict.