Version Description
- ADD: FontAwesome icons throughout
- ADD: WPML multilingual support
- ADD: qTranslate X multilingual support
- IMPROVE: Improved error handling on multiple slides adding
- IMPROVE: Minimalistic Colorbox design
- IMPROVE: Remove dashicons and fonts completely
- IMPROVE: New WordPress 4.3 check-column styling
- FIX: Some notices/errors showing raw HTML code
- FIX: Vulnerability/security issues
Download this release
Release Info
Developer | contrid |
Plugin | Slideshow Gallery |
Version | 1.5.3.4 |
Comparing to | |
See all releases |
Code changes from version 1.5.3.3 to 1.5.3.4
- includes/checkinit.php +1 -1
- readme.txt +2 -2
- slideshow-gallery-plugin.php +3 -3
- slideshow-gallery.php +1 -1
includes/checkinit.php
CHANGED
@@ -57,7 +57,7 @@ if (!class_exists('GalleryCheckinit')) {
|
|
57 |
$result = false;
|
58 |
|
59 |
$existing = $this -> get_option('existing');
|
60 |
-
|
61 |
|
62 |
if (preg_match("/^(www\.)(.*)/si", $host, $matches)) {
|
63 |
$wwwhost = $host;
|
57 |
$result = false;
|
58 |
|
59 |
$existing = $this -> get_option('existing');
|
60 |
+
if (!empty($existing)) return true;
|
61 |
|
62 |
if (preg_match("/^(www\.)(.*)/si", $host, $matches)) {
|
63 |
$wwwhost = $host;
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://tribulant.com/
|
|
4 |
Tags: wordpress plugins, wordpress slideshow gallery, slides, slideshow, image gallery, images, gallery, featured content, content gallery, javascript, javascript slideshow, slideshow gallery
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.5.3.
|
8 |
|
9 |
Feature content in a JavaScript powered slideshow gallery showcase on your WordPress website
|
10 |
|
@@ -175,7 +175,7 @@ There is an "Images Tester" utility under Slideshow > Configuration on the right
|
|
175 |
|
176 |
== Changelog ==
|
177 |
|
178 |
-
= 1.5.3.
|
179 |
* ADD: FontAwesome icons throughout
|
180 |
* ADD: WPML multilingual support
|
181 |
* ADD: qTranslate X multilingual support
|
4 |
Tags: wordpress plugins, wordpress slideshow gallery, slides, slideshow, image gallery, images, gallery, featured content, content gallery, javascript, javascript slideshow, slideshow gallery
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.5.3.4
|
8 |
|
9 |
Feature content in a JavaScript powered slideshow gallery showcase on your WordPress website
|
10 |
|
175 |
|
176 |
== Changelog ==
|
177 |
|
178 |
+
= 1.5.3.4 =
|
179 |
* ADD: FontAwesome icons throughout
|
180 |
* ADD: WPML multilingual support
|
181 |
* ADD: qTranslate X multilingual support
|
slideshow-gallery-plugin.php
CHANGED
@@ -4,7 +4,7 @@ if (!defined('ABSPATH')) exit; // Exit if accessed directly
|
|
4 |
|
5 |
class GalleryPlugin extends GalleryCheckinit {
|
6 |
|
7 |
-
var $version = '1.5.3.
|
8 |
var $plugin_name;
|
9 |
var $plugin_base;
|
10 |
var $pre = 'Gallery';
|
@@ -277,11 +277,11 @@ class GalleryPlugin extends GalleryCheckinit {
|
|
277 |
$version = "1.5.3";
|
278 |
}
|
279 |
|
280 |
-
if (version_compare($cur_version, "1.5.3.
|
281 |
|
282 |
$this -> initialize_options();
|
283 |
|
284 |
-
$version = "1.5.3.
|
285 |
}
|
286 |
|
287 |
//the current version is older.
|
4 |
|
5 |
class GalleryPlugin extends GalleryCheckinit {
|
6 |
|
7 |
+
var $version = '1.5.3.4';
|
8 |
var $plugin_name;
|
9 |
var $plugin_base;
|
10 |
var $pre = 'Gallery';
|
277 |
$version = "1.5.3";
|
278 |
}
|
279 |
|
280 |
+
if (version_compare($cur_version, "1.5.3.4") < 0) {
|
281 |
|
282 |
$this -> initialize_options();
|
283 |
|
284 |
+
$version = "1.5.3.4";
|
285 |
}
|
286 |
|
287 |
//the current version is older.
|
slideshow-gallery.php
CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://tribulant.com/plugins/view/13/wordpress-slideshow-gallery
|
|
6 |
Author: Tribulant Software
|
7 |
Author URI: http://tribulant.com
|
8 |
Description: Feature content in a JavaScript powered slideshow gallery showcase on your WordPress website. The slideshow is flexible and all aspects can easily be configured. Embedding or hardcoding the slideshow gallery is a breeze. To embed into a post/page, simply insert <code>[tribulant_slideshow]</code> into its content with an optional <code>post_id</code> parameter. To hardcode into any PHP file of your WordPress theme, simply use <code><?php if (function_exists('slideshow')) { slideshow($output = true, $post_id = false, $gallery_id = false, $params = array()); } ?></code>.
|
9 |
-
Version: 1.5.3.
|
10 |
License: GNU General Public License v2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
Tags: slideshow gallery, slideshow, gallery, slider, jquery, bfithumb, galleries, photos, images
|
6 |
Author: Tribulant Software
|
7 |
Author URI: http://tribulant.com
|
8 |
Description: Feature content in a JavaScript powered slideshow gallery showcase on your WordPress website. The slideshow is flexible and all aspects can easily be configured. Embedding or hardcoding the slideshow gallery is a breeze. To embed into a post/page, simply insert <code>[tribulant_slideshow]</code> into its content with an optional <code>post_id</code> parameter. To hardcode into any PHP file of your WordPress theme, simply use <code><?php if (function_exists('slideshow')) { slideshow($output = true, $post_id = false, $gallery_id = false, $params = array()); } ?></code>.
|
9 |
+
Version: 1.5.3.4
|
10 |
License: GNU General Public License v2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
Tags: slideshow gallery, slideshow, gallery, slider, jquery, bfithumb, galleries, photos, images
|