WP YouTube Lyte - Version 0.2.1

Version Description

  • 0.2.0 was broken (options.php M.I.A.), 0.2.1 fixes this
Download this release

Release Info

Developer futtta
Plugin Icon 128x128 WP YouTube Lyte
Version 0.2.1
Comparing to
See all releases

Code changes from version 0.2 to 0.2.1

Files changed (2) hide show
  1. readme.txt +3 -1
  2. wp-youtube-lyte.php +1 -1
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: futtta
3
  Tags: youtube, video, lyte, lite youtube embeds
4
  Requires at least: 2.9
5
  Tested up to: 2.9.2
6
- Stable tag: 0.2.0
7
 
8
  "Lite YouTube Embeds" look like normal YouTube embeds but don't use Flash unless clicked, thus reducing download size & page rendering time.
9
 
@@ -32,6 +32,8 @@ Installation is very straightforward:
32
  Just ask, I'll see what I can do.
33
 
34
  == Changelog ==
 
 
35
 
36
  = 0.2.0 =
37
  * Added a simple admin-page to allow administrators to choose if links to YouTube and Easy YouTube are added or not
3
  Tags: youtube, video, lyte, lite youtube embeds
4
  Requires at least: 2.9
5
  Tested up to: 2.9.2
6
+ Stable tag: 0.2.1
7
 
8
  "Lite YouTube Embeds" look like normal YouTube embeds but don't use Flash unless clicked, thus reducing download size & page rendering time.
9
 
32
  Just ask, I'll see what I can do.
33
 
34
  == Changelog ==
35
+ = 0.2.1 =
36
+ * 0.2.0 was broken (options.php M.I.A.), 0.2.1 fixes this
37
 
38
  = 0.2.0 =
39
  * Added a simple admin-page to allow administrators to choose if links to YouTube and Easy YouTube are added or not
wp-youtube-lyte.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP YouTube Lyte
4
  Plugin URI: http://blog.futtta.be/tag/lyte
5
  Description: WordPress Lite YouTube Embeds (look ma, even faster!) in posts.
6
  Author: Frank (futtta) Goossens
7
- Version: 0.2.0
8
  Author URI: http://blog.futtta.be/
9
  */
10
  require(dirname(__FILE__).'/options.php');
4
  Plugin URI: http://blog.futtta.be/tag/lyte
5
  Description: WordPress Lite YouTube Embeds (look ma, even faster!) in posts.
6
  Author: Frank (futtta) Goossens
7
+ Version: 0.2.1
8
  Author URI: http://blog.futtta.be/
9
  */
10
  require(dirname(__FILE__).'/options.php');