Version Description
Download this release
Release Info
| Developer | freediver |
| Plugin | |
| Version | 2.3.2 |
| Comparing to | |
| See all releases | |
Code changes from version 2.3.1 to 2.3.2
- smartyoutube.php +3 -3
smartyoutube.php
CHANGED
|
@@ -4,7 +4,7 @@ Plugin Name: Smart Youtube
|
|
| 4 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube
|
| 5 |
Description: Easily insert YouTube videos in posts, comments and RSS feeds.
|
| 6 |
Author: Vladimir Prelovac
|
| 7 |
-
Version: 2.3.
|
| 8 |
Author URI: http://www.prelovac.com/vladimir/
|
| 9 |
|
| 10 |
Updates:
|
|
@@ -21,7 +21,7 @@ To-Doo:
|
|
| 21 |
- localization
|
| 22 |
*/
|
| 23 |
|
| 24 |
-
$yte_localversion="2.3.
|
| 25 |
|
| 26 |
$CustomColors=array (
|
| 27 |
"blank" => array("d6d6d6","f0f0f0"),
|
|
@@ -499,7 +499,7 @@ function yte_install(){
|
|
| 499 |
}
|
| 500 |
|
| 501 |
if(get_option('smart_yt_valid' == '') || !get_option('smart_yt_valid')){
|
| 502 |
-
add_option('smart_yt_valid', '');
|
| 503 |
}
|
| 504 |
|
| 505 |
|
| 4 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube
|
| 5 |
Description: Easily insert YouTube videos in posts, comments and RSS feeds.
|
| 6 |
Author: Vladimir Prelovac
|
| 7 |
+
Version: 2.3.2
|
| 8 |
Author URI: http://www.prelovac.com/vladimir/
|
| 9 |
|
| 10 |
Updates:
|
| 21 |
- localization
|
| 22 |
*/
|
| 23 |
|
| 24 |
+
$yte_localversion="2.3.2";
|
| 25 |
|
| 26 |
$CustomColors=array (
|
| 27 |
"blank" => array("d6d6d6","f0f0f0"),
|
| 499 |
}
|
| 500 |
|
| 501 |
if(get_option('smart_yt_valid' == '') || !get_option('smart_yt_valid')){
|
| 502 |
+
add_option('smart_yt_valid', 'off');
|
| 503 |
}
|
| 504 |
|
| 505 |
|
