Google XML Sitemaps - Version 3.1.9

Version Description

Download this release

Release Info

Developer arnee
Plugin Icon 128x128 Google XML Sitemaps
Version 3.1.9
Comparing to
See all releases

Code changes from version 3.1.8 to 3.1.9

Files changed (3) hide show
  1. readme.txt +1 -1
  2. sitemap-core.php +3 -3
  3. sitemap.php +2 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.arnebrachhold.de/redir/sitemap-paypal
4
  Tags: google, sitemaps, google sitemaps, yahoo, msn, ask, live, xml sitemap, xml
5
  Requires at least: 2.1
6
  Tested up to: 2.9
7
- Stable tag: 3.1.7
8
 
9
  This plugin will generate a special XML sitemap which will help search engines to better index your blog.
10
 
4
  Tags: google, sitemaps, google sitemaps, yahoo, msn, ask, live, xml sitemap, xml
5
  Requires at least: 2.1
6
  Tested up to: 2.9
7
+ Stable tag: 3.1.9
8
 
9
  This plugin will generate a special XML sitemap which will help search engines to better index your blog.
10
 
sitemap-core.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
 
4
- $Id: sitemap-core.php 170451 2009-11-04 18:13:46Z arnee $
5
 
6
  */
7
 
@@ -863,7 +863,7 @@ class GoogleSitemapGenerator {
863
  /**
864
  * @var Version of the generator in SVN
865
  */
866
- var $_svnVersion = '$Id: sitemap-core.php 170451 2009-11-04 18:13:46Z arnee $';
867
 
868
  /**
869
  * @var array The unserialized array with the stored options
@@ -2126,7 +2126,7 @@ class GoogleSitemapGenerator {
2126
  //WP2.1 introduced post_status='future', for earlier WP versions we need to check the post_date_gmt
2127
  $sql = "SELECT DISTINCT
2128
  p.ID,
2129
- p.user_nicename,
2130
  MAX(p.post_modified_gmt) AS last_post
2131
  FROM
2132
  {$wpdb->users} u,
1
  <?php
2
  /*
3
 
4
+ $Id: sitemap-core.php 172795 2009-11-13 00:12:36Z arnee $
5
 
6
  */
7
 
863
  /**
864
  * @var Version of the generator in SVN
865
  */
866
+ var $_svnVersion = '$Id: sitemap-core.php 172795 2009-11-13 00:12:36Z arnee $';
867
 
868
  /**
869
  * @var array The unserialized array with the stored options
2126
  //WP2.1 introduced post_status='future', for earlier WP versions we need to check the post_date_gmt
2127
  $sql = "SELECT DISTINCT
2128
  p.ID,
2129
+ u.user_nicename,
2130
  MAX(p.post_modified_gmt) AS last_post
2131
  FROM
2132
  {$wpdb->users} u,
sitemap.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
 
3
  /*
4
- $Id: sitemap.php 171258 2009-11-07 18:53:24Z arnee $
5
 
6
  Google XML Sitemaps Generator for WordPress
7
  ==============================================================================
@@ -25,7 +25,7 @@
25
  Plugin Name: Google XML Sitemaps
26
  Plugin URI: http://www.arnebrachhold.de/redir/sitemap-home/
27
  Description: This plugin will generate a sitemaps.org compatible sitemap of your WordPress blog which is supported by Ask.com, Google, MSN Search and YAHOO. <a href="options-general.php?page=sitemap.php">Configuration Page</a>
28
- Version: 3.1.8
29
  Author: Arne Brachhold
30
  Author URI: http://www.arnebrachhold.de/
31
  */
1
  <?php
2
 
3
  /*
4
+ $Id: sitemap.php 172795 2009-11-13 00:12:36Z arnee $
5
 
6
  Google XML Sitemaps Generator for WordPress
7
  ==============================================================================
25
  Plugin Name: Google XML Sitemaps
26
  Plugin URI: http://www.arnebrachhold.de/redir/sitemap-home/
27
  Description: This plugin will generate a sitemaps.org compatible sitemap of your WordPress blog which is supported by Ask.com, Google, MSN Search and YAHOO. <a href="options-general.php?page=sitemap.php">Configuration Page</a>
28
+ Version: 3.1.9
29
  Author: Arne Brachhold
30
  Author URI: http://www.arnebrachhold.de/
31
  */