Photo Gallery by WD – Responsive Photo Gallery - Version 1.2.1

Version Description

minor changes in shortcode generation code

Download this release

Release Info

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

Code changes from version 1.2.0 to 1.2.1

admin/views/BWGViewBWGShortcode.php CHANGED
@@ -87,6 +87,7 @@ class BWGViewBWGShortcode {
87
  <base target="_self">
88
  </head>
89
  <body id="link" onLoad="tinyMCEPopup.executeOnLoad('init();');document.body.style.display='';" dir="ltr" class="forceColors">
 
90
  <form method="post" action="#" id="bwg_shortcode_form">
91
  <div class="tabs" role="tablist" tabindex="-1">
92
  <ul>
@@ -1514,9 +1515,6 @@ class BWGViewBWGShortcode {
1514
  window.tinyMCE.execCommand('mceInsertContent', false, short_code);
1515
  }
1516
  tinyMCEPopup.editor.execCommand('mceRepaint');
1517
- setTimeout(function() {
1518
- tinyMCEPopup.close();
1519
- }, 1000);
1520
  <?php } else { ?>
1521
  jQuery("#bwg_shortcode").val('[Best_Wordpress_Gallery id="' + shortcode_id + '"' + title + ']');
1522
  <?php } ?>
87
  <base target="_self">
88
  </head>
89
  <body id="link" onLoad="tinyMCEPopup.executeOnLoad('init();');document.body.style.display='';" dir="ltr" class="forceColors">
90
+ <?php if (isset($_POST['tagtext'])) { echo '<script>tinyMCEPopup.close();</script></body></html>'; die(); } ?>
91
  <form method="post" action="#" id="bwg_shortcode_form">
92
  <div class="tabs" role="tablist" tabindex="-1">
93
  <ul>
1515
  window.tinyMCE.execCommand('mceInsertContent', false, short_code);
1516
  }
1517
  tinyMCEPopup.editor.execCommand('mceRepaint');
 
 
 
1518
  <?php } else { ?>
1519
  jQuery("#bwg_shortcode").val('[Best_Wordpress_Gallery id="' + shortcode_id + '"' + title + ']');
1520
  <?php } ?>
photo-gallery.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Photo Gallery
5
  * Plugin URI: http://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.0
8
  * Author: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
@@ -2728,7 +2728,7 @@ function bwg_activate() {
2728
  ));
2729
  }
2730
  $version = get_option("wd_bwg_version");
2731
- $new_version = '1.2.0';
2732
  if ($version && version_compare($version, $new_version, '<')) {
2733
  require_once WD_BWG_DIR . "/update/bwg_update.php";
2734
  bwg_update($version);
@@ -2743,7 +2743,7 @@ register_activation_hook(__FILE__, 'bwg_activate');
2743
 
2744
  function bwg_update_hook() {
2745
  $version = get_option("wd_bwg_version");
2746
- $new_version = '1.2.0';
2747
  if ($version && version_compare($version, $new_version, '<')) {
2748
  require_once WD_BWG_DIR . "/update/bwg_update.php";
2749
  bwg_update($version);
4
  * Plugin Name: Photo Gallery
5
  * Plugin URI: http://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.1
8
  * Author: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
2728
  ));
2729
  }
2730
  $version = get_option("wd_bwg_version");
2731
+ $new_version = '1.2.1';
2732
  if ($version && version_compare($version, $new_version, '<')) {
2733
  require_once WD_BWG_DIR . "/update/bwg_update.php";
2734
  bwg_update($version);
2743
 
2744
  function bwg_update_hook() {
2745
  $version = get_option("wd_bwg_version");
2746
+ $new_version = '1.2.1';
2747
  if ($version && version_compare($version, $new_version, '<')) {
2748
  require_once WD_BWG_DIR . "/update/bwg_update.php";
2749
  bwg_update($version);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://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
5
  Requires at least: 3.0
6
  Tested up to: 4.0
7
- Stable tag: 1.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -22,7 +22,6 @@ https://www.youtube.com/watch?v=4Mxg0FsFZZE&index=5&list=PLnxWPiY5tLFUsFI67acGEP
22
 
23
  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.
24
 
25
-
26
  The plugin allows displaying galleries/albums within the following views:
27
 
28
  * Thumbnails for image thumbnails
@@ -73,6 +72,7 @@ Photo Gallery product in addition to the main plugin includes 4 specific widgets
73
  * Possibility to add tags to all images at once.
74
  * Right-click enabling option for the image downloads protection.
75
  * Possibility to display images in the albums in thumbnail or masonry view upon opening
 
76
 
77
 
78
  Upgrade to [WordPress Photo Gallery Pro](http://web-dorado.com/products/wordpress-photo-gallery-plugin.html) to add features:
@@ -174,6 +174,12 @@ If any problem occurs, please contact us at [info@web-dorado.com](mailto:info@w
174
 
175
  == Changelog ==
176
 
 
 
 
 
 
 
177
  = 1.1.30 =
178
  * images count in ligthbox (optional - only in options page)
179
  * images count column in galleries table
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
5
  Requires at least: 3.0
6
  Tested up to: 4.0
7
+ Stable tag: 1.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
22
 
23
  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.
24
 
 
25
  The plugin allows displaying galleries/albums within the following views:
26
 
27
  * Thumbnails for image thumbnails
72
  * Possibility to add tags to all images at once.
73
  * Right-click enabling option for the image downloads protection.
74
  * Possibility to display images in the albums in thumbnail or masonry view upon opening
75
+ * WordPress Search Integration by gallery and album title
76
 
77
 
78
  Upgrade to [WordPress Photo Gallery Pro](http://web-dorado.com/products/wordpress-photo-gallery-plugin.html) to add features:
174
 
175
  == Changelog ==
176
 
177
+ = 1.2.1 =
178
+ minor changes in shortcode generation code
179
+
180
+ = 1.2.0 =
181
+ change shortcodes
182
+
183
  = 1.1.30 =
184
  * images count in ligthbox (optional - only in options page)
185
  * images count column in galleries table