Version Description
- Fixed: Images in a column
Download this release
Release Info
Developer | webdorado |
Plugin | Photo Gallery by WD – Responsive Photo Gallery |
Version | 1.3.40 |
Comparing to | |
See all releases |
Code changes from version 1.3.39 to 1.3.40
- photo-gallery.php +5 -5
- readme.txt +5 -2
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.3.
|
8 |
* Author: Photo Gallery Team
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -497,8 +497,8 @@ function bwg_shortcode($params) {
|
|
497 |
}
|
498 |
ob_start();
|
499 |
bwg_front_end($params);
|
500 |
-
|
501 |
-
|
502 |
}
|
503 |
add_shortcode('Best_Wordpress_Gallery', 'bwg_shortcode');
|
504 |
|
@@ -1605,7 +1605,7 @@ function bwg_activate() {
|
|
1605 |
));
|
1606 |
}
|
1607 |
$version = get_option('wd_bwg_version');
|
1608 |
-
$new_version = '1.3.
|
1609 |
if ($version && version_compare($version, $new_version, '<')) {
|
1610 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1611 |
bwg_update($version);
|
@@ -1657,7 +1657,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
|
|
1657 |
|
1658 |
function bwg_update_hook() {
|
1659 |
$version = get_option('wd_bwg_version');
|
1660 |
-
$new_version = '1.3.
|
1661 |
if ($version && version_compare($version, $new_version, '<')) {
|
1662 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1663 |
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.3.40
|
8 |
* Author: Photo Gallery Team
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
497 |
}
|
498 |
ob_start();
|
499 |
bwg_front_end($params);
|
500 |
+
return str_replace(array("\r\n", "\n", "\r"), '', ob_get_clean());
|
501 |
+
// return ob_get_clean();
|
502 |
}
|
503 |
add_shortcode('Best_Wordpress_Gallery', 'bwg_shortcode');
|
504 |
|
1605 |
));
|
1606 |
}
|
1607 |
$version = get_option('wd_bwg_version');
|
1608 |
+
$new_version = '1.3.40';
|
1609 |
if ($version && version_compare($version, $new_version, '<')) {
|
1610 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1611 |
bwg_update($version);
|
1657 |
|
1658 |
function bwg_update_hook() {
|
1659 |
$version = get_option('wd_bwg_version');
|
1660 |
+
$new_version = '1.3.40';
|
1661 |
if ($version && version_compare($version, $new_version, '<')) {
|
1662 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1663 |
bwg_update($version);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
|
4 |
Tags: gallery, photo gallery, image gallery, responsive gallery, wordpress gallery plugin, photo albums, gallery slider, gallery lightbox, wordpress photo gallery plugin, fullscreen gallery, watermarking, video gallery
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.7
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -25,7 +25,7 @@ Create 100% responsive FREE WordPress photo gallery in minutes. Easy to customiz
|
|
25 |
|
26 |
|
27 |
= Photo Gallery Add-ons: =
|
28 |
-
[Ecommerce Add-on](https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/gallery-ecommerce.html)
|
29 |
[Facebook Integration Add-on](https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/facebook.html) - Display Facebook photos and videos within Photo Gallery Pro without additional efforts.
|
30 |
[Export/Import Add-on](https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/export-import.html) Export/import galleries, albums and all related data from one WordPress site to another.
|
31 |
|
@@ -188,6 +188,9 @@ To enable the feature of adding Media Library images, go to Photo Gallery > Opti
|
|
188 |
|
189 |
== Changelog ==
|
190 |
|
|
|
|
|
|
|
191 |
= 1.3.39 =
|
192 |
* Fixed: Removed empty "filter_search_name" from lightbox URL.
|
193 |
* Fixed: Don't add Facebook/Instagram libraries if there is no need.
|
4 |
Tags: gallery, photo gallery, image gallery, responsive gallery, wordpress gallery plugin, photo albums, gallery slider, gallery lightbox, wordpress photo gallery plugin, fullscreen gallery, watermarking, video gallery
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 1.3.40
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
25 |
|
26 |
|
27 |
= Photo Gallery Add-ons: =
|
28 |
+
[Ecommerce Add-on](https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/gallery-ecommerce.html) - Display your digital content and sell it directly from your website.
|
29 |
[Facebook Integration Add-on](https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/facebook.html) - Display Facebook photos and videos within Photo Gallery Pro without additional efforts.
|
30 |
[Export/Import Add-on](https://web-dorado.com/products/wordpress-photo-gallery-plugin/add-ons/export-import.html) Export/import galleries, albums and all related data from one WordPress site to another.
|
31 |
|
188 |
|
189 |
== Changelog ==
|
190 |
|
191 |
+
= 1.3.40 =
|
192 |
+
* Fixed: Images in a column
|
193 |
+
|
194 |
= 1.3.39 =
|
195 |
* Fixed: Removed empty "filter_search_name" from lightbox URL.
|
196 |
* Fixed: Don't add Facebook/Instagram libraries if there is no need.
|