Photo Gallery by WD – Responsive Photo Gallery - Version 1.2.36

Version Description

Changed: Featured plugins page. Fixed: Mosaic view show title. Fixed: AddThis javascript bug.

Download this release

Release Info

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

Code changes from version 1.2.35 to 1.2.36

featured/featured.php CHANGED
@@ -11,7 +11,7 @@ function spider_featured($current_plugin = '') {
11
  'title' => 'Photo Gallery',
12
  'text' => 'WordPress Photo Gallery plugin',
13
  'content' => 'Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality.',
14
- 'href' => 'https://web-dorado.com/files/fromPhotoGallery.php'
15
  ),
16
  "contact_form_bulder" => array(
17
  'title' => 'Contact Form Builder',
@@ -25,6 +25,12 @@ function spider_featured($current_plugin = '') {
25
  'content' => 'Create responsive, highly configurable sliders with various effects for your WordPress site.',
26
  'href' => 'https://web-dorado.com/products/wordpress-slider-plugin.html'
27
  ),
 
 
 
 
 
 
28
  "contact-maker" => array(
29
  'title' => 'Contact Form Maker',
30
  'text' => 'WordPress contact form maker plugin',
@@ -32,7 +38,7 @@ function spider_featured($current_plugin = '') {
32
  'href' => 'https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html'
33
  ),
34
  "fm-import" => array(
35
- 'title' => 'Form Maker Export/Import',
36
  'text' => 'WordPress Form Maker export/import plugin',
37
  'content' => 'Form Maker Export/Import is a Form Maker capacity enhancing plugin.',
38
  'href' => 'https://web-dorado.com/products/wordpress-form/export-import.html'
11
  'title' => 'Photo Gallery',
12
  'text' => 'WordPress Photo Gallery plugin',
13
  'content' => 'Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality.',
14
+ 'href' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin.html'
15
  ),
16
  "contact_form_bulder" => array(
17
  'title' => 'Contact Form Builder',
25
  'content' => 'Create responsive, highly configurable sliders with various effects for your WordPress site.',
26
  'href' => 'https://web-dorado.com/products/wordpress-slider-plugin.html'
27
  ),
28
+ "events-wd" => array(
29
+ 'title' => 'Event Calendar WD',
30
+ 'text' => 'WordPress calendar plugin',
31
+ 'content' => 'Organize and publish your events in an easy and elegant way using Event Calendar WD.',
32
+ 'href' => 'https://web-dorado.com/products/wordpress-event-calendar-wd.html'
33
+ ),
34
  "contact-maker" => array(
35
  'title' => 'Contact Form Maker',
36
  'text' => 'WordPress contact form maker plugin',
38
  'href' => 'https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html'
39
  ),
40
  "fm-import" => array(
41
+ 'title' => 'FM Export/Import',
42
  'text' => 'WordPress Form Maker export/import plugin',
43
  'content' => 'Form Maker Export/Import is a Form Maker capacity enhancing plugin.',
44
  'href' => 'https://web-dorado.com/products/wordpress-form/export-import.html'
featured/images/catalog.jpg DELETED
Binary file
featured/images/contact-form-builder.jpg DELETED
Binary file
featured/images/contact-form-maker.jpg DELETED
Binary file
featured/images/contacts.jpg DELETED
Binary file
featured/images/download.jpg DELETED
Binary file
featured/images/events-wd.png ADDED
Binary file
featured/images/facebook.jpg DELETED
Binary file
featured/images/faq.jpg DELETED
Binary file
featured/images/flash.calendar.jpg DELETED
Binary file
featured/images/folder.menu.jpg DELETED
Binary file
featured/images/form.jpg DELETED
Binary file
featured/images/photo-gallery.jpg DELETED
Binary file
featured/images/player.jpg DELETED
Binary file
featured/images/slider.jpg DELETED
Binary file
featured/images/spider-calendar.jpg DELETED
Binary file
featured/images/twitter-widget.jpg DELETED
Binary file
featured/images/zoom.jpg DELETED
Binary file
featured/style.css CHANGED
@@ -61,6 +61,7 @@
61
  #main_featured_plugins_page #featured-plugins-list li.fm-import .product {background:url("images/fm-import.png") center center no-repeat;}
62
  #main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url("images/photo-gallery.png") center center no-repeat;}
63
  #main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
 
64
 
65
  #main_featured_plugins_page #featured-plugins-list li .title .heading {
66
  display: block;
61
  #main_featured_plugins_page #featured-plugins-list li.fm-import .product {background:url("images/fm-import.png") center center no-repeat;}
62
  #main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url("images/photo-gallery.png") center center no-repeat;}
63
  #main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
64
+ #main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
65
 
66
  #main_featured_plugins_page #featured-plugins-list li .title .heading {
67
  display: block;
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.35
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -410,7 +410,7 @@ function bwg_shortcode($params) {
410
  break;
411
 
412
  }
413
-
414
  default: {
415
  die();
416
  }
@@ -3164,7 +3164,7 @@ function bwg_activate() {
3164
  ));
3165
  }
3166
  $version = get_option("wd_bwg_version");
3167
- $new_version = '1.2.35';
3168
  if ($version && version_compare($version, $new_version, '<')) {
3169
  require_once WD_BWG_DIR . "/update/bwg_update.php";
3170
  bwg_update($version);
@@ -3182,7 +3182,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
3182
 
3183
  function bwg_update_hook() {
3184
  $version = get_option("wd_bwg_version");
3185
- $new_version = '1.2.35';
3186
  if ($version && version_compare($version, $new_version, '<')) {
3187
  require_once WD_BWG_DIR . "/update/bwg_update.php";
3188
  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.36
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
410
  break;
411
 
412
  }
413
+
414
  default: {
415
  die();
416
  }
3164
  ));
3165
  }
3166
  $version = get_option("wd_bwg_version");
3167
+ $new_version = '1.2.36';
3168
  if ($version && version_compare($version, $new_version, '<')) {
3169
  require_once WD_BWG_DIR . "/update/bwg_update.php";
3170
  bwg_update($version);
3182
 
3183
  function bwg_update_hook() {
3184
  $version = get_option("wd_bwg_version");
3185
+ $new_version = '1.2.36';
3186
  if ($version && version_compare($version, $new_version, '<')) {
3187
  require_once WD_BWG_DIR . "/update/bwg_update.php";
3188
  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, mosaic
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
- Stable tag: 1.2.35
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -207,6 +207,11 @@ Yes, it is possible to add advertising and/or watermark over the images. In both
207
 
208
  == Changelog ==
209
 
 
 
 
 
 
210
  = 1.2.35 =
211
  New: Addthis (pro version).
212
  Fixed: Link text font size in extended album description.
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, mosaic
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
+ Stable tag: 1.2.36
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
207
 
208
  == Changelog ==
209
 
210
+ = 1.2.36 =
211
+ Changed: Featured plugins page.
212
+ Fixed: Mosaic view show title.
213
+ Fixed: AddThis javascript bug.
214
+
215
  = 1.2.35 =
216
  New: Addthis (pro version).
217
  Fixed: Link text font size in extended album description.