Version Description
Download this release
Release Info
Developer | futtta |
Plugin | WP YouTube Lyte |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.1 to 0.1.1
- readme.txt +1 -1
- wp-youtube-lyte.php +3 -3
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
|
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 |
|
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.1
|
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 |
|
wp-youtube-lyte.php
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: WP Lyte
|
4 |
-
Plugin URI: http://futtta.be/
|
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
|
8 |
Author URI: http://blog.futtta.be/
|
9 |
*/
|
10 |
|
1 |
<?php
|
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.1
|
8 |
Author URI: http://blog.futtta.be/
|
9 |
*/
|
10 |
|