Version Description
2020/Aug/31 =
FIX: Fixes bug where the notices nonce script loading relied on jQuery
Download this release
Release Info
| Developer | metaslider |
| Plugin | |
| Version | 3.17.5 |
| Comparing to | |
| See all releases | |
Code changes from version 3.17.4 to 3.17.5
- admin/Notices.php +1 -1
- ml-slider.php +2 -2
- readme.txt +5 -1
admin/Notices.php
CHANGED
|
@@ -67,7 +67,7 @@ class MetaSlider_Notices extends Updraft_Notices_1_0
|
|
| 67 |
public function add_notice_assets()
|
| 68 |
{
|
| 69 |
wp_enqueue_style('ml-slider-notices-css', METASLIDER_ADMIN_URL . 'assets/css/notices.css', false, METASLIDER_VERSION);
|
| 70 |
-
wp_localize_script('
|
| 71 |
'handle_notices_nonce' => wp_create_nonce('metaslider_handle_notices_nonce')
|
| 72 |
));
|
| 73 |
}
|
| 67 |
public function add_notice_assets()
|
| 68 |
{
|
| 69 |
wp_enqueue_style('ml-slider-notices-css', METASLIDER_ADMIN_URL . 'assets/css/notices.css', false, METASLIDER_VERSION);
|
| 70 |
+
wp_localize_script('metaslider-admin-script', 'metaslider_notices', array(
|
| 71 |
'handle_notices_nonce' => wp_create_nonce('metaslider_handle_notices_nonce')
|
| 72 |
));
|
| 73 |
}
|
ml-slider.php
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
* Plugin Name: MetaSlider
|
| 7 |
* Plugin URI: https://www.metaslider.com
|
| 8 |
* Description: Easy to use slideshow plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.
|
| 9 |
-
* Version: 3.17.
|
| 10 |
* Author: MetaSlider
|
| 11 |
* Author URI: https://www.metaslider.com
|
| 12 |
* License: GPL-2.0+
|
|
@@ -35,7 +35,7 @@ class MetaSliderPlugin
|
|
| 35 |
*
|
| 36 |
* @var string
|
| 37 |
*/
|
| 38 |
-
public $version = '3.17.
|
| 39 |
|
| 40 |
/**
|
| 41 |
* Pro installed version number
|
| 6 |
* Plugin Name: MetaSlider
|
| 7 |
* Plugin URI: https://www.metaslider.com
|
| 8 |
* Description: Easy to use slideshow plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.
|
| 9 |
+
* Version: 3.17.5
|
| 10 |
* Author: MetaSlider
|
| 11 |
* Author URI: https://www.metaslider.com
|
| 12 |
* License: GPL-2.0+
|
| 35 |
*
|
| 36 |
* @var string
|
| 37 |
*/
|
| 38 |
+
public $version = '3.17.5';
|
| 39 |
|
| 40 |
/**
|
| 41 |
* Pro installed version number
|
readme.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
Contributors: matchalabs, DavidAnderson, dnutbourne, kbat82
|
| 3 |
Tags: slideshow, slider, image slider, carousel, gallery, flexslider, wordpress slider, nivoslider, rotating banner, responsive slideshow, seo slideshow, unsplash
|
| 4 |
Requires at least: 3.5
|
| 5 |
-
Stable tag: 3.17.
|
| 6 |
Requires PHP: 5.2
|
| 7 |
Tested up to: 5.5
|
| 8 |
License: GPLv2 or later
|
|
@@ -167,6 +167,10 @@ See https://www.metaslider.com/documentation/image-cropping/
|
|
| 167 |
|
| 168 |
== Changelog ==
|
| 169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
= 3.17.4 - 2020/Aug/29 =
|
| 171 |
|
| 172 |
* FIX: Adds extra check for HTML Purify class (fixes conflict with CiviCRM)
|
| 2 |
Contributors: matchalabs, DavidAnderson, dnutbourne, kbat82
|
| 3 |
Tags: slideshow, slider, image slider, carousel, gallery, flexslider, wordpress slider, nivoslider, rotating banner, responsive slideshow, seo slideshow, unsplash
|
| 4 |
Requires at least: 3.5
|
| 5 |
+
Stable tag: 3.17.5
|
| 6 |
Requires PHP: 5.2
|
| 7 |
Tested up to: 5.5
|
| 8 |
License: GPLv2 or later
|
| 167 |
|
| 168 |
== Changelog ==
|
| 169 |
|
| 170 |
+
= 3.17.5 - 2020/Aug/31 =
|
| 171 |
+
|
| 172 |
+
* FIX: Fixes bug where the notices nonce script loading relied on jQuery
|
| 173 |
+
|
| 174 |
= 3.17.4 - 2020/Aug/29 =
|
| 175 |
|
| 176 |
* FIX: Adds extra check for HTML Purify class (fixes conflict with CiviCRM)
|
