MetaSlider - Version 3.27.5

Version Description

Download this release

Release Info

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

Code changes from version 3.27.4 to 3.27.5

Files changed (2) hide show
  1. ml-slider.php +2 -13
  2. readme.txt +24 -20
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.27.4
10
  * Author: MetaSlider
11
  * Author URI: https://www.metaslider.com
12
  * License: GPL-2.0+
@@ -40,7 +40,7 @@ if (!class_exists('MetaSliderPlugin')) {
40
  *
41
  * @var string
42
  */
43
- public $version = '3.27.4';
44
 
45
  /**
46
  * Pro installed version number
@@ -1925,17 +1925,6 @@ if (!class_exists('MetaSliderPlugin')) {
1925
  }
1926
 
1927
  require plugin_dir_path(__FILE__) . 'extendify-sdk/loader.php';
1928
-
1929
- // Temporarily remove the Extendify admin menu with the Welcome screen if the standalone plugin is not activated.
1930
- add_action(
1931
- 'admin_menu',
1932
- function() {
1933
- if (! App::$standalone) {
1934
- remove_menu_page('extendify');
1935
- }
1936
- },
1937
- 9999
1938
- );
1939
  }
1940
  }
1941
 
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.27.5
10
  * Author: MetaSlider
11
  * Author URI: https://www.metaslider.com
12
  * License: GPL-2.0+
40
  *
41
  * @var string
42
  */
43
+ public $version = '3.27.5';
44
 
45
  /**
46
  * Pro installed version number
1925
  }
1926
 
1927
  require plugin_dir_path(__FILE__) . 'extendify-sdk/loader.php';
 
 
 
 
 
 
 
 
 
 
 
1928
  }
1929
  }
1930
 
readme.txt CHANGED
@@ -2,9 +2,9 @@
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.4
6
  Requires PHP: 5.2
7
- Tested up to: 5.9.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -324,7 +324,11 @@ See https://www.metaslider.com/documentation/image-cropping/
324
  The format is based on [Keep a Changelog recomendations](http://keepachangelog.com/)
325
  and this project adheres to [Semantic Versioning](http://semver.org/).
326
 
327
- = [3.27.4] - 10 Mai, 2022 =
 
 
 
 
328
 
329
  * ADDED: Complete logo in toolbar.
330
  * ADDED: Add setting field to disable Extendify internal integration, #106.
@@ -479,11 +483,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
479
 
480
  * FIXED: Scopes slideshow cache to site (for multi-site support).
481
 
482
- = [3.18.1] - 21 Sept, 2020 =
483
 
484
  * FIXED: Removes Nivo loading gif and add back specificity.
485
 
486
- = [3.18.0] - 05 Sept, 2020 =
487
 
488
  * FIXED: Updates UI elements and updates icon set (FA was causing issues on some hosts).
489
 
@@ -521,15 +525,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
521
  * FIXED: Fixes a bug where FlexSlider carousel doesn't calculate margins properly.
522
  * FIXED: Fixes a bug where custom themes would show on fresh slideshows.
523
 
524
- = [3.16.4] - 16 April, 2020 =
525
 
526
  * FIXED: Addresses a conflict with Gutenberg modules that some users are seeing (fix in 3.16.3 was incomplete).
527
 
528
- = [3.16.2] - 08 April, 2020 =
529
 
530
  * FIXED: Updates Gutenberg module to use the new @wordpress/block-editor library.
531
 
532
- = [3.16.1] - 03 April, 2020 =
533
 
534
  * CHANGED: Updates the media_buttons_context hook to use media_buttons.
535
 
@@ -577,7 +581,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
577
  * FIXED: Fixes bug where new slides wouldn't crop until pressing save.
578
  * FIXED: Fixes various layout breaks from other languages.
579
 
580
- = [3.14.0] - 26 July, 2019 =
581
 
582
  * CHANGED: Adds ability to duplicate a slideshow.
583
  * CHANGED: Adds toolbar with various utilities.
@@ -660,11 +664,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
660
  * FIXED: Fixes a bug when babel-polyfil is loaded more than once.
661
  * FIXED: Adds an extra check for an error before saving the theme.
662
 
663
- = [3.9.1] - 28 Sept, 2018 =
664
 
665
  * FIXED: Fixes a bug where some slides get appended inside others.
666
 
667
- = [3.9.0] - 11 Sept, 2018 =
668
 
669
  * CHANGED: Adds the option to toggle autoplay for Coin Slider.
670
  * CHANGED: Adds keyboard shortcuts to preview.
@@ -773,7 +777,7 @@ UPGRADE NOTE: If upgrading to MetaSlider 3.6+, users of the MetaSlider Add-On pa
773
  * FIXED: Allow for https image URLs.
774
  * FIXED: Addresses spelling/localization issues.
775
 
776
- = [3.5.1] - 01 Mai, 17 =
777
 
778
  * FIXED: Pre-populate caption and alt text fields for new image slides (based on original media file data).
779
  * FIXED: When a media file is deleted from the media library, also remove it from the slideshow.
@@ -803,7 +807,7 @@ UPGRADE NOTE: If upgrading to MetaSlider 3.6+, users of the MetaSlider Add-On pa
803
 
804
  UPGRADE NOTE: We are releasing this update in a number of small stages due to the number of users MetaSlider has. We are being overly cautious to ensure it's a smooth transition. This update does not make any major changes to the current plugin functionality, but it does put in place the "scaffolding" code which we will rely on to implement further updates.
805
 
806
- = [3.3.7] - 06 Mai, 16 =
807
 
808
  * FIXED: "Maximum level reached" error when inserting the shortcode for a slideshow into it's own caption. Thanks to Zhouyuan @ Fortinet for reporting this.
809
 
@@ -1098,30 +1102,30 @@ UPGRADE NOTE: More info/Comments: http://www.metaslider.com/coming-soon-meta-sli
1098
  * FIXED: Only submit form when submit button is clicked (not all buttons).
1099
  * FIXED: Coin slider caption width in FireFox.
1100
 
1101
- = [2.1.5] - 24 Mai, 13 =
1102
 
1103
  * FIXED: HTML 5 Validation.
1104
 
1105
- = [2.1.4] - 21 Mai, 13 =
1106
 
1107
  * FIXED: Widget markup invalid (reported by and thanks to: CarlosCanvas).
1108
 
1109
- = [2.1.3] - 21 Mai, 13 =
1110
 
1111
  * FIXED: User Access Manager Plugin incompatibility issues (reported by and thanks to: eltipografico).
1112
 
1113
- = [2.1.2] - 21 Mai, 13 =
1114
 
1115
  * ADDED: Spanish language pack (thanks to eltipografico).
1116
  * CHANGED: Title field added to widget (suggested by and thanks to: pa_esp).
1117
  * FIXED: Nivo Slider theme select dropdown (reported by and thanks to: macks).
1118
  * FIXED: HTML5 Validation fix for inline styles.
1119
 
1120
- = [2.1.1] - 13 Mai, 13 =
1121
 
1122
  * FIXED: PHP version compatibility.
1123
 
1124
- = [2.1.0] - 12 Mai, 13 =
1125
 
1126
  * ADDED: Widget added.
1127
  * ADDED: System check added (checks for required image libraries and WordPress version).
@@ -1130,7 +1134,7 @@ UPGRADE NOTE: More info/Comments: http://www.metaslider.com/coming-soon-meta-sli
1130
  * FIXED: Multiple CSS fixes added for popular themes.
1131
  * FIXED: Flex slider shows first slide when JS is disabled.
1132
 
1133
- = [2.0.2] - 02 Mai, 13 =
1134
 
1135
  * FIXED: PHP Error when using slides the same size as the slideshow.
1136
 
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.5
6
  Requires PHP: 5.2
7
+ Tested up to: 6.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
324
  The format is based on [Keep a Changelog recomendations](http://keepachangelog.com/)
325
  and this project adheres to [Semantic Versioning](http://semver.org/).
326
 
327
+ = [3.27.5] - 12 May, 2022 =
328
+
329
+ * FIXED: Fix conflict with MetaSlider Lightbox after the latest update, Class 'Extendify\Library\App' not found, #132.
330
+
331
+ = [3.27.4] - 11 May, 2022 =
332
 
333
  * ADDED: Complete logo in toolbar.
334
  * ADDED: Add setting field to disable Extendify internal integration, #106.
483
 
484
  * FIXED: Scopes slideshow cache to site (for multi-site support).
485
 
486
+ = [3.18.1] - 21 Sep, 2020 =
487
 
488
  * FIXED: Removes Nivo loading gif and add back specificity.
489
 
490
+ = [3.18.0] - 05 Sep, 2020 =
491
 
492
  * FIXED: Updates UI elements and updates icon set (FA was causing issues on some hosts).
493
 
525
  * FIXED: Fixes a bug where FlexSlider carousel doesn't calculate margins properly.
526
  * FIXED: Fixes a bug where custom themes would show on fresh slideshows.
527
 
528
+ = [3.16.4] - 16 Apr, 2020 =
529
 
530
  * FIXED: Addresses a conflict with Gutenberg modules that some users are seeing (fix in 3.16.3 was incomplete).
531
 
532
+ = [3.16.2] - 08 Apr, 2020 =
533
 
534
  * FIXED: Updates Gutenberg module to use the new @wordpress/block-editor library.
535
 
536
+ = [3.16.1] - 03 Apr, 2020 =
537
 
538
  * CHANGED: Updates the media_buttons_context hook to use media_buttons.
539
 
581
  * FIXED: Fixes bug where new slides wouldn't crop until pressing save.
582
  * FIXED: Fixes various layout breaks from other languages.
583
 
584
+ = [3.14.0] - 26 Jul, 2019 =
585
 
586
  * CHANGED: Adds ability to duplicate a slideshow.
587
  * CHANGED: Adds toolbar with various utilities.
664
  * FIXED: Fixes a bug when babel-polyfil is loaded more than once.
665
  * FIXED: Adds an extra check for an error before saving the theme.
666
 
667
+ = [3.9.1] - 28 Sep, 2018 =
668
 
669
  * FIXED: Fixes a bug where some slides get appended inside others.
670
 
671
+ = [3.9.0] - 11 Sep, 2018 =
672
 
673
  * CHANGED: Adds the option to toggle autoplay for Coin Slider.
674
  * CHANGED: Adds keyboard shortcuts to preview.
777
  * FIXED: Allow for https image URLs.
778
  * FIXED: Addresses spelling/localization issues.
779
 
780
+ = [3.5.1] - 01 May, 17 =
781
 
782
  * FIXED: Pre-populate caption and alt text fields for new image slides (based on original media file data).
783
  * FIXED: When a media file is deleted from the media library, also remove it from the slideshow.
807
 
808
  UPGRADE NOTE: We are releasing this update in a number of small stages due to the number of users MetaSlider has. We are being overly cautious to ensure it's a smooth transition. This update does not make any major changes to the current plugin functionality, but it does put in place the "scaffolding" code which we will rely on to implement further updates.
809
 
810
+ = [3.3.7] - 06 May, 16 =
811
 
812
  * FIXED: "Maximum level reached" error when inserting the shortcode for a slideshow into it's own caption. Thanks to Zhouyuan @ Fortinet for reporting this.
813
 
1102
  * FIXED: Only submit form when submit button is clicked (not all buttons).
1103
  * FIXED: Coin slider caption width in FireFox.
1104
 
1105
+ = [2.1.5] - 24 May, 13 =
1106
 
1107
  * FIXED: HTML 5 Validation.
1108
 
1109
+ = [2.1.4] - 21 May, 13 =
1110
 
1111
  * FIXED: Widget markup invalid (reported by and thanks to: CarlosCanvas).
1112
 
1113
+ = [2.1.3] - 21 May, 13 =
1114
 
1115
  * FIXED: User Access Manager Plugin incompatibility issues (reported by and thanks to: eltipografico).
1116
 
1117
+ = [2.1.2] - 21 May, 13 =
1118
 
1119
  * ADDED: Spanish language pack (thanks to eltipografico).
1120
  * CHANGED: Title field added to widget (suggested by and thanks to: pa_esp).
1121
  * FIXED: Nivo Slider theme select dropdown (reported by and thanks to: macks).
1122
  * FIXED: HTML5 Validation fix for inline styles.
1123
 
1124
+ = [2.1.1] - 13 May, 13 =
1125
 
1126
  * FIXED: PHP version compatibility.
1127
 
1128
+ = [2.1.0] - 12 May, 13 =
1129
 
1130
  * ADDED: Widget added.
1131
  * ADDED: System check added (checks for required image libraries and WordPress version).
1134
  * FIXED: Multiple CSS fixes added for popular themes.
1135
  * FIXED: Flex slider shows first slide when JS is disabled.
1136
 
1137
+ = [2.0.2] - 02 May, 13 =
1138
 
1139
  * FIXED: PHP Error when using slides the same size as the slideshow.
1140