Version Description
- Fixed: White spaces after image title.
- Fixed: Masonry/mosaic galleries load in compact album view.
- Fixed: Loading in filemanager.
- Fixed: Back in Japan.
Download this release
Release Info
Developer | webdorado |
Plugin | Photo Gallery by WD – Responsive Photo Gallery |
Version | 1.3.7 |
Comparing to | |
See all releases |
Code changes from version 1.3.6 to 1.3.7
- admin/views/BWGViewGalleries_bwg.php +1 -1
- css/bwg_tables.css +1 -1
- filemanager/js/default.js +2 -2
- filemanager/view.php +2 -2
- languages/bwg-ja.mo +0 -0
- languages/bwg-ja.po +2 -2
- photo-gallery.php +3 -3
- readme.txt +7 -1
admin/views/BWGViewGalleries_bwg.php
CHANGED
@@ -983,7 +983,7 @@ class BWGViewGalleries_bwg {
|
|
983 |
<input type="hidden" id="input_filetype_<?php echo $row_data->id; ?>" name="input_filetype_<?php echo $row_data->id; ?>" value="<?php echo $row_data->filetype; ?>" />
|
984 |
</td>
|
985 |
<td class="table_extra_large_col">
|
986 |
-
<input size="24" type="text" id="image_alt_text_<?php echo $row_data->id; ?>" name="image_alt_text_<?php echo $row_data->id; ?>" value="<?php echo $row_data->alt; ?>
|
987 |
<?php if ($option_row->thumb_click_action != 'open_lightbox') { ?>
|
988 |
<input size="24" type="text" id="redirect_url_<?php echo $row_data->id; ?>" name="redirect_url_<?php echo $row_data->id; ?>" value="<?php echo $row_data->redirect_url; ?>" />
|
989 |
<?php } ?>
|
983 |
<input type="hidden" id="input_filetype_<?php echo $row_data->id; ?>" name="input_filetype_<?php echo $row_data->id; ?>" value="<?php echo $row_data->filetype; ?>" />
|
984 |
</td>
|
985 |
<td class="table_extra_large_col">
|
986 |
+
<input size="24" type="text" id="image_alt_text_<?php echo $row_data->id; ?>" name="image_alt_text_<?php echo $row_data->id; ?>" value="<?php echo $row_data->alt; ?>" />
|
987 |
<?php if ($option_row->thumb_click_action != 'open_lightbox') { ?>
|
988 |
<input size="24" type="text" id="redirect_url_<?php echo $row_data->id; ?>" name="redirect_url_<?php echo $row_data->id; ?>" value="<?php echo $row_data->redirect_url; ?>" />
|
989 |
<?php } ?>
|
css/bwg_tables.css
CHANGED
@@ -477,7 +477,7 @@
|
|
477 |
line-height: 13px;
|
478 |
margin: 2px 0;
|
479 |
padding: 2px 5px 2px 5px;
|
480 |
-
width: 132px;
|
481 |
}
|
482 |
|
483 |
.tags_div {
|
477 |
line-height: 13px;
|
478 |
margin: 2px 0;
|
479 |
padding: 2px 5px 2px 5px;
|
480 |
+
/* width: 132px; */
|
481 |
}
|
482 |
|
483 |
.tags_div {
|
filemanager/js/default.js
CHANGED
@@ -42,9 +42,9 @@ jQuery(document).ready(function () {
|
|
42 |
setTimeout(function(){jQuery(document).trigger("onSelectAllImage")});
|
43 |
}
|
44 |
if (all_images_count == 0 || all_images_count <= 24) {
|
45 |
-
|
46 |
-
jQuery("#loading_div").hide();
|
47 |
}
|
|
|
48 |
filesSelected = [];
|
49 |
filesSelectedML = [];
|
50 |
dragFiles = [];
|
42 |
setTimeout(function(){jQuery(document).trigger("onSelectAllImage")});
|
43 |
}
|
44 |
if (all_images_count == 0 || all_images_count <= 24) {
|
45 |
+
loaded();
|
|
|
46 |
}
|
47 |
+
setTimeout(function(){loaded()}, 10000);
|
48 |
filesSelected = [];
|
49 |
filesSelectedML = [];
|
50 |
dragFiles = [];
|
filemanager/view.php
CHANGED
@@ -238,7 +238,7 @@ class FilemanagerView {
|
|
238 |
isDir="<?php echo $file['is_dir'] == true ? 'true' : 'false'; ?>">
|
239 |
<span class="item_numbering"><?php echo ++$i; ?></span>
|
240 |
<span class="item_thumb">
|
241 |
-
<img src="<?php echo $file['thumb']; ?>" <?php echo $key
|
242 |
</span>
|
243 |
<span class="item_icon">
|
244 |
<img src="<?php echo $file['icon']; ?>"/>
|
@@ -324,7 +324,7 @@ class FilemanagerView {
|
|
324 |
isDir="<?php echo $file['is_dir'] == true ? 'true' : 'false'; ?>">
|
325 |
<span class="item_numbering"><?php echo ++$i; ?></span>
|
326 |
<span class="item_thumb">
|
327 |
-
<img src="<?php echo $file['thumb']; ?>" <?php echo $key
|
328 |
</span>
|
329 |
<span class="item_icon">
|
330 |
<img src="<?php echo $file['icon']; ?>"/>
|
238 |
isDir="<?php echo $file['is_dir'] == true ? 'true' : 'false'; ?>">
|
239 |
<span class="item_numbering"><?php echo ++$i; ?></span>
|
240 |
<span class="item_thumb">
|
241 |
+
<img src="<?php echo $file['thumb']; ?>" <?php echo $key >= 24 ? 'onload="loaded()"' : ''; ?> />
|
242 |
</span>
|
243 |
<span class="item_icon">
|
244 |
<img src="<?php echo $file['icon']; ?>"/>
|
324 |
isDir="<?php echo $file['is_dir'] == true ? 'true' : 'false'; ?>">
|
325 |
<span class="item_numbering"><?php echo ++$i; ?></span>
|
326 |
<span class="item_thumb">
|
327 |
+
<img src="<?php echo $file['thumb']; ?>" <?php echo $key >= 24 ? 'onload="loaded()"' : ''; ?> />
|
328 |
</span>
|
329 |
<span class="item_icon">
|
330 |
<img src="<?php echo $file['icon']; ?>"/>
|
languages/bwg-ja.mo
CHANGED
Binary file
|
languages/bwg-ja.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bwg\n"
|
4 |
"POT-Creation-Date: 2016-01-08 10:05+0400\n"
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ja_JP\n"
|
@@ -60,7 +60,7 @@ msgstr "このギャラリーには画像がありません"
|
|
60 |
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery\frontend/views/BWGViewAlbum_masonry_preview.php:454
|
61 |
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery\frontend/views/BWGViewAlbum_masonry_preview.php:494
|
62 |
msgid "Back"
|
63 |
-
msgstr "
|
64 |
|
65 |
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery\frontend/views/BWGViewAlbum_compact_preview.php:918
|
66 |
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery\frontend/views/BWGViewAlbum_extended_preview.php:893
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bwg\n"
|
4 |
"POT-Creation-Date: 2016-01-08 10:05+0400\n"
|
5 |
+
"PO-Revision-Date: 2016-08-26 16:15+0400\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ja_JP\n"
|
60 |
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery\frontend/views/BWGViewAlbum_masonry_preview.php:454
|
61 |
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery\frontend/views/BWGViewAlbum_masonry_preview.php:494
|
62 |
msgid "Back"
|
63 |
+
msgstr "戻る"
|
64 |
|
65 |
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery\frontend/views/BWGViewAlbum_compact_preview.php:918
|
66 |
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery\frontend/views/BWGViewAlbum_extended_preview.php:893
|
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: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -1923,7 +1923,7 @@ function bwg_activate() {
|
|
1923 |
));
|
1924 |
}
|
1925 |
$version = WD_BWG_VERSION;
|
1926 |
-
$new_version = '1.3.
|
1927 |
if ($version && version_compare($version, $new_version, '<')) {
|
1928 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1929 |
bwg_update($version);
|
@@ -1975,7 +1975,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
|
|
1975 |
|
1976 |
function bwg_update_hook() {
|
1977 |
$version = WD_BWG_VERSION;
|
1978 |
-
$new_version = '1.3.
|
1979 |
if ($version && version_compare($version, $new_version, '<')) {
|
1980 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1981 |
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.7
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
1923 |
));
|
1924 |
}
|
1925 |
$version = WD_BWG_VERSION;
|
1926 |
+
$new_version = '1.3.7';
|
1927 |
if ($version && version_compare($version, $new_version, '<')) {
|
1928 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1929 |
bwg_update($version);
|
1975 |
|
1976 |
function bwg_update_hook() {
|
1977 |
$version = WD_BWG_VERSION;
|
1978 |
+
$new_version = '1.3.7';
|
1979 |
if ($version && version_compare($version, $new_version, '<')) {
|
1980 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1981 |
bwg_update($version);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
|
4 |
Tags: album, image gallery, gallery, image, images, lightbox, photo, photo gallery, photos, responsive, thumbnail, widget
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.6
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -224,6 +224,12 @@ To enable the feature of adding Media Library images, go to Photo Gallery > Opti
|
|
224 |
|
225 |
== Changelog ==
|
226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
= 1.3.6 =
|
228 |
* Added: Bulk edit images title, description and redirect url.
|
229 |
|
4 |
Tags: album, image gallery, gallery, image, images, lightbox, photo, photo gallery, photos, responsive, thumbnail, widget
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 1.3.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
224 |
|
225 |
== Changelog ==
|
226 |
|
227 |
+
= 1.3.7 =
|
228 |
+
* Fixed: White spaces after image title.
|
229 |
+
* Fixed: Masonry/mosaic galleries load in compact album view.
|
230 |
+
* Fixed: Loading in filemanager.
|
231 |
+
* Fixed: Back in Japan.
|
232 |
+
|
233 |
= 1.3.6 =
|
234 |
* Added: Bulk edit images title, description and redirect url.
|
235 |
|