Version Description
2020/Sept/21 =
FIX: Remove Nivo loading gif and add back specificity
Download this release
Release Info
| Developer | metaslider |
| Plugin | |
| Version | 3.18.1 |
| Comparing to | |
| See all releases | |
Code changes from version 3.18.0 to 3.18.1
admin/assets/tether-shepherd/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"_args": [
|
| 3 |
[
|
| 4 |
"tether-shepherd@1.8.1",
|
| 5 |
-
"/Users/kevin/code/extendify/
|
| 6 |
]
|
| 7 |
],
|
| 8 |
"_from": "tether-shepherd@1.8.1",
|
|
@@ -26,7 +26,7 @@
|
|
| 26 |
],
|
| 27 |
"_resolved": "https://registry.npmjs.org/tether-shepherd/-/tether-shepherd-1.8.1.tgz",
|
| 28 |
"_spec": "1.8.1",
|
| 29 |
-
"_where": "/Users/kevin/code/extendify/
|
| 30 |
"authors": [
|
| 31 |
"Adam Schwartz <adam.flynn.schwartz@gmail.com>",
|
| 32 |
"Zack Bloom <zackbloom@gmail.com>"
|
| 2 |
"_args": [
|
| 3 |
[
|
| 4 |
"tether-shepherd@1.8.1",
|
| 5 |
+
"/Users/kevin/code/extendify/ml-slider"
|
| 6 |
]
|
| 7 |
],
|
| 8 |
"_from": "tether-shepherd@1.8.1",
|
| 26 |
],
|
| 27 |
"_resolved": "https://registry.npmjs.org/tether-shepherd/-/tether-shepherd-1.8.1.tgz",
|
| 28 |
"_spec": "1.8.1",
|
| 29 |
+
"_where": "/Users/kevin/code/extendify/ml-slider",
|
| 30 |
"authors": [
|
| 31 |
"Adam Schwartz <adam.flynn.schwartz@gmail.com>",
|
| 32 |
"Zack Bloom <zackbloom@gmail.com>"
|
admin/assets/tether/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"_args": [
|
| 3 |
[
|
| 4 |
"tether@1.4.7",
|
| 5 |
-
"/Users/kevin/code/extendify/
|
| 6 |
]
|
| 7 |
],
|
| 8 |
"_from": "tether@1.4.7",
|
|
@@ -27,7 +27,7 @@
|
|
| 27 |
],
|
| 28 |
"_resolved": "https://registry.npmjs.org/tether/-/tether-1.4.7.tgz",
|
| 29 |
"_spec": "1.4.7",
|
| 30 |
-
"_where": "/Users/kevin/code/extendify/
|
| 31 |
"authors": [
|
| 32 |
"Zack Bloom <zackbloom@gmail.com>",
|
| 33 |
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
|
| 2 |
"_args": [
|
| 3 |
[
|
| 4 |
"tether@1.4.7",
|
| 5 |
+
"/Users/kevin/code/extendify/ml-slider"
|
| 6 |
]
|
| 7 |
],
|
| 8 |
"_from": "tether@1.4.7",
|
| 27 |
],
|
| 28 |
"_resolved": "https://registry.npmjs.org/tether/-/tether-1.4.7.tgz",
|
| 29 |
"_spec": "1.4.7",
|
| 30 |
+
"_where": "/Users/kevin/code/extendify/ml-slider",
|
| 31 |
"authors": [
|
| 32 |
"Zack Bloom <zackbloom@gmail.com>",
|
| 33 |
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
|
assets/sliders/nivoslider/themes/default/default.css
CHANGED
|
@@ -8,30 +8,26 @@ Author URI: http://dev7studios.com
|
|
| 8 |
Supports Thumbs: true
|
| 9 |
*/
|
| 10 |
|
| 11 |
-
.theme-default .nivoSlider {
|
| 12 |
position:relative;
|
| 13 |
-
|
| 14 |
-
margin-bottom:10px;
|
| 15 |
-
-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
|
| 16 |
-
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
|
| 17 |
-
box-shadow: 0px 1px 5px 0px #4a4a4a;
|
| 18 |
}
|
| 19 |
-
.theme-default .nivoSlider img {
|
| 20 |
position:absolute;
|
| 21 |
top:0px;
|
| 22 |
left:0px;
|
| 23 |
display:none;
|
| 24 |
}
|
| 25 |
-
.theme-default .nivoSlider a {
|
| 26 |
border:0;
|
| 27 |
display:block;
|
| 28 |
}
|
| 29 |
|
| 30 |
-
.theme-default .nivo-controlNav {
|
| 31 |
text-align: center;
|
| 32 |
padding: 20px 0;
|
| 33 |
}
|
| 34 |
-
.theme-default .nivo-controlNav a {
|
| 35 |
display:inline-block;
|
| 36 |
width:22px;
|
| 37 |
height:22px;
|
|
@@ -40,11 +36,11 @@ Supports Thumbs: true
|
|
| 40 |
border:0;
|
| 41 |
margin: 0 2px;
|
| 42 |
}
|
| 43 |
-
.theme-default .nivo-controlNav a.active {
|
| 44 |
background-position:0 -22px;
|
| 45 |
}
|
| 46 |
|
| 47 |
-
.theme-default .nivo-directionNav a {
|
| 48 |
display:block;
|
| 49 |
width:30px;
|
| 50 |
height:30px;
|
|
@@ -52,42 +48,39 @@ Supports Thumbs: true
|
|
| 52 |
text-indent:-9999px;
|
| 53 |
border:0;
|
| 54 |
opacity: 0;
|
| 55 |
-
|
| 56 |
-
-moz-transition: all 200ms ease-in-out;
|
| 57 |
-
-o-transition: all 200ms ease-in-out;
|
| 58 |
-
transition: all 200ms ease-in-out;
|
| 59 |
}
|
| 60 |
-
.theme-default:hover .nivo-directionNav a { opacity: 1; }
|
| 61 |
-
.theme-default a.nivo-nextNav {
|
| 62 |
background-position:-30px 0;
|
| 63 |
right:15px;
|
| 64 |
}
|
| 65 |
-
.theme-default a.nivo-prevNav {
|
| 66 |
left:15px;
|
| 67 |
}
|
| 68 |
|
| 69 |
-
.theme-default .nivo-caption {
|
| 70 |
-
|
| 71 |
}
|
| 72 |
-
.theme-default .nivo-caption a {
|
| 73 |
-
|
| 74 |
-
|
| 75 |
}
|
| 76 |
-
.theme-default .nivo-caption a:hover {
|
| 77 |
-
|
| 78 |
}
|
| 79 |
|
| 80 |
-
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
|
| 81 |
width: 100%;
|
| 82 |
}
|
| 83 |
-
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
|
| 84 |
width: auto;
|
| 85 |
height: auto;
|
| 86 |
background: none;
|
| 87 |
margin-bottom: 5px;
|
| 88 |
}
|
| 89 |
-
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
|
| 90 |
display: block;
|
| 91 |
width: 120px;
|
| 92 |
height: auto;
|
| 93 |
-
}
|
| 8 |
Supports Thumbs: true
|
| 9 |
*/
|
| 10 |
|
| 11 |
+
.metaslider .theme-default .nivoSlider {
|
| 12 |
position:relative;
|
| 13 |
+
box-shadow: 0px 1px 5px 0px #4a4a4a;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
}
|
| 15 |
+
.metaslider .theme-default .nivoSlider img {
|
| 16 |
position:absolute;
|
| 17 |
top:0px;
|
| 18 |
left:0px;
|
| 19 |
display:none;
|
| 20 |
}
|
| 21 |
+
.metaslider .theme-default .nivoSlider a {
|
| 22 |
border:0;
|
| 23 |
display:block;
|
| 24 |
}
|
| 25 |
|
| 26 |
+
.metaslider .theme-default .nivo-controlNav {
|
| 27 |
text-align: center;
|
| 28 |
padding: 20px 0;
|
| 29 |
}
|
| 30 |
+
.metaslider .theme-default .nivo-controlNav a {
|
| 31 |
display:inline-block;
|
| 32 |
width:22px;
|
| 33 |
height:22px;
|
| 36 |
border:0;
|
| 37 |
margin: 0 2px;
|
| 38 |
}
|
| 39 |
+
.metaslider .theme-default .nivo-controlNav a.active {
|
| 40 |
background-position:0 -22px;
|
| 41 |
}
|
| 42 |
|
| 43 |
+
.metaslider .theme-default .nivo-directionNav a {
|
| 44 |
display:block;
|
| 45 |
width:30px;
|
| 46 |
height:30px;
|
| 48 |
text-indent:-9999px;
|
| 49 |
border:0;
|
| 50 |
opacity: 0;
|
| 51 |
+
transition: all 200ms ease-in-out;
|
|
|
|
|
|
|
|
|
|
| 52 |
}
|
| 53 |
+
.metaslider .theme-default:hover .nivo-directionNav a { opacity: 1; }
|
| 54 |
+
.metaslider .theme-default a.nivo-nextNav {
|
| 55 |
background-position:-30px 0;
|
| 56 |
right:15px;
|
| 57 |
}
|
| 58 |
+
.metaslider .theme-default a.nivo-prevNav {
|
| 59 |
left:15px;
|
| 60 |
}
|
| 61 |
|
| 62 |
+
.metaslider .theme-default .nivo-caption {
|
| 63 |
+
font-family: Helvetica, Arial, sans-serif;
|
| 64 |
}
|
| 65 |
+
.metaslider .theme-default .nivo-caption a {
|
| 66 |
+
color:#fff;
|
| 67 |
+
border-bottom:1px dotted #fff;
|
| 68 |
}
|
| 69 |
+
.metaslider .theme-default .nivo-caption a:hover {
|
| 70 |
+
color:#fff;
|
| 71 |
}
|
| 72 |
|
| 73 |
+
.metaslider .theme-default .nivo-controlNav.nivo-thumbs-enabled {
|
| 74 |
width: 100%;
|
| 75 |
}
|
| 76 |
+
.metaslider .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
|
| 77 |
width: auto;
|
| 78 |
height: auto;
|
| 79 |
background: none;
|
| 80 |
margin-bottom: 5px;
|
| 81 |
}
|
| 82 |
+
.metaslider .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
|
| 83 |
display: block;
|
| 84 |
width: 120px;
|
| 85 |
height: auto;
|
| 86 |
+
}
|
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.18.
|
| 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.18.
|
| 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.18.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.18.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.18.
|
| 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.18.0 - 2020/Sept/05 =
|
| 171 |
|
| 172 |
* FEATURE/FIX: Updates UI elements and updates icon set (FA was causing issues on some hosts)
|
| 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.18.1
|
| 6 |
Requires PHP: 5.2
|
| 7 |
Tested up to: 5.5
|
| 8 |
License: GPLv2 or later
|
| 167 |
|
| 168 |
== Changelog ==
|
| 169 |
|
| 170 |
+
= 3.18.1 - 2020/Sept/21 =
|
| 171 |
+
|
| 172 |
+
* FIX: Remove Nivo loading gif and add back specificity
|
| 173 |
+
|
| 174 |
= 3.18.0 - 2020/Sept/05 =
|
| 175 |
|
| 176 |
* FEATURE/FIX: Updates UI elements and updates icon set (FA was causing issues on some hosts)
|
