Version Description
[29/07/15] =
- Fix Roots theme CSS conflict
Download this release
Release Info
Developer | matchalabs |
Plugin | MetaSlider |
Version | 3.3.4.1 |
Comparing to | |
See all releases |
Code changes from version 3.3.4 to 3.3.4.1
- ml-slider.php +3 -3
- readme.txt +5 -1
ml-slider.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin Name: Meta Slider
|
6 |
* Plugin URI: https://www.metaslider.com
|
7 |
* Description: Easy to use slideshow plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.
|
8 |
-
* Version: 3.3.4
|
9 |
* Author: Matcha Labs
|
10 |
* Author URI: https://www.metaslider.com
|
11 |
* License: GPL-2.0+
|
@@ -31,7 +31,7 @@ class MetaSliderPlugin {
|
|
31 |
/**
|
32 |
* @var string
|
33 |
*/
|
34 |
-
public $version = '3.3.4';
|
35 |
|
36 |
|
37 |
/**
|
@@ -195,7 +195,7 @@ class MetaSliderPlugin {
|
|
195 |
add_filter( "plugin_action_links_{$plugin}", array( $this, 'upgrade_to_pro_link' ) );
|
196 |
|
197 |
// html5 compatibility for stylesheets enqueued within <body>
|
198 |
-
add_filter( 'style_loader_tag', array( $this, 'add_property_attribute_to_stylesheet_links' ),
|
199 |
|
200 |
}
|
201 |
|
5 |
* Plugin Name: Meta Slider
|
6 |
* Plugin URI: https://www.metaslider.com
|
7 |
* Description: Easy to use slideshow plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.
|
8 |
+
* Version: 3.3.4.1
|
9 |
* Author: Matcha Labs
|
10 |
* Author URI: https://www.metaslider.com
|
11 |
* License: GPL-2.0+
|
31 |
/**
|
32 |
* @var string
|
33 |
*/
|
34 |
+
public $version = '3.3.4.1';
|
35 |
|
36 |
|
37 |
/**
|
195 |
add_filter( "plugin_action_links_{$plugin}", array( $this, 'upgrade_to_pro_link' ) );
|
196 |
|
197 |
// html5 compatibility for stylesheets enqueued within <body>
|
198 |
+
add_filter( 'style_loader_tag', array( $this, 'add_property_attribute_to_stylesheet_links' ), 11, 2 );
|
199 |
|
200 |
}
|
201 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: wordpress slideshow,seo,slideshow,slider,widget,wordpress slider,image sli
|
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CQ84KC4X8YKW8
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.2.2
|
7 |
-
Stable tag: 3.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -147,6 +147,10 @@ See www.metaslider.com/documentation/image-cropping/
|
|
147 |
|
148 |
== Changelog ==
|
149 |
|
|
|
|
|
|
|
|
|
150 |
= 3.3.4 [16/07/15] =
|
151 |
|
152 |
* Add HTML5 validation by applying a property="stylesheet" attribute to meta slider <link> CSS tags
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CQ84KC4X8YKW8
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.2.2
|
7 |
+
Stable tag: 3.3.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
147 |
|
148 |
== Changelog ==
|
149 |
|
150 |
+
= 3.3.4.1 [29/07/15] =
|
151 |
+
|
152 |
+
* Fix Roots theme CSS conflict
|
153 |
+
|
154 |
= 3.3.4 [16/07/15] =
|
155 |
|
156 |
* Add HTML5 validation by applying a property="stylesheet" attribute to meta slider <link> CSS tags
|