WP YouTube Lyte - Version 0.1.4

Version Description

  • forgot to update version in the php-file for 0.1.3, causing the update not being fully propageted
Download this release

Release Info

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

Code changes from version 0.1.3 to 0.1.4

Files changed (2) hide show
  1. readme.txt +4 -1
  2. wp-youtube-lyte.php +2 -2
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.1.3
7
 
8
  WP-Youtube-lyte inserts "Lite YouTube Embeds" that look like normal embedded YouTube but without Flash unless clicked to reduce download size&time
9
 
@@ -51,3 +51,6 @@ Accessibility enhancements (hat tip: Ricky Buchanan):
51
 
52
  = 0.1.3 =
53
  * small bugfix release (opacity of the play-button in Chrome/Safari)
 
 
 
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.1.4
7
 
8
  WP-Youtube-lyte inserts "Lite YouTube Embeds" that look like normal embedded YouTube but without Flash unless clicked to reduce download size&time
9
 
51
 
52
  = 0.1.3 =
53
  * small bugfix release (opacity of the play-button in Chrome/Safari)
54
+
55
+ = 0.1.4 =
56
+ * forgot to update version in the php-file for 0.1.3, causing the update not being fully propageted
wp-youtube-lyte.php CHANGED
@@ -2,9 +2,9 @@
2
  /*
3
  Plugin Name: WP YouTube Lyte
4
  Plugin URI: http://blog.futtta.be/2010/05/18/lite-youtube-embeds-in-wordpress/
5
- Description: WordPress Lite YouTube Embeds (look ma, even faster!) in posts (comments and RSS feeds to come).
6
  Author: Frank (futtta) Goossens
7
- Version: 0.1.2
8
  Author URI: http://blog.futtta.be/
9
  */
10
 
2
  /*
3
  Plugin Name: WP YouTube Lyte
4
  Plugin URI: http://blog.futtta.be/2010/05/18/lite-youtube-embeds-in-wordpress/
5
+ Description: WordPress Lite YouTube Embeds (look ma, even faster!) in posts.
6
  Author: Frank (futtta) Goossens
7
+ Version: 0.1.4
8
  Author URI: http://blog.futtta.be/
9
  */
10