Photo Gallery by WD – Responsive Photo Gallery - Version 1.2.74

Version Description

  • Changed: Share url.
  • Fixed: Twitter share.
  • Added: Possibility to add custom style for front end thumbnails.
Download this release

Release Info

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

Code changes from version 1.2.73 to 1.2.74

css/bwg_frontend.css CHANGED
@@ -15,6 +15,12 @@ div[id^="bwg_container"] a {
15
  text-decoration: none;
16
  }
17
 
 
 
 
 
 
 
18
  @media print {
19
  #spider_popup_left,
20
  #spider_popup_right,
15
  text-decoration: none;
16
  }
17
 
18
+ div[id^="bwg_container"] div[id^="bwg_container"] .bwg_img_clear {
19
+ max-height: none !important;
20
+ max-width: none !important;
21
+ padding: 0 !important;
22
+ }
23
+
24
  @media print {
25
  #spider_popup_left,
26
  #spider_popup_right,
frontend/views/BWGViewAlbum_compact_preview.php CHANGED
@@ -705,7 +705,7 @@ class BWGViewAlbum_compact_preview {
705
  ?>
706
  <span class="bwg_album_thumb_spun1_<?php echo $bwg; ?>">
707
  <span class="bwg_album_thumb_spun2_<?php echo $bwg; ?>">
708
- <img style="padding: 0 !important; max-height: none !important; max-width: none !important; width: <?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" src="<?php echo $preview_url; ?>" alt="<?php echo $title; ?>" />
709
  <?php
710
  if ($params['compuct_album_title'] == 'hover') {
711
  ?>
@@ -815,7 +815,7 @@ class BWGViewAlbum_compact_preview {
815
  <?php
816
  }
817
  ?>
818
- <img style="max-height:none; max-width:none; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" id="<?php echo $image_row->id; ?>" src="<?php echo ( $is_embed ? "" : site_url() . '/' . $WD_BWG_UPLOAD_DIR) . $image_row->thumb_url; ?>" alt="<?php echo $image_row->alt; ?>" />
819
  </span>
820
  </span>
821
  <?php
705
  ?>
706
  <span class="bwg_album_thumb_spun1_<?php echo $bwg; ?>">
707
  <span class="bwg_album_thumb_spun2_<?php echo $bwg; ?>">
708
+ <img class="bwg_img_clear bwg_img_custom" style="width: <?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" src="<?php echo $preview_url; ?>" alt="<?php echo $title; ?>" />
709
  <?php
710
  if ($params['compuct_album_title'] == 'hover') {
711
  ?>
815
  <?php
816
  }
817
  ?>
818
+ <img class="bwg_img_clear bwg_img_custom" style="width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" id="<?php echo $image_row->id; ?>" src="<?php echo ( $is_embed ? "" : site_url() . '/' . $WD_BWG_UPLOAD_DIR) . $image_row->thumb_url; ?>" alt="<?php echo $image_row->alt; ?>" />
819
  </span>
820
  </span>
821
  <?php
frontend/views/BWGViewAlbum_extended_preview.php CHANGED
@@ -664,7 +664,7 @@ class BWGViewAlbum_extended_preview {
664
  <span class="bwg_album_thumb_<?php echo $bwg; ?>" style="height:inherit;">
665
  <span class="bwg_album_thumb_spun1_<?php echo $bwg; ?>">
666
  <span class="bwg_album_thumb_spun2_<?php echo $bwg; ?>">
667
- <img style="padding: 0; max-height:none; max-width:none; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" src="<?php echo $preview_url; ?>" alt="<?php echo $title; ?>" />
668
  </span>
669
  </span>
670
  </span>
@@ -785,7 +785,7 @@ class BWGViewAlbum_extended_preview {
785
  <?php
786
  }
787
  ?>
788
- <img style="max-height:none; max-width:none; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" id="<?php echo $image_row->id; ?>" src="<?php echo ( $is_embed ? "" : site_url() . '/' . $WD_BWG_UPLOAD_DIR) . $image_row->thumb_url; ?>" alt="<?php echo $image_row->alt; ?>" />
789
  </span>
790
  </span>
791
  <?php
664
  <span class="bwg_album_thumb_<?php echo $bwg; ?>" style="height:inherit;">
665
  <span class="bwg_album_thumb_spun1_<?php echo $bwg; ?>">
666
  <span class="bwg_album_thumb_spun2_<?php echo $bwg; ?>">
667
+ <img class="bwg_img_clear bwg_img_custom" style="width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" src="<?php echo $preview_url; ?>" alt="<?php echo $title; ?>" />
668
  </span>
669
  </span>
670
  </span>
785
  <?php
786
  }
787
  ?>
788
+ <img class="bwg_img_clear bwg_img_custom" style="width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" id="<?php echo $image_row->id; ?>" src="<?php echo ( $is_embed ? "" : site_url() . '/' . $WD_BWG_UPLOAD_DIR) . $image_row->thumb_url; ?>" alt="<?php echo $image_row->alt; ?>" />
789
  </span>
790
  </span>
791
  <?php
frontend/views/BWGViewThumbnails.php CHANGED
@@ -467,7 +467,7 @@ class BWGViewThumbnails {
467
  <?php
468
  }
469
  ?>
470
- <img class="bwg_standart_thumb_img_<?php echo $bwg; ?>" style="max-height: none !important; max-width: none !important; padding: 0 !important; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" id="<?php echo $image_row->id; ?>" src="<?php echo ($is_embed ? "" : site_url() . '/' . $WD_BWG_UPLOAD_DIR) . $image_row->thumb_url; ?>" alt="<?php echo $image_row->alt; ?>" />
471
  </span>
472
  </span>
473
  <?php
467
  <?php
468
  }
469
  ?>
470
+ <img class="bwg_standart_thumb_img_<?php echo $bwg; ?> bwg_img_clear bwg_img_custom" style="width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" id="<?php echo $image_row->id; ?>" src="<?php echo ($is_embed ? "" : site_url() . '/' . $WD_BWG_UPLOAD_DIR) . $image_row->thumb_url; ?>" alt="<?php echo $image_row->alt; ?>" />
471
  </span>
472
  </span>
473
  <?php
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.73
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -2339,7 +2339,7 @@ function bwg_activate() {
2339
  ));
2340
  }
