WP YouTube Lyte - Version 0.3.2

Version Description

  • fixed misc. readme.txt markdown issues (again)
Download this release

Release Info

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

Code changes from version 0.3.1 to 0.3.2

Files changed (2) hide show
  1. readme.txt +5 -2
  2. wp-youtube-lyte.php +1 -1
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Plugin Name ===
2
  Contributors: futtta
3
- Tags: youtube, video, lyte, lite youtube embeds, html5 video
4
  Requires at least: 2.9
5
  Tested up to: 2.9.2
6
- Stable tag: 0.3.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
 
@@ -50,6 +50,9 @@ It's an re-implementation of [an earlier experiment called 'newTube.js'](http://
50
  Just ask, I'll see what I can do.
51
 
52
  == Changelog ==
 
 
 
53
  = 0.3.0 =
54
  * added very experimental support for embedded html5 video (see [faq](http://wordpress.org/extend/plugins/wp-youtube-lyte/faq/))
55
 
1
  === Plugin Name ===
2
  Contributors: futtta
3
+ Tags: youtube, video, lyte, lite youtube embeds, html5 video, html5
4
  Requires at least: 2.9
5
  Tested up to: 2.9.2
6
+ Stable tag: 0.3.2
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
 
50
  Just ask, I'll see what I can do.
51
 
52
  == Changelog ==
53
+ = 0.3.2 =
54
+ * fixed misc. readme.txt markdown issues (again)
55
+
56
  = 0.3.0 =
57
  * added very experimental support for embedded html5 video (see [faq](http://wordpress.org/extend/plugins/wp-youtube-lyte/faq/))
58
 
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.3.0
8
  Author URI: http://blog.futtta.be/
9
  */
10
 
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.3.2
8
  Author URI: http://blog.futtta.be/
9
  */
10