Version Description
- Maintenance: Left some debug code in by mistake. Doh. Sometimes I'd forget my own head if it wasn't screwed on.... Apologies to those affected.
Download this release
Release Info
Developer | dartiss |
Plugin | YouTube Embed |
Version | 4.0.1 |
Comparing to | |
See all releases |
Code changes from version 4.0 to 4.0.1
- images/cross.png +0 -0
- images/flash.png +0 -0
- images/html5.png +0 -0
- images/tick.png +0 -0
- includes/generate-embed-code.php +0 -1
- readme.txt +7 -1
- youtube-embed.php +2 -2
images/cross.png
CHANGED
Binary file
|
images/flash.png
CHANGED
Binary file
|
images/html5.png
CHANGED
Binary file
|
images/tick.png
CHANGED
Binary file
|
includes/generate-embed-code.php
CHANGED
@@ -154,7 +154,6 @@ function vye_generate_youtube_code( $id = '', $width = '', $height = '', $fullsc
|
|
154 |
// Try and get the output from cache. If it exists, return the code
|
155 |
|
156 |
if ( ( $general[ 'embed_cache' ] != 0 ) && ( !is_feed() ) && ( $list_style != 'random' ) ) {
|
157 |
-
echo 'Getting cache...';
|
158 |
$result = get_transient( $cache_key );
|
159 |
if ( $result !== false) { return $result; }
|
160 |
}
|
154 |
// Try and get the output from cache. If it exists, return the code
|
155 |
|
156 |
if ( ( $general[ 'embed_cache' ] != 0 ) && ( !is_feed() ) && ( $list_style != 'random' ) ) {
|
|
|
157 |
$result = get_transient( $cache_key );
|
158 |
if ( $result !== false) { return $result; }
|
159 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://artiss.co.uk/donate
|
|
4 |
Tags: annotations, artiss, chromecast, comments, download, embed, embedding, embedplus, flash, flv, hd, iframe, media, play, playlist, profile, responsive, seo, url, video, widget, youtube, youtuber
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.3.1
|
7 |
-
Stable tag: 4.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -318,6 +318,9 @@ Before reporting it please bear in mind that this plugin uses the standard YouTu
|
|
318 |
|
319 |
== Changelog ==
|
320 |
|
|
|
|
|
|
|
321 |
= 4.0 =
|
322 |
* Maintenance: Removed a number of redundant/broken features. [Learn more](http://www.artiss.co.uk/youtube-embed-removed-features "Removed Features").
|
323 |
* Maintenance: Updated download link to use KeepVid.
|
@@ -633,6 +636,9 @@ Before reporting it please bear in mind that this plugin uses the standard YouTu
|
|
633 |
|
634 |
== Upgrade Notice ==
|
635 |
|
|
|
|
|
|
|
636 |
= 4.0 =
|
637 |
* Fixed, squeezed and reduced. Make sure you read the changelog before upgrading!
|
638 |
|
4 |
Tags: annotations, artiss, chromecast, comments, download, embed, embedding, embedplus, flash, flv, hd, iframe, media, play, playlist, profile, responsive, seo, url, video, widget, youtube, youtuber
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.3.1
|
7 |
+
Stable tag: 4.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
318 |
|
319 |
== Changelog ==
|
320 |
|
321 |
+
= 4.0.1 =
|
322 |
+
* Maintenance: Left some debug code in by mistake. Doh. Sometimes I'd forget my own head if it wasn't screwed on.... Apologies to those affected.
|
323 |
+
|
324 |
= 4.0 =
|
325 |
* Maintenance: Removed a number of redundant/broken features. [Learn more](http://www.artiss.co.uk/youtube-embed-removed-features "Removed Features").
|
326 |
* Maintenance: Updated download link to use KeepVid.
|
636 |
|
637 |
== Upgrade Notice ==
|
638 |
|
639 |
+
= 4.0.1 =
|
640 |
+
* Upgrade to remove some debug code
|
641 |
+
|
642 |
= 4.0 =
|
643 |
* Fixed, squeezed and reduced. Make sure you read the changelog before upgrading!
|
644 |
|
youtube-embed.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: YouTube Embed
|
4 |
Plugin URI: https://wordpress.org/plugins/youtube-embed/
|
5 |
Description: Embed YouTube Videos in WordPress
|
6 |
-
Version: 4.0
|
7 |
Author: David Artiss
|
8 |
Author URI: http://www.artiss.co.uk
|
9 |
Text Domain: youtube-embed
|
@@ -18,7 +18,7 @@ Text Domain: youtube-embed
|
|
18 |
* @since 2.0
|
19 |
*/
|
20 |
|
21 |
-
define( 'youtube_embed_version', '4.0' );
|
22 |
|
23 |
$functions_dir = WP_PLUGIN_DIR . '/youtube-embed/includes/';
|
24 |
|
3 |
Plugin Name: YouTube Embed
|
4 |
Plugin URI: https://wordpress.org/plugins/youtube-embed/
|
5 |
Description: Embed YouTube Videos in WordPress
|
6 |
+
Version: 4.0.1
|
7 |
Author: David Artiss
|
8 |
Author URI: http://www.artiss.co.uk
|
9 |
Text Domain: youtube-embed
|
18 |
* @since 2.0
|
19 |
*/
|
20 |
|
21 |
+
define( 'youtube_embed_version', '4.0.1' );
|
22 |
|
23 |
$functions_dir = WP_PLUGIN_DIR . '/youtube-embed/includes/';
|
24 |
|