2341
  $version = get_option("wd_bwg_version");
2342
- $new_version = '1.2.73';
2343
  if ($version && version_compare($version, $new_version, '<')) {
2344
  require_once WD_BWG_DIR . "/update/bwg_update.php";
2345
  bwg_update($version);
@@ -2387,7 +2387,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
2387
 
2388
  function bwg_update_hook() {
2389
  $version = get_option("wd_bwg_version");
2390
- $new_version = '1.2.73';
2391
  if ($version && version_compare($version, $new_version, '<')) {
2392
  require_once WD_BWG_DIR . "/update/bwg_update.php";
2393
  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.74
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
2339
  ));
2340
  }
2341
  $version = get_option("wd_bwg_version");
2342
+ $new_version = '1.2.74';
2343
  if ($version && version_compare($version, $new_version, '<')) {
2344
  require_once WD_BWG_DIR . "/update/bwg_update.php";
2345
  bwg_update($version);
2387
 
2388
  function bwg_update_hook() {
2389
  $version = get_option("wd_bwg_version");
2390
+ $new_version = '1.2.74';
2391
  if ($version && version_compare($version, $new_version, '<')) {
2392
  require_once WD_BWG_DIR . "/update/bwg_update.php";
2393
  bwg_update($version);
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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
5
  Requires at least: 3.4
6
  Tested up to: 4.3
7
- Stable tag: 1.2.73
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -215,6 +215,11 @@ Yes, it is possible to add advertising and/or watermark over the images. In both
215
 
216
  == Changelog ==
217
 
 
 
 
 
 
218
  = 1.2.73 =
219
  * Fixed: SEO bug.
220
 
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
5
  Requires at least: 3.4
6
  Tested up to: 4.3
7
+ Stable tag: 1.2.74
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
215
 
216
  == Changelog ==
217
 
218
+ = 1.2.74 =
219
+ * Changed: Share url.
220
+ * Fixed: Twitter share.
221
+ * Added: Possibility to add custom style for front end thumbnails.
222
+
223
  = 1.2.73 =
224
  * Fixed: SEO bug.
225