Version Description
(2015-05-17/18) = * Fix: Plugin version number not updated in DB * Fix: Magnific Popup appear under header on Twenty Eleven theme * Fix: .clearfix break layout if used as class on content division
Download this release
Release Info
Developer | urkekg |
Plugin | YouTube Channel |
Version | 3.0.7.1 |
Comparing to | |
See all releases |
Code changes from version 3.0.7 to 3.0.7.1
- assets/css/youtube-channel.css +3 -6
- assets/css/youtube-channel.min.css +1 -1
- assets/lib/magnific-popup/magnific-popup.css +5 -5
- assets/lib/magnific-popup/magnific-popup.min.css +1 -20
- readme.txt +5 -1
- update.php +4 -6
- youtube-channel.php +3 -3
assets/css/youtube-channel.css
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
.clearfix {
|
2 |
-
clear: both;
|
3 |
-
}
|
4 |
.youtube_channel {
|
5 |
float: left;
|
6 |
clear: both;
|
@@ -10,14 +7,14 @@
|
|
10 |
.youtube_channel.responsive {
|
11 |
width:100%;
|
12 |
}
|
|
|
13 |
.widget_youtube-channel:after,
|
14 |
.youtube_channel:after {
|
|
|
15 |
visibility: hidden;
|
16 |
display: block;
|
17 |
-
font-size: 0;
|
18 |
-
content: " ";
|
19 |
-
clear: both;
|
20 |
height: 0;
|
|
|
21 |
}
|
22 |
.youtube_channel .ytc_video_container {
|
23 |
float: left;
|
|
|
|
|
|
|
1 |
.youtube_channel {
|
2 |
float: left;
|
3 |
clear: both;
|
7 |
.youtube_channel.responsive {
|
8 |
width:100%;
|
9 |
}
|
10 |
+
.clearfix:after,
|
11 |
.widget_youtube-channel:after,
|
12 |
.youtube_channel:after {
|
13 |
+
content: " "; /* Older browser do not support empty content */
|
14 |
visibility: hidden;
|
15 |
display: block;
|
|
|
|
|
|
|
16 |
height: 0;
|
17 |
+
clear: both;
|
18 |
}
|
19 |
.youtube_channel .ytc_video_container {
|
20 |
float: left;
|
assets/css/youtube-channel.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.ytc_thumb>span,.ytc_thumb>span:before{background-position:center center;background-repeat:no-repeat}.
|
1 |
+
.ytc_thumb>span,.ytc_thumb>span:before{background-position:center center;background-repeat:no-repeat}.youtube_channel{float:left;clear:both;position:relative;box-sizing:border-box}.youtube_channel.responsive{width:100%}.clearfix:after,.widget_youtube-channel:after,.youtube_channel:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.youtube_channel .ytc_video_container{float:left}.youtube_channel.responsive .ytc_video_container{width:100%!important}.youtube_channel .ytc_video_container a{border:none}.ytc_thumb{display:block;overflow:hidden;position:relative;height:0;width:100%;top:0;right:0;bottom:0;left:0}.ytc_thumb>span{height:0;width:100%;display:block;-webkit-background-size:cover;background-size:cover}.ytc_thumb>span:before{content:"";display:block;width:100%;height:0;background-image:url(../img/play.png);background-color:transparent;opacity:.6;transition:.4s}.ytc_thumb:hover>span:before{opacity:1}.ytc_thumb.ar16_9,.ytc_thumb.ar16_9>span,.ytc_thumb.ar16_9>span:before{padding-bottom:56.26%}.ytc_thumb.ar4_3,.ytc_thumb.ar4_3>span,.ytc_thumb.ar4_3>span:before{padding-bottom:75%}.youtube_channel .ytc_video_container iframe{margin-bottom:0}.youtube_channel.responsive .ytc_video_container.ar16_9 .fluid-width-video-wrapper{position:relative;padding-bottom:56.25%;height:0}.youtube_channel.responsive .ytc_video_container.ar4_3 .fluid-width-video-wrapper{position:relative;padding-bottom:75%;height:0}.youtube_channel.responsive .ytc_video_container .fluid-width-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.youtube_channel .ytc_link{position:relative;clear:both;float:left;width:100%}.youtube_channel .ytc_link>p{padding:0;margin:0}
|
assets/lib/magnific-popup/magnific-popup.css
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
left: 0;
|
5 |
width: 100%;
|
6 |
height: 100%;
|
7 |
-
z-index:
|
8 |
overflow: hidden;
|
9 |
position: fixed;
|
10 |
background: #0b0b0b;
|
@@ -16,7 +16,7 @@
|
|
16 |
left: 0;
|
17 |
width: 100%;
|
18 |
height: 100%;
|
19 |
-
z-index:
|
20 |
position: fixed;
|
21 |
outline: none !important;
|
22 |
-webkit-backface-visibility: hidden; }
|
@@ -48,7 +48,7 @@
|
|
48 |
vertical-align: middle;
|
49 |
margin: 0 auto;
|
50 |
text-align: left;
|
51 |
-
z-index:
|
52 |
|
53 |
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
|
54 |
width: 100%;
|
@@ -91,7 +91,7 @@
|
|
91 |
margin-top: -0.8em;
|
92 |
left: 8px;
|
93 |
right: 8px;
|
94 |
-
z-index:
|
95 |
.mfp-preloader a {
|
96 |
color: #cccccc; }
|
97 |
.mfp-preloader a:hover {
|
@@ -112,7 +112,7 @@ button.mfp-close, button.mfp-arrow {
|
|
112 |
display: block;
|
113 |
outline: none;
|
114 |
padding: 0;
|
115 |
-
z-index:
|
116 |
-webkit-box-shadow: none;
|
117 |
box-shadow: none; }
|
118 |
button::-moz-focus-inner {
|
4 |
left: 0;
|
5 |
width: 100%;
|
6 |
height: 100%;
|
7 |
+
z-index: 10042;
|
8 |
overflow: hidden;
|
9 |
position: fixed;
|
10 |
background: #0b0b0b;
|
16 |
left: 0;
|
17 |
width: 100%;
|
18 |
height: 100%;
|
19 |
+
z-index: 10043;
|
20 |
position: fixed;
|
21 |
outline: none !important;
|
22 |
-webkit-backface-visibility: hidden; }
|
48 |
vertical-align: middle;
|
49 |
margin: 0 auto;
|
50 |
text-align: left;
|
51 |
+
z-index: 10045; }
|
52 |
|
53 |
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
|
54 |
width: 100%;
|
91 |
margin-top: -0.8em;
|
92 |
left: 8px;
|
93 |
right: 8px;
|
94 |
+
z-index: 10044; }
|
95 |
.mfp-preloader a {
|
96 |
color: #cccccc; }
|
97 |
.mfp-preloader a:hover {
|
112 |
display: block;
|
113 |
outline: none;
|
114 |
padding: 0;
|
115 |
+
z-index: 10046;
|
116 |
-webkit-box-shadow: none;
|
117 |
box-shadow: none; }
|
118 |
button::-moz-focus-inner {
|
assets/lib/magnific-popup/magnific-popup.min.css
CHANGED
@@ -1,20 +1 @@
|
|
1 |
-
.mfp-bg{
|
2 |
-
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}
|
3 |
-
.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}
|
4 |
-
.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}
|
5 |
-
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}
|
6 |
-
.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:white}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}
|
7 |
-
button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:white;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}
|
8 |
-
.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100);background:transparent}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%}
|
9 |
-
.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
|
10 |
-
.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}
|
11 |
-
.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid white;margin-left:31px}
|
12 |
-
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid white;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}
|
13 |
-
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:black}
|
14 |
-
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}
|
15 |
-
.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}
|
16 |
-
.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}
|
17 |
-
.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
|
18 |
-
.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}
|
19 |
-
.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}
|
20 |
-
.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
|
1 |
+
.mfp-bg,.mfp-wrap{left:0;top:0;position:fixed}.mfp-bg,.mfp-container,.mfp-wrap{width:100%;height:100%}.mfp-container,img.mfp-img{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:10042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:10043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:10045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:10044}.mfp-preloader a{color:#ccc}.mfp-close,.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:10046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100);background:0 0}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px)and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: youtube, channel, playlist, single, widget, widgets, youtube player, feed, video, thumbnail, embed, sidebar, iframe, html5, responsive
|
5 |
Requires at least: 3.9.0
|
6 |
Tested up to: 4.2.2
|
7 |
-
Stable tag: 3.0.7
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -289,6 +289,10 @@ If you really need that missing feature ASAP, feel free to [contact me](urosevic
|
|
289 |
If you don't wish to pay for enhancements (then you don't care would that be implemented in a week, month, year or so), then send new [Support topic](https://wordpress.org/support/plugin/youtube-channel) with *Topic title* in format **[Feature Request] ...**
|
290 |
|
291 |
== Changelog ==
|
|
|
|
|
|
|
|
|
292 |
|
293 |
= 3.0.7 (2015-05-17) =
|
294 |
* Fix: Uncaught TypeError: e(...).fitVids is not a function
|
4 |
Tags: youtube, channel, playlist, single, widget, widgets, youtube player, feed, video, thumbnail, embed, sidebar, iframe, html5, responsive
|
5 |
Requires at least: 3.9.0
|
6 |
Tested up to: 4.2.2
|
7 |
+
Stable tag: 3.0.7.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
289 |
If you don't wish to pay for enhancements (then you don't care would that be implemented in a week, month, year or so), then send new [Support topic](https://wordpress.org/support/plugin/youtube-channel) with *Topic title* in format **[Feature Request] ...**
|
290 |
|
291 |
== Changelog ==
|
292 |
+
= 3.0.7.1 (2015-05-17/18) =
|
293 |
+
* Fix: Plugin version number not updated in DB
|
294 |
+
* Fix: Magnific Popup appear under header on Twenty Eleven theme
|
295 |
+
* Fix: .clearfix break layout if used as class on content division
|
296 |
|
297 |
= 3.0.7 (2015-05-17) =
|
298 |
* Fix: Uncaught TypeError: e(...).fitVids is not a function
|
update.php
CHANGED
@@ -36,6 +36,10 @@ function au_youtube_channel_update() {
|
|
36 |
// pick up where it left off
|
37 |
update_option( 'youtube_channel_db_ver', $current_db_ver );
|
38 |
}
|
|
|
|
|
|
|
|
|
39 |
} // END function au_youtube_channel_update()
|
40 |
|
41 |
/**
|
@@ -180,9 +184,6 @@ function au_youtube_channel_update_routine_3() {
|
|
180 |
// Add empty option key for dismissed notices
|
181 |
add_option('youtube_channel_dismissed_notices', '', '', 'no');
|
182 |
|
183 |
-
// Update plugin version number
|
184 |
-
update_option('youtube_channel_version', WPAU_YOUTUBE_CHANNEL::VER);
|
185 |
-
|
186 |
// Delete all YouTube Channel transients
|
187 |
global $_wp_using_ext_object_cache, $wpdb;
|
188 |
if ( ! $_wp_using_ext_object_cache ) {
|
@@ -247,7 +248,4 @@ function au_youtube_channel_update_routine_5() {
|
|
247 |
// remove unused keys from DB
|
248 |
delete_option('youtube_channel_ver');
|
249 |
|
250 |
-
// Update plugin version number
|
251 |
-
update_option('youtube_channel_version', WPAU_YOUTUBE_CHANNEL::VER);
|
252 |
-
|
253 |
} //END function au_youtube_channel_update_routine_5()
|
36 |
// pick up where it left off
|
37 |
update_option( 'youtube_channel_db_ver', $current_db_ver );
|
38 |
}
|
39 |
+
|
40 |
+
// Update plugin version number
|
41 |
+
update_option('youtube_channel_version', WPAU_YOUTUBE_CHANNEL::VER);
|
42 |
+
|
43 |
} // END function au_youtube_channel_update()
|
44 |
|
45 |
/**
|
184 |
// Add empty option key for dismissed notices
|
185 |
add_option('youtube_channel_dismissed_notices', '', '', 'no');
|
186 |
|
|
|
|
|
|
|
187 |
// Delete all YouTube Channel transients
|
188 |
global $_wp_using_ext_object_cache, $wpdb;
|
189 |
if ( ! $_wp_using_ext_object_cache ) {
|
248 |
// remove unused keys from DB
|
249 |
delete_option('youtube_channel_ver');
|
250 |
|
|
|
|
|
|
|
251 |
} //END function au_youtube_channel_update_routine_5()
|
youtube-channel.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: YouTube Channel
|
|
4 |
Plugin URI: http://urosevic.net/wordpress/plugins/youtube-channel/
|
5 |
Description: <a href="widgets.php">Widget</a> that display latest video thumbnail or iframe (HTML5) video from YouTube Channel, Liked Videos, Favourites or Playlist.
|
6 |
Author: Aleksandar Urošević
|
7 |
-
Version: 3.0.7
|
8 |
Author URI: http://urosevic.net/
|
9 |
*/
|
10 |
|
@@ -16,8 +16,8 @@ if ( !class_exists('WPAU_YOUTUBE_CHANNEL') )
|
|
16 |
class WPAU_YOUTUBE_CHANNEL
|
17 |
{
|
18 |
|
19 |
-
const DB_VER =
|
20 |
-
const VER = '3.0.7';
|
21 |
|
22 |
public $plugin_name = "YouTube Channel";
|
23 |
public $plugin_slug = "youtube-channel";
|
4 |
Plugin URI: http://urosevic.net/wordpress/plugins/youtube-channel/
|
5 |
Description: <a href="widgets.php">Widget</a> that display latest video thumbnail or iframe (HTML5) video from YouTube Channel, Liked Videos, Favourites or Playlist.
|
6 |
Author: Aleksandar Urošević
|
7 |
+
Version: 3.0.7.1
|
8 |
Author URI: http://urosevic.net/
|
9 |
*/
|
10 |
|
16 |
class WPAU_YOUTUBE_CHANNEL
|
17 |
{
|
18 |
|
19 |
+
const DB_VER = 8;
|
20 |
+
const VER = '3.0.7.1';
|
21 |
|
22 |
public $plugin_name = "YouTube Channel";
|
23 |
public $plugin_slug = "youtube-channel";
|