Version Description
- Added: Function with sliders return value.
- Changed: Featured plugins page.
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.1.33 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.32 to 1.1.33
- featured/featured.php +6 -0
- featured/images/google-maps.png +0 -0
- featured/style.css +1 -1
- readme.txt +5 -1
- slider-wd.php +12 -2
featured/featured.php
CHANGED
|
@@ -121,6 +121,12 @@ function spider_featured($current_plugin = '') {
|
|
| 121 |
'content' => 'Post Slider WD is designed to show off the selected posts of your website in a slider.',
|
| 122 |
'href' => 'https://web-dorado.com/products/wordpress-post-slider-plugin.html'
|
| 123 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
);
|
| 125 |
?>
|
| 126 |
<div id="main_featured_plugins_page">
|
| 121 |
'content' => 'Post Slider WD is designed to show off the selected posts of your website in a slider.',
|
| 122 |
'href' => 'https://web-dorado.com/products/wordpress-post-slider-plugin.html'
|
| 123 |
),
|
| 124 |
+
"google-maps" => array(
|
| 125 |
+
'title' => 'Google Map',
|
| 126 |
+
'text' => 'WordPress Google Maps Plugin',
|
| 127 |
+
'content' => 'Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.',
|
| 128 |
+
'href' => 'https://web-dorado.com/products/wordpress-google-maps-plugin.html'
|
| 129 |
+
),
|
| 130 |
);
|
| 131 |
?>
|
| 132 |
<div id="main_featured_plugins_page">
|
featured/images/google-maps.png
ADDED
|
Binary file
|
featured/style.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
| 2 |
-
|
| 3 |
#main_featured_plugins_page {
|
| 4 |
font-family: Oswald;
|
| 5 |
width: 90%;
|
|
@@ -73,6 +72,7 @@
|
|
| 73 |
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
| 74 |
#main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
|
| 75 |
#main_featured_plugins_page #featured-plugins-list li.post-slider .product {background:url("images/post-slider.png") center center no-repeat;}
|
|
|
|
| 76 |
|
| 77 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
| 78 |
display: block;
|
| 1 |
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
|
|
|
| 2 |
#main_featured_plugins_page {
|
| 3 |
font-family: Oswald;
|
| 4 |
width: 90%;
|
| 72 |
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
| 73 |
#main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
|
| 74 |
#main_featured_plugins_page #featured-plugins-list li.post-slider .product {background:url("images/post-slider.png") center center no-repeat;}
|
| 75 |
+
#main_featured_plugins_page #featured-plugins-list li.google-maps .product {background:url("images/google-maps.png") center center no-repeat;}
|
| 76 |
|
| 77 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
| 78 |
display: block;
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-slider-plugin.html
|
|
| 4 |
Tags: image slider, slider, slideshow, image, images, responsive, shortcode, widget, jquery, gallery, swipe, layer
|
| 5 |
Requires at least: 3.4
|
| 6 |
Tested up to: 4.5
|
| 7 |
-
Stable tag: 1.1.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -160,6 +160,10 @@ After downloading the ZIP file of the slider plugin,
|
|
| 160 |
|
| 161 |
== Changelog ==
|
| 162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
= 1.1.32 =
|
| 164 |
* Fixed: Conflict with "Wordfence Security" plugin.
|
| 165 |
* Added: Hotspot text on click/hover(optional).
|
| 4 |
Tags: image slider, slider, slideshow, image, images, responsive, shortcode, widget, jquery, gallery, swipe, layer
|
| 5 |
Requires at least: 3.4
|
| 6 |
Tested up to: 4.5
|
| 7 |
+
Stable tag: 1.1.33
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 160 |
|
| 161 |
== Changelog ==
|
| 162 |
|
| 163 |
+
= 1.1.33 =
|
| 164 |
+
* Added: Function with sliders return value.
|
| 165 |
+
* Changed: Featured plugins page.
|
| 166 |
+
|
| 167 |
= 1.1.32 =
|
| 168 |
* Fixed: Conflict with "Wordfence Security" plugin.
|
| 169 |
* Added: Hotspot text on click/hover(optional).
|
slider-wd.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* Plugin Name: Slider WD
|
| 5 |
* Plugin URI: https://web-dorado.com/products/wordpress-slider-plugin.html
|
| 6 |
* Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
|
| 7 |
-
* Version: 1.1.
|
| 8 |
* Author: WebDorado
|
| 9 |
* Author URI: https://web-dorado.com/
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
|
@@ -435,7 +435,7 @@ register_activation_hook(__FILE__, 'wds_activate');
|
|
| 435 |
|
| 436 |
function wds_install() {
|
| 437 |
$version = get_option("wds_version");
|
| 438 |
-
$new_version = '1.1.
|
| 439 |
if ($version && version_compare($version, $new_version, '<')) {
|
| 440 |
require_once WD_S_DIR . "/sliders-update.php";
|
| 441 |
wds_update($version);
|
|
@@ -520,4 +520,14 @@ if (is_admin() && (!defined('DOING_AJAX') || !DOING_AJAX)) {
|
|
| 520 |
include_once(WD_S_DIR . '/sliders-notices.php');
|
| 521 |
new WDS_Notices();
|
| 522 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 523 |
?>
|
| 4 |
* Plugin Name: Slider WD
|
| 5 |
* Plugin URI: https://web-dorado.com/products/wordpress-slider-plugin.html
|
| 6 |
* Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
|
| 7 |
+
* Version: 1.1.33
|
| 8 |
* Author: WebDorado
|
| 9 |
* Author URI: https://web-dorado.com/
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 435 |
|
| 436 |
function wds_install() {
|
| 437 |
$version = get_option("wds_version");
|
| 438 |
+
$new_version = '1.1.33';
|
| 439 |
if ($version && version_compare($version, $new_version, '<')) {
|
| 440 |
require_once WD_S_DIR . "/sliders-update.php";
|
| 441 |
wds_update($version);
|
| 520 |
include_once(WD_S_DIR . '/sliders-notices.php');
|
| 521 |
new WDS_Notices();
|
| 522 |
}
|
| 523 |
+
|
| 524 |
+
function wds_get_sliders() {
|
| 525 |
+
global $wpdb;
|
| 526 |
+
$results = $wpdb->get_results("SELECT `id`,`name` FROM `" . $wpdb->prefix . "wdsslider`", OBJECT_K);
|
| 527 |
+
$sliders = array();
|
| 528 |
+
foreach ($results as $id => $slider) {
|
| 529 |
+
$sliders[$id] = isset($slider->name) ? $slider->name : '';
|
| 530 |
+
}
|
| 531 |
+
return $sliders;
|
| 532 |
+
}
|
| 533 |
?>
|
