Version Description
(20180826) = * Add compatibility with async/defer optimization (thanks to @lordbass)
Download this release
Release Info
Developer | urkekg |
Plugin | YouTube Channel |
Version | 3.0.11.6 |
Comparing to | |
See all releases |
Code changes from version 3.0.11.5 to 3.0.11.6
- readme.txt +12 -2
- youtube-channel.php +4 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://urosevic.net/wordpress/donate/?donate_for=youtube-channel
|
|
4 |
Tags: youtube, channel, playlist, single, widget, widgets, youtube player, feed, video, thumbnail, embed, sidebar, iframe, html5, responsive
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.9.8
|
7 |
-
Stable tag: 3.0.11.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -205,12 +205,20 @@ You can get **Channel ID** from page [Account Advanced](https://www.youtube.com/
|
|
205 |
|
206 |
== Frequently Asked Questions ==
|
207 |
|
208 |
-
Please note, latest FAQ you can find [on our website](
|
209 |
|
210 |
= How to get that YouTube Data API Key? =
|
211 |
|
212 |
Please folllow [Installation](https://wordpress.org/plugins/youtube-channel/installation/) instructions.
|
213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
= I set everything correct but receiveing 'Oops, something went wrong' message =
|
215 |
|
216 |
Login as user with Administrator role and you'll see YTC ERROR message with explanation what's wrong. Examples:
|
@@ -371,6 +379,8 @@ If you really need that missing feature ASAP, feel free to [contact me](urosevic
|
|
371 |
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] ...**
|
372 |
|
373 |
== Changelog ==
|
|
|
|
|
374 |
|
375 |
= 3.0.11.5 (20180721) =
|
376 |
* Add: Missing `titletag` parameter for shortcode, shortcode TinyMCE wizard and widget
|
4 |
Tags: youtube, channel, playlist, single, widget, widgets, youtube player, feed, video, thumbnail, embed, sidebar, iframe, html5, responsive
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.9.8
|
7 |
+
Stable tag: 3.0.11.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
205 |
|
206 |
== Frequently Asked Questions ==
|
207 |
|
208 |
+
Please note, latest FAQ you can find [on our website](https://urosevic.net/wordpress/plugins/youtube-channel/faq/). This section on WordPress.org has been updated only on plugin version release, so questions answered between releases are not visible here.
|
209 |
|
210 |
= How to get that YouTube Data API Key? =
|
211 |
|
212 |
Please folllow [Installation](https://wordpress.org/plugins/youtube-channel/installation/) instructions.
|
213 |
|
214 |
+
= Plugin does not work with premium theme or clash with other premium plugin =
|
215 |
+
|
216 |
+
As a developer of free plugin YouTube Channel, I can not afford to purchase and renew licence for premium themes and plugins.
|
217 |
+
|
218 |
+
If you experiencing issue on premium theme or see clash with premium plugin, I can help you only if you help me. Ask theme/plugin developer for approval to provide a package of premium theme/plugin to me, so I can install it on my local development domain youtube-channel.test and debug issue in YouTube Channel.
|
219 |
+
|
220 |
+
Upload premium theme or plugin installation package to Dropbox or Google Drive, and provide share link for package by [contact form](https://urosevic.net/wordpress/contact/?subject=YouTube%20Channel).
|
221 |
+
|
222 |
= I set everything correct but receiveing 'Oops, something went wrong' message =
|
223 |
|
224 |
Login as user with Administrator role and you'll see YTC ERROR message with explanation what's wrong. Examples:
|
379 |
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] ...**
|
380 |
|
381 |
== Changelog ==
|
382 |
+
= 3.0.11.6 (20180826) =
|
383 |
+
* Add compatibility with async/defer optimization (thanks to @lordbass)
|
384 |
|
385 |
= 3.0.11.5 (20180721) =
|
386 |
* Add: Missing `titletag` parameter for shortcode, shortcode TinyMCE wizard and widget
|
youtube-channel.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: YouTube Channel
|
4 |
Plugin URI: https://urosevic.net/wordpress/plugins/youtube-channel/
|
5 |
Description: Quick and easy embed latest or random videos from YouTube channel (user uploads, liked or favourited videos) or playlist. Use <a href="widgets.php">widget</a> for sidebar or shortcode for content. Works with <em>YouTube Data API v3</em>.
|
6 |
-
Version: 3.0.11.
|
7 |
Author: Aleksandar Urošević
|
8 |
Author URI: https://urosevic.net/
|
9 |
Text Domain: youtube-channel
|
@@ -18,7 +18,7 @@ if ( ! class_exists( 'WPAU_YOUTUBE_CHANNEL' ) ) {
|
|
18 |
class WPAU_YOUTUBE_CHANNEL {
|
19 |
|
20 |
const DB_VER = 20;
|
21 |
-
const VER = '3.0.11.
|
22 |
|
23 |
public $plugin_name = 'YouTube Channel';
|
24 |
public $plugin_slug = 'youtube-channel';
|
@@ -459,7 +459,9 @@ if ( ! class_exists( 'WPAU_YOUTUBE_CHANNEL' ) ) {
|
|
459 |
$js = "
|
460 |
<!-- YouTube Channel 3 -->
|
461 |
<script type=\"text/javascript\">
|
|
|
462 |
$js
|
|
|
463 |
</script>\n
|
464 |
";
|
465 |
|
3 |
Plugin Name: YouTube Channel
|
4 |
Plugin URI: https://urosevic.net/wordpress/plugins/youtube-channel/
|
5 |
Description: Quick and easy embed latest or random videos from YouTube channel (user uploads, liked or favourited videos) or playlist. Use <a href="widgets.php">widget</a> for sidebar or shortcode for content. Works with <em>YouTube Data API v3</em>.
|
6 |
+
Version: 3.0.11.6
|
7 |
Author: Aleksandar Urošević
|
8 |
Author URI: https://urosevic.net/
|
9 |
Text Domain: youtube-channel
|
18 |
class WPAU_YOUTUBE_CHANNEL {
|
19 |
|
20 |
const DB_VER = 20;
|
21 |
+
const VER = '3.0.11.6';
|
22 |
|
23 |
public $plugin_name = 'YouTube Channel';
|
24 |
public $plugin_slug = 'youtube-channel';
|
459 |
$js = "
|
460 |
<!-- YouTube Channel 3 -->
|
461 |
<script type=\"text/javascript\">
|
462 |
+
window.addEventListener('DOMContentLoaded', function() {
|
463 |
$js
|
464 |
+
});
|
465 |
</script>\n
|
466 |
";
|
467 |
|