OSDN Git Service

バージョン表記修正
authorshizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 1 Jul 2008 16:08:15 +0000 (16:08 +0000)
committershizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 1 Jul 2008 16:08:15 +0000 (16:08 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/plugin@641 1ca29b6e-896d-4ea0-84a5-967f57386b96

trunk/NP_SEOSitemaps/NP_SEOSitemaps.php

index be8c551..e01ffc0 100644 (file)
@@ -39,6 +39,9 @@
   *               item posted time or comment posted time or item update time
   *               item update time generate by NP_UpdateTime
   *  1.1    Send Sitemaps to Yahoo!
+  *  1.2    Send Sitemaps to Live! Search
+  *         Cahge sitemap notification URI to yahoo.com No appid required
+  *         Add priority setting options
   **/
 
 class NP_SEOSitemaps extends NucleusPlugin
@@ -56,12 +59,12 @@ class NP_SEOSitemaps extends NucleusPlugin
 
        function getURL()
        {
-               return 'http://japan.nucleuscms.org/wiki/plugins:searchenginesitemapgenerator';
+               return 'http://japan.nucleuscms.org/wiki/plugins:seositemaps';
        }
 
        function getVersion()
        {
-               return '1.1';
+               return '1.2';
        }
 
        function getDescription()