Gallery by BestWebSoft - Version 4.4.8

Version Description

  • 04.01.2017 =
  • Update : The bug with pages displaying was fixed.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Gallery by BestWebSoft
Version 4.4.8
Comparing to
See all releases

Code changes from version 4.4.7 to 4.4.8

Files changed (2) hide show
  1. gallery-plugin.php +3 -3
  2. readme.txt +8 -1
gallery-plugin.php CHANGED
@@ -6,12 +6,12 @@ Description: Add beautiful galleries, albums & images to your Wordpress website
6
  Author: BestWebSoft
7
  Text Domain: gallery-plugin
8
  Domain Path: /languages
9
- Version: 4.4.7
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
13
 
14
- /* © Copyright 2016 BestWebSoft ( http://support.bestwebsoft.com )
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License, version 2, as
@@ -547,7 +547,7 @@ if ( ! function_exists( 'gllr_template_include' ) ) {
547
  $file = 'gallery-single-template.php';
548
  } elseif ( $gllr_options['post_type_name'] == $post_type && isset( $wp_query->query_vars["gallery_categories"] ) ) {
549
  $file = 'gallery-template.php';
550
- } elseif ( is_page( $gllr_options['page_id_gallery_template'] ) ) {
551
  $file = 'gallery-template.php';
552
  }
553
 
6
  Author: BestWebSoft
7
  Text Domain: gallery-plugin
8
  Domain Path: /languages
9
+ Version: 4.4.8
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
13
 
14
+ /* © Copyright 2017 BestWebSoft ( http://support.bestwebsoft.com )
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License, version 2, as
547
  $file = 'gallery-single-template.php';
548
  } elseif ( $gllr_options['post_type_name'] == $post_type && isset( $wp_query->query_vars["gallery_categories"] ) ) {
549
  $file = 'gallery-template.php';
550
+ } elseif ( ! empty( $gllr_options['page_id_gallery_template'] ) && is_page( $gllr_options['page_id_gallery_template'] ) ) {
551
  $file = 'gallery-template.php';
552
  }
553
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bestwebsoft.com/donate/
4
  Tags: add album, add galleries, add images, add pictures, add albums, gallery, gallery plugin, gallery slider, fancy gallery, slideshow, lightbox, fullscreen gallery
5
  Requires at least: 3.8
6
  Tested up to: 4.7
7
- Stable tag: 4.4.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -133,6 +133,7 @@ Some of these translations are not complete. We are constantly adding new featur
133
  = Recommended Plugins =
134
 
135
  * [Gallery Categories](http://bestwebsoft.com/products/wordpress/plugins/gallery-categories/) - Add unlimited gallery categories. Organize images to make the navigation through content easier.
 
136
  * [Updater](http://bestwebsoft.com/products/wordpress/plugins/updater/?k=6ed3f1f40908b8eb7248953196a4753a) - Automatically check and update WordPress core with all installed plugins to the latest versions. Manual mode, email notifications and backups of all your files and database before updating.
137
  * [Re-attacher](http://bestwebsoft.com/products/wordpress/plugins/re-attacher/) - Attach, unattach and re-attach media files quickly to WordPress posts and pages.
138
 
@@ -220,6 +221,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<http:
220
 
221
  == Changelog ==
222
 
 
 
 
223
  = V4.4.7 - 03.01.2017 =
224
  * Update : Template files loading has been changed.
225
  * Update : The French language file is updated.
@@ -602,6 +606,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<http:
602
 
603
  == Upgrade Notice ==
604
 
 
 
 
605
  = V4.4.7 =
606
  * Functionality improved.
607
  * The compatibility with new WordPress version updated.
4
  Tags: add album, add galleries, add images, add pictures, add albums, gallery, gallery plugin, gallery slider, fancy gallery, slideshow, lightbox, fullscreen gallery
5
  Requires at least: 3.8
6
  Tested up to: 4.7
7
+ Stable tag: 4.4.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
133
  = Recommended Plugins =
134
 
135
  * [Gallery Categories](http://bestwebsoft.com/products/wordpress/plugins/gallery-categories/) - Add unlimited gallery categories. Organize images to make the navigation through content easier.
136
+ * [Custom Search](http://bestwebsoft.com/products/wordpress/plugins/custom-search/?k=b673f73379683aba054e98fab3bf7743) - Add custom post types to WordPress website search results.
137
  * [Updater](http://bestwebsoft.com/products/wordpress/plugins/updater/?k=6ed3f1f40908b8eb7248953196a4753a) - Automatically check and update WordPress core with all installed plugins to the latest versions. Manual mode, email notifications and backups of all your files and database before updating.
138
  * [Re-attacher](http://bestwebsoft.com/products/wordpress/plugins/re-attacher/) - Attach, unattach and re-attach media files quickly to WordPress posts and pages.
139
 
221
 
222
  == Changelog ==
223
 
224
+ = V4.4.8 - 04.01.2017 =
225
+ * Update : The bug with pages displaying was fixed.
226
+
227
  = V4.4.7 - 03.01.2017 =
228
  * Update : Template files loading has been changed.
229
  * Update : The French language file is updated.
606
 
607
  == Upgrade Notice ==
608
 
609
+ = V4.4.8 =
610
+ * Bugs fixed.
611
+
612
  = V4.4.7 =
613
  * Functionality improved.
614
  * The compatibility with new WordPress version updated.