Version Description
- Changed: Featured plugins page.
Download this release
Release Info
Developer | webdorado |
Plugin | Slider by WD – Responsive Slider |
Version | 1.1.5 |
Comparing to | |
See all releases |
Code changes from version 1.1.4 to 1.1.5
- featured/featured.php +6 -0
- featured/images/instagram_feed.png +0 -0
- featured/style.css +1 -0
- readme.txt +4 -1
- slider-wd.php +3 -3
featured/featured.php
CHANGED
@@ -115,6 +115,12 @@ function spider_featured($current_plugin = '') {
|
|
115 |
'content' => 'Organize and publish your FAQs in an easy and elegant way using FAQ WD.',
|
116 |
'href' => 'https://web-dorado.com/products/wordpress-faq-wd.html'
|
117 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
);
|
119 |
?>
|
120 |
<div id="main_featured_plugins_page">
|
115 |
'content' => 'Organize and publish your FAQs in an easy and elegant way using FAQ WD.',
|
116 |
'href' => 'https://web-dorado.com/products/wordpress-faq-wd.html'
|
117 |
),
|
118 |
+
"instagram_feed" => array(
|
119 |
+
'title' => 'Instagram Feed WD',
|
120 |
+
'text' => 'WordPress Instagram Feed plugin',
|
121 |
+
'content' => 'WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website.',
|
122 |
+
'href' => 'https://web-dorado.com/products/wordpress-instagram-feed-wd.html'
|
123 |
+
),
|
124 |
);
|
125 |
?>
|
126 |
<div id="main_featured_plugins_page">
|
featured/images/instagram_feed.png
ADDED
Binary file
|
featured/style.css
CHANGED
@@ -63,6 +63,7 @@
|
|
63 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
64 |
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
|
65 |
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
|
|
66 |
|
67 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
68 |
display: block;
|
63 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
64 |
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
|
65 |
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
66 |
+
#main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
|
67 |
|
68 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
69 |
display: block;
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-slider-plugin.html
|
|
4 |
Tags: best slider plugin, carousel, carousel slider, coin slider, content slider, content slideshow, custom video slider, flex slider, free video slider, free video slideshow, Horizontal slider, Image Rotator, image slider, image slideshow, javascript slider, javascript slideshow, jquery slider, jquery slideshow, Photo Slider, posts slider, responsive slider, responsive slideshow, sidebar, slide, slide show, slider, slider plugin, slider widget, slides, slideshow,slideshow manager, slideshow plugin, vertical slider, video slider, video slideshow,vimeo slideshow, vimeo slider, widget slider, widget slideshow, wordpress slider, wordpress slideshow, wp slider, youtube slider, youtube slideshow, post slider, fullscreen Slider, css3 slider, responsive image slider, banner slider, social slider, cycle slider, text slider, revolution slider, thumbnail slider, touch slider, sliders, parallax slider, 3D slider, coinslider, featured-content-slider, image, images, picture, pictures, picture slider, responsive, shortcode, widget, vertical slides, autoplay, auto, jquery, rotate, flexslider, gallery, photo gallery, javascript, rotator, wordpress picture slider, wordpress responsive slider, animation, best slider, fullwidth slider, mobile slider, swipe, layer, layer slider, product slider, mp3, video, embed media
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -159,6 +159,9 @@ After downloading the ZIP file of the slider plugin,
|
|
159 |
|
160 |
== Changelog ==
|
161 |
|
|
|
|
|
|
|
162 |
= 1.1.4 =
|
163 |
* Fixed: File manager styles.
|
164 |
* Fixed: Stay on current tab after save.
|
4 |
Tags: best slider plugin, carousel, carousel slider, coin slider, content slider, content slideshow, custom video slider, flex slider, free video slider, free video slideshow, Horizontal slider, Image Rotator, image slider, image slideshow, javascript slider, javascript slideshow, jquery slider, jquery slideshow, Photo Slider, posts slider, responsive slider, responsive slideshow, sidebar, slide, slide show, slider, slider plugin, slider widget, slides, slideshow,slideshow manager, slideshow plugin, vertical slider, video slider, video slideshow,vimeo slideshow, vimeo slider, widget slider, widget slideshow, wordpress slider, wordpress slideshow, wp slider, youtube slider, youtube slideshow, post slider, fullscreen Slider, css3 slider, responsive image slider, banner slider, social slider, cycle slider, text slider, revolution slider, thumbnail slider, touch slider, sliders, parallax slider, 3D slider, coinslider, featured-content-slider, image, images, picture, pictures, picture slider, responsive, shortcode, widget, vertical slides, autoplay, auto, jquery, rotate, flexslider, gallery, photo gallery, javascript, rotator, wordpress picture slider, wordpress responsive slider, animation, best slider, fullwidth slider, mobile slider, swipe, layer, layer slider, product slider, mp3, video, embed media
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.1.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
159 |
|
160 |
== Changelog ==
|
161 |
|
162 |
+
= 1.1.5 =
|
163 |
+
* Changed: Featured plugins page.
|
164 |
+
|
165 |
= 1.1.4 =
|
166 |
* Fixed: File manager styles.
|
167 |
* Fixed: Stay on current tab after save.
|
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
|
@@ -47,7 +47,7 @@ function wds_options_panel() {
|
|
47 |
add_action('admin_print_styles-' . $sliders_page, 'wds_styles');
|
48 |
add_action('admin_print_scripts-' . $sliders_page, 'wds_scripts');
|
49 |
|
50 |
-
add_submenu_page('sliders_wds', '
|
51 |
add_submenu_page('sliders_wds', 'Featured Plugins', 'Featured Plugins', 'manage_options', 'featured_plugins_wds', 'wds_featured');
|
52 |
add_submenu_page('sliders_wds', 'Featured Themes', 'Featured Themes', 'manage_options', 'featured_themes_wds', 'wds_featured_themes');
|
53 |
|
@@ -423,7 +423,7 @@ register_activation_hook(__FILE__, 'wds_activate');
|
|
423 |
|
424 |
function wds_install() {
|
425 |
$version = get_option("wds_version");
|
426 |
-
$new_version = '1.1.
|
427 |
if ($version && version_compare($version, $new_version, '<')) {
|
428 |
require_once WD_S_DIR . "/sliders-update.php";
|
429 |
wds_update($version);
|
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.5
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
47 |
add_action('admin_print_styles-' . $sliders_page, 'wds_styles');
|
48 |
add_action('admin_print_scripts-' . $sliders_page, 'wds_scripts');
|
49 |
|
50 |
+
add_submenu_page('sliders_wds', 'Get Pro', 'Get Pro', 'manage_options', 'licensing_wds', 'wds_licensing');
|
51 |
add_submenu_page('sliders_wds', 'Featured Plugins', 'Featured Plugins', 'manage_options', 'featured_plugins_wds', 'wds_featured');
|
52 |
add_submenu_page('sliders_wds', 'Featured Themes', 'Featured Themes', 'manage_options', 'featured_themes_wds', 'wds_featured_themes');
|
53 |
|
423 |
|
424 |
function wds_install() {
|
425 |
$version = get_option("wds_version");
|
426 |
+
$new_version = '1.1.5';
|
427 |
if ($version && version_compare($version, $new_version, '<')) {
|
428 |
require_once WD_S_DIR . "/sliders-update.php";
|
429 |
wds_update($version);
|