MetaSlider - Version 3.27.14

Version Description

Download this release

Release Info

Developer metaslider
Plugin Icon 128x128 MetaSlider
Version 3.27.14
Comparing to
See all releases

Code changes from version 3.27.13 to 3.27.14

Files changed (3) hide show
  1. admin/Notices.php +2 -1
  2. ml-slider.php +2 -2
  3. readme.txt +5 -1
admin/Notices.php CHANGED
@@ -578,8 +578,9 @@ class MetaSlider_Notices extends Updraft_Notices_1_0
578
 
579
  // Handle seasonal notices
580
  $ad_data = array();
 
581
  foreach ($all_notices as $notice) {
582
- if (isset($notice['discount_code']) && $notice['discount_code'] === $ad_identifier) {
583
  $ad_data = $notice;
584
  }
585
  }
578
 
579
  // Handle seasonal notices
580
  $ad_data = array();
581
+ $to_upper = strtoupper($ad_identifier);
582
  foreach ($all_notices as $notice) {
583
+ if (isset($notice['discount_code']) && strtoupper($notice['discount_code']) === $to_upper ) {
584
  $ad_data = $notice;
585
  }
586
  }
ml-slider.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin Name: MetaSlider
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.27.13
9
  * Author: MetaSlider
10
  * Author URI: https://www.metaslider.com
11
  * License: GPL-2.0+
@@ -47,7 +47,7 @@ if (! class_exists('MetaSliderPlugin')) {
47
  *
48
  * @var string
49
  */
50
- public $version = '3.27.13';
51
 
52
  /**
53
  * Pro installed version number
5
  * Plugin Name: MetaSlider
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.27.14
9
  * Author: MetaSlider
10
  * Author URI: https://www.metaslider.com
11
  * License: GPL-2.0+
47
  *
48
  * @var string
49
  */
50
+ public $version = '3.27.14';
51
 
52
  /**
53
  * Pro installed version number
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: matchalabs, DavidAnderson, dnutbourne, kbat82, andergmartins, htmgarcia
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.27.13
6
  Requires PHP: 5.4
7
  Tested up to: 6.1
8
  License: GPLv2 or later
@@ -324,6 +324,10 @@ See https://www.metaslider.com/documentation/image-cropping/
324
  The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
325
  and this project adheres to [Semantic Versioning](http://semver.org/).
326
 
 
 
 
 
327
  = [3.27.13] - 22 Sep, 2022 =
328
 
329
  * FIXED: Fix Unsplash library, #248;
2
  Contributors: matchalabs, DavidAnderson, dnutbourne, kbat82, andergmartins, htmgarcia
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.27.14
6
  Requires PHP: 5.4
7
  Tested up to: 6.1
8
  License: GPLv2 or later
324
  The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
325
  and this project adheres to [Semantic Versioning](http://semver.org/).
326
 
327
+ = [3.27.14] - 17 Nov, 2022 =
328
+
329
+ * FIXED: Fix banner that will not dismiss, #285;
330
+
331
  = [3.27.13] - 22 Sep, 2022 =
332
 
333
  * FIXED: Fix Unsplash library, #248;