Version Description
- Fixed: Interval for checking for updates.
- Fixed: Parallax effect on mobile.
- Fixed: Video autoplay bug.
- Changed: Featured plugins page.
Download this release
Release Info
Developer | webdorado |
Plugin | Slider by WD – Responsive Slider |
Version | 1.1.42 |
Comparing to | |
See all releases |
Code changes from version 1.1.41 to 1.1.42
- featured/featured.php +6 -0
- featured/images/ecommerce.png +0 -0
- featured/style.css +1 -0
- readme.txt +8 -2
- slider-wd.php +2 -2
featured/featured.php
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
<?php
|
2 |
function spider_featured($current_plugin = '') {
|
3 |
$plugins = array(
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"form-maker" => array(
|
5 |
'title' => 'Form Maker',
|
6 |
'text' => 'Wordpress form builder plugin',
|
1 |
<?php
|
2 |
function spider_featured($current_plugin = '') {
|
3 |
$plugins = array(
|
4 |
+
"ecommerce-wd" => array(
|
5 |
+
'title' => 'Ecommerce',
|
6 |
+
'text' => 'Wordpress ecommerce plugin',
|
7 |
+
'content' => 'Ecommerce WD is a highly-functional, user friendly WordPress Ecommerce plugin, which is perfect for developing online stores for any level of complexity.',
|
8 |
+
'href' => 'https://web-dorado.com/products/wordpress-ecommerce.html'
|
9 |
+
),
|
10 |
"form-maker" => array(
|
11 |
'title' => 'Form Maker',
|
12 |
'text' => 'Wordpress form builder plugin',
|
featured/images/ecommerce.png
ADDED
Binary file
|
featured/style.css
CHANGED
@@ -51,6 +51,7 @@
|
|
51 |
margin: 0 auto;
|
52 |
}
|
53 |
|
|
|
54 |
#main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url("images/form.png") center center no-repeat;}
|
55 |
#main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url("images/catalog.png") center center no-repeat;}
|
56 |
#main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url("images/contact.maker.png") center center no-repeat;}
|
51 |
margin: 0 auto;
|
52 |
}
|
53 |
|
54 |
+
#main_featured_plugins_page #featured-plugins-list li.ecommerce-wd .product {background:url("images/ecommerce.png") center center no-repeat;}
|
55 |
#main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url("images/form.png") center center no-repeat;}
|
56 |
#main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url("images/catalog.png") center center no-repeat;}
|
57 |
#main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url("images/contact.maker.png") center center no-repeat;}
|
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,8 +160,14 @@ After downloading the ZIP file of the slider plugin,
|
|
160 |
|
161 |
== Changelog ==
|
162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
= 1.1.41 =
|
164 |
-
* Added: Hover color for text layer
|
165 |
|
166 |
= 1.1.40 =
|
167 |
* Fixed: Link the slide in carousel view.
|
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.42
|
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.42 =
|
164 |
+
* Fixed: Interval for checking for updates.
|
165 |
+
* Fixed: Parallax effect on mobile.
|
166 |
+
* Fixed: Video autoplay bug.
|
167 |
+
* Changed: Featured plugins page.
|
168 |
+
|
169 |
= 1.1.41 =
|
170 |
+
* Added: Hover color for text layer
|
171 |
|
172 |
= 1.1.40 =
|
173 |
* Fixed: Link the slide in carousel view.
|
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
|
@@ -14,7 +14,7 @@ define('WD_S_NAME', plugin_basename(dirname(__FILE__)));
|
|
14 |
define('WD_S_DIR', WP_PLUGIN_DIR . "/" . WD_S_NAME);
|
15 |
define('WD_S_URL', plugins_url(WD_S_NAME));
|
16 |
|
17 |
-
define('WD_S_VERSION', '1.1.
|
18 |
|
19 |
function wds_use_home_url() {
|
20 |
$home_url = str_replace("http://", "", home_url());
|
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.42
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
14 |
define('WD_S_DIR', WP_PLUGIN_DIR . "/" . WD_S_NAME);
|
15 |
define('WD_S_URL', plugins_url(WD_S_NAME));
|
16 |
|
17 |
+
define('WD_S_VERSION', '1.1.42');
|
18 |
|
19 |
function wds_use_home_url() {
|
20 |
$home_url = str_replace("http://", "", home_url());
|