Version Description
- 2022/Feb/01 =
- FIX: Removes WP welcome notice interference
Download this release
Release Info
Developer | metaslider |
Plugin | MetaSlider |
Version | 3.25.2 |
Comparing to | |
See all releases |
Code changes from version 3.25.1 to 3.25.2
- admin/views/pages/start.php +1 -1
- ml-slider.php +2 -2
- readme.txt +4 -1
admin/views/pages/start.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php if (!defined('ABSPATH')) die('No direct access.'); ?>
|
2 |
|
3 |
<div class="metaslider-start mt-16">
|
4 |
-
<div class="
|
5 |
<div class="welcome-panel-content">
|
6 |
<h2><?php _e('Thank you for installing MetaSlider, the #1 WordPress slideshow plugin', 'ml-slider'); ?></h2>
|
7 |
<p class="about-description"><?php _e('To create your first slideshow, select one of the options below.', 'ml-slider'); ?></p>
|
1 |
<?php if (!defined('ABSPATH')) die('No direct access.'); ?>
|
2 |
|
3 |
<div class="metaslider-start mt-16">
|
4 |
+
<div class="metaslider-welcome">
|
5 |
<div class="welcome-panel-content">
|
6 |
<h2><?php _e('Thank you for installing MetaSlider, the #1 WordPress slideshow plugin', 'ml-slider'); ?></h2>
|
7 |
<p class="about-description"><?php _e('To create your first slideshow, select one of the options below.', 'ml-slider'); ?></p>
|
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.25.
|
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.25.
|
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.25.2
|
10 |
* Author: MetaSlider
|
11 |
* Author URI: https://www.metaslider.com
|
12 |
* License: GPL-2.0+
|
35 |
*
|
36 |
* @var string
|
37 |
*/
|
38 |
+
public $version = '3.25.2';
|
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.25.
|
6 |
Requires PHP: 5.2
|
7 |
Tested up to: 5.9
|
8 |
License: GPLv2 or later
|
@@ -286,6 +286,9 @@ See https://www.metaslider.com/documentation/image-cropping/
|
|
286 |
|
287 |
== Changelog ==
|
288 |
|
|
|
|
|
|
|
289 |
= 3.25.1 - 2022/Jan/26 =
|
290 |
* FIX: Adds compatibility with WP 5.9 and block prop filter
|
291 |
|
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.25.2
|
6 |
Requires PHP: 5.2
|
7 |
Tested up to: 5.9
|
8 |
License: GPLv2 or later
|
286 |
|
287 |
== Changelog ==
|
288 |
|
289 |
+
= 3.25.2 - 2022/Feb/01 =
|
290 |
+
* FIX: Removes WP welcome notice interference
|
291 |
+
|
292 |
= 3.25.1 - 2022/Jan/26 =
|
293 |
* FIX: Adds compatibility with WP 5.9 and block prop filter
|
294 |
|