Version Description
Download this release
Release Info
Developer | labnol |
Plugin | Google XML Sitemap for Videos |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- readme.txt +1 -1
- video-sitemap.php +2 -2
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: labnol
|
|
3 |
Tags: youtube, xml sitemaps, google sitemaps, bing, videos, seo, search engines, sitemap
|
4 |
Requires at least: 2.9.2
|
5 |
Tested up to: 3.0
|
6 |
-
Stable tag: 1.0.
|
7 |
|
8 |
This plugin will help WordPress publishers generate Google XML Sitemaps for YouTube videos.
|
9 |
|
3 |
Tags: youtube, xml sitemaps, google sitemaps, bing, videos, seo, search engines, sitemap
|
4 |
Requires at least: 2.9.2
|
5 |
Tested up to: 3.0
|
6 |
+
Stable tag: 1.0.3
|
7 |
|
8 |
This plugin will help WordPress publishers generate Google XML Sitemaps for YouTube videos.
|
9 |
|
video-sitemap.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: XML
|
4 |
Plugin URI: http://www.labnol.org/software/xml-video-sitemaps-for-google/14085/
|
5 |
-
Description: This plugin will generate a XML Video Sitemap for your WordPress blog
|
6 |
Author: Amit Agarwal
|
7 |
Version: 1.0.1
|
8 |
Author URI: http://www.labnol.org/
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: Google XML Sitemap for Videos
|
4 |
Plugin URI: http://www.labnol.org/software/xml-video-sitemaps-for-google/14085/
|
5 |
+
Description: This plugin will generate a XML Video Sitemap for your WordPress blog. Visit the <a href="tools.php?page=video-sitemap-generate-page">settings page</a> to create your video sitemap.
|
6 |
Author: Amit Agarwal
|
7 |
Version: 1.0.1
|
8 |
Author URI: http://www.labnol.org/
|