Version Description
- Maintenance: Added missing text domain, ready for automatic translation.
Download this release
Release Info
| Developer | dartiss |
| Plugin | |
| Version | 3.3.5 |
| Comparing to | |
| See all releases | |
Code changes from version 3.3.4 to 3.3.5
- css/admin.css +0 -0
- css/admin.min.css +0 -0
- css/main.css +0 -0
- css/main.min.css +0 -0
- images/cross.png +0 -0
- images/tick.png +0 -0
- includes/add-mce-button.php +0 -0
- includes/add-scripts.php +0 -0
- includes/add-to-admin-bar.php +0 -0
- includes/function-calls.php +0 -0
- includes/generate-comments-code.php +0 -0
- includes/generate-download-code.php +0 -0
- includes/generate-embed-code.php +0 -0
- includes/generate-shorturl-code.php +0 -0
- includes/generate-thumbnail-code.php +0 -0
- includes/generate-transcript-code.php +0 -0
- includes/generate-widgets.php +0 -0
- includes/options-widgets.php +0 -0
- includes/set-defaults.php +0 -0
- includes/shared-functions.php +0 -0
- includes/shortcodes.php +2 -2
- includes/update-post-content.php +0 -0
- readme.txt +8 -2
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
- screenshot-6.png +0 -0
- uninstall.php +0 -0
- youtube-embed.php +3 -2
css/admin.css
CHANGED
|
File without changes
|
css/admin.min.css
CHANGED
|
File without changes
|
css/main.css
CHANGED
|
File without changes
|
css/main.min.css
CHANGED
|
File without changes
|
images/cross.png
CHANGED
|
File without changes
|
images/tick.png
CHANGED
|
File without changes
|
includes/add-mce-button.php
CHANGED
|
File without changes
|
includes/add-scripts.php
CHANGED
|
File without changes
|
includes/add-to-admin-bar.php
CHANGED
|
File without changes
|
includes/function-calls.php
CHANGED
|
File without changes
|
includes/generate-comments-code.php
CHANGED
|
File without changes
|
includes/generate-download-code.php
CHANGED
|
File without changes
|
includes/generate-embed-code.php
CHANGED
|
File without changes
|
includes/generate-shorturl-code.php
CHANGED
|
File without changes
|
includes/generate-thumbnail-code.php
CHANGED
|
File without changes
|
includes/generate-transcript-code.php
CHANGED
|
File without changes
|
includes/generate-widgets.php
CHANGED
|
File without changes
|
includes/options-widgets.php
CHANGED
|
File without changes
|
includes/set-defaults.php
CHANGED
|
File without changes
|
includes/shared-functions.php
CHANGED
|
File without changes
|
includes/shortcodes.php
CHANGED
|
@@ -123,11 +123,11 @@ function vye_video_shortcode( $paras = '', $content = '', $callback = '', $alt_s
|
|
| 123 |
if ( ( $content == '' ) && ( $paras[ 0 ] != '' ) ) {
|
| 124 |
$content = $paras[ 0 ];
|
| 125 |
if ( (substr( $content, 0, 1 ) == ":" ) or ( substr( $content, 0, 1 ) == "=" ) ) { $content = substr( $content, 1 ); }
|
| 126 |
-
|
| 127 |
if ( array_key_exists( 1, $paras ) ) {
|
| 128 |
if ( $paras[ 1 ] != '' ) { $width = $paras[ 1 ]; }
|
| 129 |
}
|
| 130 |
-
if ( array_key_exists( 2, $paras ) ) {
|
| 131 |
if ( $paras[ 2 ] != '' ) { $height = $paras[ 2 ]; }
|
| 132 |
}
|
| 133 |
}
|
| 123 |
if ( ( $content == '' ) && ( $paras[ 0 ] != '' ) ) {
|
| 124 |
$content = $paras[ 0 ];
|
| 125 |
if ( (substr( $content, 0, 1 ) == ":" ) or ( substr( $content, 0, 1 ) == "=" ) ) { $content = substr( $content, 1 ); }
|
| 126 |
+
|
| 127 |
if ( array_key_exists( 1, $paras ) ) {
|
| 128 |
if ( $paras[ 1 ] != '' ) { $width = $paras[ 1 ]; }
|
| 129 |
}
|
| 130 |
+
if ( array_key_exists( 2, $paras ) ) {
|
| 131 |
if ( $paras[ 2 ] != '' ) { $height = $paras[ 2 ]; }
|
| 132 |
}
|
| 133 |
}
|
includes/update-post-content.php
CHANGED
|
File without changes
|
readme.txt
CHANGED
|
@@ -3,8 +3,8 @@ Contributors: dartiss
|
|
| 3 |
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
|
| 7 |
-
Stable tag: 3.3.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -487,6 +487,9 @@ Although I attempt to keep with PHP 4 compatibility there are no guarantees of t
|
|
| 487 |
|
| 488 |
== Changelog ==
|
| 489 |
|
|
|
|
|
|
|
|
|
|
| 490 |
= 3.3.4 =
|
| 491 |
* Maintenance: Updated admin screen headings for compatibility with 4.3.
|
| 492 |
* Maintenance: Updated demo video on profile page. Just because.
|
|
@@ -786,6 +789,9 @@ Although I attempt to keep with PHP 4 compatibility there are no guarantees of t
|
|
| 786 |
|
| 787 |
== Upgrade Notice ==
|
| 788 |
|
|
|
|
|
|
|
|
|
|
| 789 |
= 3.3.4 =
|
| 790 |
* Assorted fixes and enhancements inc. (I hope) a fix to the editor button not working
|
| 791 |
|
| 3 |
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: 3.3.5
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 487 |
|
| 488 |
== Changelog ==
|
| 489 |
|
| 490 |
+
= 3.3.5 =
|
| 491 |
+
* Maintenance: Added missing text domain, ready for automatic translation.
|
| 492 |
+
|
| 493 |
= 3.3.4 =
|
| 494 |
* Maintenance: Updated admin screen headings for compatibility with 4.3.
|
| 495 |
* Maintenance: Updated demo video on profile page. Just because.
|
| 789 |
|
| 790 |
== Upgrade Notice ==
|
| 791 |
|
| 792 |
+
= 3.3.5 =
|
| 793 |
+
* Update with text domain, ready for automatic translation
|
| 794 |
+
|
| 795 |
= 3.3.4 =
|
| 796 |
* Assorted fixes and enhancements inc. (I hope) a fix to the editor button not working
|
| 797 |
|
screenshot-1.png
DELETED
|
Binary file
|
screenshot-2.png
DELETED
|
Binary file
|
screenshot-3.png
DELETED
|
Binary file
|
screenshot-4.png
DELETED
|
Binary file
|
screenshot-5.png
DELETED
|
Binary file
|
screenshot-6.png
DELETED
|
Binary file
|
uninstall.php
CHANGED
|
File without changes
|
youtube-embed.php
CHANGED
|
@@ -3,9 +3,10 @@
|
|
| 3 |
Plugin Name: YouTube Embed
|
| 4 |
Plugin URI: https://wordpress.org/plugins/youtube-embed/
|
| 5 |
Description: Embed YouTube Videos in WordPress
|
| 6 |
-
Version: 3.3.
|
| 7 |
Author: David Artiss
|
| 8 |
Author URI: http://www.artiss.co.uk
|
|
|
|
| 9 |
*/
|
| 10 |
|
| 11 |
/**
|
|
@@ -17,7 +18,7 @@ Author URI: http://www.artiss.co.uk
|
|
| 17 |
* @since 2.0
|
| 18 |
*/
|
| 19 |
|
| 20 |
-
define( 'youtube_embed_version', '3.3.
|
| 21 |
|
| 22 |
$functions_dir = WP_PLUGIN_DIR . '/youtube-embed/includes/';
|
| 23 |
|
| 3 |
Plugin Name: YouTube Embed
|
| 4 |
Plugin URI: https://wordpress.org/plugins/youtube-embed/
|
| 5 |
Description: Embed YouTube Videos in WordPress
|
| 6 |
+
Version: 3.3.5
|
| 7 |
Author: David Artiss
|
| 8 |
Author URI: http://www.artiss.co.uk
|
| 9 |
+
Text Domain: youtube-embed
|
| 10 |
*/
|
| 11 |
|
| 12 |
/**
|
| 18 |
* @since 2.0
|
| 19 |
*/
|
| 20 |
|
| 21 |
+
define( 'youtube_embed_version', '3.3.5' );
|
| 22 |
|
| 23 |
$functions_dir = WP_PLUGIN_DIR . '/youtube-embed/includes/';
|
| 24 |
|
