Version Description
- 2021/Feb/03 =
- FIX: Fixes a bug for users on older PHP versions
Download this release
Release Info
Developer | metaslider |
Plugin | MetaSlider |
Version | 3.20.1 |
Comparing to | |
See all releases |
Code changes from version 3.20.0 to 3.20.1
- admin/support/Analytics.php +1 -1
- ml-slider.php +2 -2
- readme.txt +4 -1
admin/support/Analytics.php
CHANGED
@@ -216,7 +216,7 @@ class MetaSlider_Analytics
|
|
216 |
$date_activated->setTimestamp((int) get_option('ms_hide_all_ads_until'));
|
217 |
$date_activated->modify('-2 week');
|
218 |
$date_activated = $date_activated->getTimeStamp();
|
219 |
-
$metagallery = new WP_Query(
|
220 |
$data = array(
|
221 |
'has_pro_installed' => metaslider_pro_is_installed() ? metaslider_pro_version() : 'false',
|
222 |
'cancelled_tour_on' => get_option('metaslider_tour_cancelled_on'),
|
216 |
$date_activated->setTimestamp((int) get_option('ms_hide_all_ads_until'));
|
217 |
$date_activated->modify('-2 week');
|
218 |
$date_activated = $date_activated->getTimeStamp();
|
219 |
+
$metagallery = new WP_Query(array('post_type' => 'metagallery', 'posts_per_page' => -1));
|
220 |
$data = array(
|
221 |
'has_pro_installed' => metaslider_pro_is_installed() ? metaslider_pro_version() : 'false',
|
222 |
'cancelled_tour_on' => get_option('metaslider_tour_cancelled_on'),
|
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.20.
|
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.20.
|
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.20.1
|
10 |
* Author: MetaSlider
|
11 |
* Author URI: https://www.metaslider.com
|
12 |
* License: GPL-2.0+
|
35 |
*
|
36 |
* @var string
|
37 |
*/
|
38 |
+
public $version = '3.20.1';
|
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.20.
|
6 |
Requires PHP: 5.2
|
7 |
Tested up to: 5.6
|
8 |
License: GPLv2 or later
|
@@ -164,6 +164,9 @@ See https://www.metaslider.com/documentation/image-cropping/
|
|
164 |
== Changelog ==
|
165 |
|
166 |
|
|
|
|
|
|
|
167 |
= 3.20.0 - 2021/Jan/18 =
|
168 |
* FEATURE: Adds the gallery feature
|
169 |
* FIX: Fixes typo in API fallback fetch function
|
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.20.1
|
6 |
Requires PHP: 5.2
|
7 |
Tested up to: 5.6
|
8 |
License: GPLv2 or later
|
164 |
== Changelog ==
|
165 |
|
166 |
|
167 |
+
= 3.20.1 - 2021/Feb/03 =
|
168 |
+
* FIX: Fixes a bug for users on older PHP versions
|
169 |
+
|
170 |
= 3.20.0 - 2021/Jan/18 =
|
171 |
* FEATURE: Adds the gallery feature
|
172 |
* FIX: Fixes typo in API fallback fetch function
|