Photo Gallery by WD – Responsive Photo Gallery - Version 1.2.87

Version Description

  • Changed: User Manual links.
  • Fixed: Facebook add-on autoupdate bug.
  • Added: Ecommerce add-on notice.
Download this release

Release Info

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

Code changes from version 1.2.86 to 1.2.87

addons/addons.php CHANGED
@@ -1,6 +1,13 @@
1
  <?php
2
  function bwg_addons_display() {
3
  $addons = array(
 
 
 
 
 
 
 
4
  'photo-gallery-facebook' => array(
5
  'name' => __('Photo Gallery Facebook', 'bwg'),
6
  'url' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/facebook.html',
@@ -22,13 +29,6 @@ function bwg_addons_display() {
22
  'icon' => '',
23
  'image' => WD_BWG_URL . '/addons/images/import_export.png',
24
  ),
25
- 'photo-gallery-ecomerce' => array(
26
- 'name' => __('Photo Gallery Ecommerce', 'bwg'),
27
- 'url' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/gallery-ecommerce.html',
28
- 'description' => __('Using Photo Gallery Ecommerce you can sell images included in galleries either as digital downloads or products/prints via Paypal or Stripe.', 'bwg'),
29
- 'icon' => '',
30
- 'image' => WD_BWG_URL . '/addons/images/ecommerce.png',
31
- ),
32
  );
33
  ?>
34
  <div class="wrap">
1
  <?php
2
  function bwg_addons_display() {
3
  $addons = array(
4
+ 'photo-gallery-ecomerce' => array(
5
+ 'name' => __('Photo Gallery Ecommerce', 'bwg'),
6
+ 'url' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/gallery-ecommerce.html',
7
+ 'description' => __('Using Photo Gallery Ecommerce you can sell images included in galleries either as digital downloads or products/prints via Paypal or Stripe.', 'bwg'),
8
+ 'icon' => '',
9
+ 'image' => WD_BWG_URL . '/addons/images/ecommerce.png',
10
+ ),
11
  'photo-gallery-facebook' => array(
12
  'name' => __('Photo Gallery Facebook', 'bwg'),
13
  'url' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/facebook.html',
29
  'icon' => '',
30
  'image' => WD_BWG_URL . '/addons/images/import_export.png',
31
  ),
 
 
 
 
 
 
 
32
  );
33
  ?>
34
  <div class="wrap">
admin/views/BWGViewAlbums_bwg.php CHANGED
@@ -38,7 +38,7 @@ class BWGViewAlbums_bwg {
38
  <div style="clear: both; float: left; width: 99%;">
39
  <div style="float:left; font-size: 14px; font-weight: bold;">
40
  <?php _e("This section allows you to create, edit and delete albums.", 'bwg_back'); ?>
41
- <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery-guide-step-4.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
42
  </div>
43
  <div style="float: right; text-align: right;">
44
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
@@ -200,7 +200,7 @@ class BWGViewAlbums_bwg {
200
  <div style="clear: both; float: left; width: 99%;">
201
  <div style="float:left; font-size: 14px; font-weight: bold;">
202
  <?php _e("This section allows you to add/edit album.", 'bwg_back'); ?>
203
- <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery-guide-step-4.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
204
  </div>
205
  <div style="float: right; text-align: right;">
206
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
38
  <div style="clear: both; float: left; width: 99%;">
39
  <div style="float:left; font-size: 14px; font-weight: bold;">
40
  <?php _e("This section allows you to create, edit and delete albums.", 'bwg_back'); ?>
41
+ <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery/creating-editing-albums.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
42
  </div>
43
  <div style="float: right; text-align: right;">
44
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
200
  <div style="clear: both; float: left; width: 99%;">
201
  <div style="float:left; font-size: 14px; font-weight: bold;">
202
  <?php _e("This section allows you to add/edit album.", 'bwg_back'); ?>
203
+ <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery/creating-editing-albums.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
204
  </div>
205
  <div style="float: right; text-align: right;">
206
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
admin/views/BWGViewGalleries_bwg.php CHANGED
@@ -38,7 +38,7 @@ class BWGViewGalleries_bwg {
38
  <div style="clear: both; float: left; width: 99%;">
39
  <div style="float:left; font-size: 14px; font-weight: bold;">
40
  <?php _e("This section allows you to create, edit and delete galleries.", 'bwg_back'); ?>
41
- <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery-guide-step-2.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
42
  </div>
43
  <div style="float: right; text-align: right;">
44
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
@@ -216,7 +216,7 @@ class BWGViewGalleries_bwg {
216
  <div id="message_div" class="updated" style="display: none;"></div>
217
  <div style="float:left; font-size: 14px; font-weight: bold;">
218
  <?php _e("This section allows you to add/edit gallery.", 'bwg_back'); ?>
219
- <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery-guide-step-2.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
220
  </div>
221
  <div style="float: right; text-align: right;">
222
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
38
  <div style="clear: both; float: left; width: 99%;">
39
  <div style="float:left; font-size: 14px; font-weight: bold;">
40
  <?php _e("This section allows you to create, edit and delete galleries.", 'bwg_back'); ?>
41
+ <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery/creating-editing-galleries.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
42
  </div>
43
  <div style="float: right; text-align: right;">
44
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
216
  <div id="message_div" class="updated" style="display: none;"></div>
217
  <div style="float:left; font-size: 14px; font-weight: bold;">
218
  <?php _e("This section allows you to add/edit gallery.", 'bwg_back'); ?>
219
+ <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery/creating-editing-galleries.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
220
  </div>
221
  <div style="float: right; text-align: right;">
222
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
admin/views/BWGViewOptions_bwg.php CHANGED
@@ -28,7 +28,7 @@ class BWGViewOptions_bwg {
28
  <div style="clear: both; float: left; width: 99%;">
29
  <div style="float:left; font-size: 14px; font-weight: bold;">
30
  <?php _e("This section allows you to change settings for different views and general options.", 'bwg_back'); ?>
31
- <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery-guide-step-5/5-1.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
32
  </div>
33
  <div style="float: right; text-align: right;">
34
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
28
  <div style="clear: both; float: left; width: 99%;">
29
  <div style="float:left; font-size: 14px; font-weight: bold;">
30
  <?php _e("This section allows you to change settings for different views and general options.", 'bwg_back'); ?>
31
+ <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery/editing-options/global-options.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
32
  </div>
33
  <div style="float: right; text-align: right;">
34
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
admin/views/BWGViewTags_bwg.php CHANGED
@@ -41,7 +41,7 @@ class BWGViewTags_bwg {
41
  <div style="clear: both; float: left; width: 99%;">
42
  <div style="float:left; font-size: 14px; font-weight: bold;">
43
  <?php _e("This section allows you to create, edit and delete tags.", 'bwg_back'); ?>
44
- <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery-guide-step-3.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
45
  </div>
46
  <div style="float: right; text-align: right;">
47
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
41
  <div style="clear: both; float: left; width: 99%;">
42
  <div style="float:left; font-size: 14px; font-weight: bold;">
43
  <?php _e("This section allows you to create, edit and delete tags.", 'bwg_back'); ?>
44
+ <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery/creating-editing-tag.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
45
  </div>
46
  <div style="float: right; text-align: right;">
47
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
admin/views/BWGViewThemes_bwg.php CHANGED
@@ -37,7 +37,7 @@ class BWGViewThemes_bwg {
37
  <div style="clear: both; float: left; width: 99%;">
38
  <div style="float:left; font-size: 14px; font-weight: bold;">
39
  <?php _e("This section allows you to create, edit and delete themes.", 'bwg_back'); ?>
40
- <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery-guide-step-6/6-1.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
41
  <?php
42
  if (get_option("wd_bwg_theme_version")) {
43
  ?>
@@ -248,7 +248,7 @@ class BWGViewThemes_bwg {
248
  <div style="clear: both; float: left; width: 99%;">
249
  <div style="float:left; font-size: 14px; font-weight: bold;">
250
  <?php _e("This section allows you to add/edit theme.", 'bwg_back'); ?>
251
- <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery-guide-step-6/6-1.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
252
  </div>
253
  <div style="float: right; text-align: right;">
254
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
37
  <div style="clear: both; float: left; width: 99%;">
38
  <div style="float:left; font-size: 14px; font-weight: bold;">
39
  <?php _e("This section allows you to create, edit and delete themes.", 'bwg_back'); ?>
40
+ <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery/editing-themes/thumbnails.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
41
  <?php
42
  if (get_option("wd_bwg_theme_version")) {
43
  ?>
248
  <div style="clear: both; float: left; width: 99%;">
249
  <div style="float:left; font-size: 14px; font-weight: bold;">
250
  <?php _e("This section allows you to add/edit theme.", 'bwg_back'); ?>
251
+ <a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-gallery/editing-themes/thumbnails.html"><?php _e("Read More in User Manual", 'bwg_back'); ?></a>
252
  </div>
253
  <div style="float: right; text-align: right;">
254
  <a style="text-decoration: none;" target="_blank" href="https://web-dorado.com/files/fromPhotoGallery.php">
css/notices.css CHANGED
@@ -51,4 +51,39 @@
51
  }
52
  .wd-blue {
53
  color: #10738B;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  }
51
  }
52
  .wd-blue {
53
  color: #10738B;
54
+ }
55
+
56
+ .admin-notice-promo {
57
+ background: #fff;
58
+ border-top: 4px;
59
+ display: block;
60
+ min-height: 68px;
61
+ padding: 10px 40px 0px 10px;
62
+ margin: 10px 0;
63
+ position: relative;
64
+ }
65
+
66
+ .admin-notice-promo:after {
67
+ content: '';
68
+ display: table;
69
+ clear: both;
70
+ }
71
+
72
+ .close-promo {
73
+ position: absolute;
74
+ top: 5px;
75
+ right: 5px;
76
+ }
77
+
78
+ .promo {
79
+ background-position: center;
80
+ background-repeat: no-repeat;
81
+ background-size: 972px 200px;
82
+ height: 200px;
83
+ max-width: 100%;
84
+ }
85
+
86
+ .promo a {
87
+ display: block;
88
+ height: 100%;
89
  }
images/Gallery-E-Commerce-banner.png ADDED
Binary file
photo-gallery-notices.php CHANGED
@@ -8,6 +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
 
12
  public $notice_spam = 0;
13
  public $notice_spam_max = 1;
@@ -84,14 +85,25 @@ class BWG_Notices {
84
  if ($admin_display_check == 0 && strtotime($admin_display_start) <= strtotime($current_date)) {
85
  // Get remaining query string
86
  $query_str = (isset($admin_notices[$slug]['later_link']) ? $admin_notices[$slug]['later_link'] : esc_url(add_query_arg($this->prefix . '_admin_notice_ignore', $slug)));
87
- // Admin notice display output
88
- echo '<div class="update-nag wd-admin-notice">
89
- <div class="' . $this->prefix . '-notice-logo"></div>
90
- <p class="wd-notice-title">' . $admin_display_title . '</p>
91
- <p class="wd-notice-body">' . $admin_display_msg . '</p>
92
- <ul class="wd-notice-body wd-blue">' . $admin_display_link . '</ul>
93
- <a href="' . $query_str . '" class="dashicons dashicons-dismiss"></a>
94
- </div>';
 
 
 
 
 
 
 
 
 
 
 
95
  $this->notice_spam += 1;
96
  $output_css = true;
97
  }
@@ -183,7 +195,16 @@ class BWG_Notices {
183
 
184
  public function wd_admin_notices() {
185
  $two_week_review_ignore = add_query_arg(array($this->prefix . '_admin_notice_ignore' => 'two_week_review'));
186
- $two_week_review_temp = add_query_arg(array($this->prefix . '_admin_notice_temp_ignore' => 'two_week_review', 'int' => 14));
 
 
 
 
 
 
 
 
 
187
  $notices['two_week_review'] = array(
188
  'title' => __('Leave A Review?', $this->prefix),
189
  'msg' => sprintf(__('We hope you\'ve enjoyed using WordPress %s! Would you consider leaving us a review on WordPress.org?', $this->prefix), $this->plugin_name),
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.html';
12
 
13
  public $notice_spam = 0;
14
  public $notice_spam_max = 1;
85
  if ($admin_display_check == 0 && strtotime($admin_display_start) <= strtotime($current_date)) {
86
  // Get remaining query string
87
  $query_str = (isset($admin_notices[$slug]['later_link']) ? $admin_notices[$slug]['later_link'] : esc_url(add_query_arg($this->prefix . '_admin_notice_ignore', $slug)));
88
+ if (strpos($slug, 'promo') === FALSE) {
89
+ // Admin notice display output
90
+ echo '<div class="update-nag wd-admin-notice">
91
+ <div class="' . $this->prefix . '-notice-logo"></div>
92
+ <p class="wd-notice-title">' . $admin_display_title . '</p>
93
+ <p class="wd-notice-body">' . $admin_display_msg . '</p>
94
+ <ul class="wd-notice-body wd-blue">' . $admin_display_link . '</ul>
95
+ <a href="' . $query_str . '" class="dashicons dashicons-dismiss"></a>
96
+ </div>';
97
+ }
98
+ else {
99
+ echo '<div class="admin-notice-promo">';
100
+ echo $admin_display_msg;
101
+ echo '<ul class="notice-body-promo blue">
102
+ ' . $admin_display_link . '
103
+ </ul>';
104
+ echo '<a href="' . $query_str . '" class="dashicons dashicons-dismiss close-promo"></a>';
105
+ echo '</div>';
106
+ }
107
  $this->notice_spam += 1;
108
  $output_css = true;
109
  }
195
 
196
  public function wd_admin_notices() {
197
  $two_week_review_ignore = add_query_arg(array($this->prefix . '_admin_notice_ignore' => 'two_week_review'));
198
+ $two_week_review_temp = add_query_arg(array($this->prefix . '_admin_notice_temp_ignore' => 'two_week_review', 'int' => 14));
199
+ $promo_close = add_query_arg(array($this->prefix . '_admin_notice_ignore' => 'ecommerce_promo'));
200
+
201
+ $notices['ecommerce_promo'] = array(
202
+ 'title' => __('Hey! How\'s It Going?', $this->prefix),
203
+ 'msg' => '<div class="promo" style="background-image: url(' . $this->plugin_url . '/images/Gallery-E-Commerce-banner.png);"><a href="' . $this->promo_link . '" target="_blank"></a></div>',
204
+ 'link' => '<li><span class="dashicons dashicons-dismiss"></span><a href="' . $promo_close . '">' . __('Never show again', $this->prefix) . '</a></li>',
205
+ 'int' => 3
206
+ );
207
+
208
  $notices['two_week_review'] = array(
209
  'title' => __('Leave A Review?', $this->prefix),
210
  'msg' => sprintf(__('We hope you\'ve enjoyed using WordPress %s! Would you consider leaving us a review on WordPress.org?', $this->prefix), $this->plugin_name),
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.86
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -1903,7 +1903,7 @@ function bwg_activate() {
1903
  ));
1904
  }
1905
  $version = get_option("wd_bwg_version");
1906
- $new_version = '1.2.86';
1907
  if ($version && version_compare($version, $new_version, '<')) {
1908
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1909
  bwg_update($version);
@@ -1951,7 +1951,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
1951
 
1952
  function bwg_update_hook() {
1953
  $version = get_option("wd_bwg_version");
1954
- $new_version = '1.2.86';
1955
  if ($version && version_compare($version, $new_version, '<')) {
1956
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1957
  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.87
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
1903
  ));
1904
  }
1905
  $version = get_option("wd_bwg_version");
1906
+ $new_version = '1.2.87';
1907
  if ($version && version_compare($version, $new_version, '<')) {
1908
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1909
  bwg_update($version);
1951
 
1952
  function bwg_update_hook() {
1953
  $version = get_option("wd_bwg_version");
1954
+ $new_version = '1.2.87';
1955
  if ($version && version_compare($version, $new_version, '<')) {
1956
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1957
  bwg_update($version);
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Gallery ===
2
  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, fotogalerie, galleria, galerie, galeri, 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
  Tested up to: 4.4
6
- Stable tag: 1.2.86
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -29,6 +29,10 @@ https://www.youtube.com/watch?v=4Mxg0FsFZZE&index=5&list=PLnxWPiY5tLFUsFI67acGEP
29
 
30
  Photo Gallery is an advanced plugin with a list of tools and options for adding and editing images for different views. It is fully responsive. The product includes plugin for adding image galleries and albums to posts and pages, as well as multiple widgets. You can add images, providing detailed descriptions and tags, organize the galleries into different albums.
31
 
 
 
 
 
32
  The plugin allows displaying galleries/albums within the following views:
33
 
34
  * Thumbnails gallery view
@@ -215,6 +219,11 @@ Yes, it is possible to add advertising and/or watermark over the images. In both
215
 
216
  == Changelog ==
217
 
 
 
 
 
 
218
  = 1.2.86 =
219
  * Added: Ecommerce add-on.
220
  * Fixed: Bug in filemanager.
1
  === Gallery ===
2
  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
  Tested up to: 4.4
6
+ Stable tag: 1.2.87
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
29
 
30
  Photo Gallery is an advanced plugin with a list of tools and options for adding and editing images for different views. It is fully responsive. The product includes plugin for adding image galleries and albums to posts and pages, as well as multiple widgets. You can add images, providing detailed descriptions and tags, organize the galleries into different albums.
31
 
32
+ From now on Photo Gallery E-commerce add-on enables users to sell digital images and prints. You can create your online store straightaway and manage the store with advanced and functional options.
33
+ Create unlimited price list and connect them with galleries and images. Specify the resolutions for digital downloads. Sell your images with Stripe or PayPal payment systems with ability to email buyers and give immediate access to downloaded content.
34
+
35
+
36
  The plugin allows displaying galleries/albums within the following views:
37
 
38
  * Thumbnails gallery view
219
 
220
  == Changelog ==
221
 
222
+ = 1.2.87 =
223
+ * Changed: User Manual links.
224
+ * Fixed: Facebook add-on autoupdate bug.
225
+ * Added: Ecommerce add-on notice.
226
+
227
  = 1.2.86 =
228
  * Added: Ecommerce add-on.
229
  * Fixed: Bug in filemanager.