Version Description
- Fixed a bug that caused video options not to be set to default
Download this release
Release Info
Developer | freediver |
Plugin | Smart YouTube PRO |
Version | 3.8.3 |
Comparing to | |
See all releases |
Code changes from version 3.8.2 to 3.8.3
- readme.txt +3 -0
- smartyoutube.class.php +2 -2
- smartyoutube.php +1 -1
readme.txt
CHANGED
@@ -37,6 +37,9 @@ Plugin by Vladimir Prelovac. Looking for <a href="http://www.prelovac.com/vladim
|
|
37 |
|
38 |
== Changelog ==
|
39 |
|
|
|
|
|
|
|
40 |
= 3.8.2 =
|
41 |
* Sometimes video won't show because template option is empty - now made sure that default template is used
|
42 |
|
37 |
|
38 |
== Changelog ==
|
39 |
|
40 |
+
= 3.8.3 =
|
41 |
+
* Fixed a bug that caused video options not to be set to default
|
42 |
+
|
43 |
= 3.8.2 =
|
44 |
* Sometimes video won't show because template option is empty - now made sure that default template is used
|
45 |
|
smartyoutube.class.php
CHANGED
@@ -33,8 +33,8 @@ class SmartYouTube
|
|
33 |
|
34 |
$this->key = 'smart_youtube';
|
35 |
|
36 |
-
|
37 |
-
|
38 |
|
39 |
$this->add_filters_and_hooks();
|
40 |
}
|
33 |
|
34 |
$this->key = 'smart_youtube';
|
35 |
|
36 |
+
|
37 |
+
$this->options=$this->get_options();
|
38 |
|
39 |
$this->add_filters_and_hooks();
|
40 |
}
|
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: Insert YouTube videos in posts, comments and RSS feeds with ease and full customization.
|
6 |
Author: Vladimir Prelovac
|
7 |
-
Version: 3.8.
|
8 |
Author URI: http://www.prelovac.com/vladimir/
|
9 |
|
10 |
|
4 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube
|
5 |
Description: Insert YouTube videos in posts, comments and RSS feeds with ease and full customization.
|
6 |
Author: Vladimir Prelovac
|
7 |
+
Version: 3.8.3
|
8 |
Author URI: http://www.prelovac.com/vladimir/
|
9 |
|
10 |
|