Google (XML) Sitemap Generator Plugin Changelog

Maintenance of this plugin has been taken over by Auctollo. You can find all up-to-date information on their website. If you need support, please use the forums or contact the new maintainer. Thanks!

This is the changelog of the Google (XML) Sitemap Generator Plugin for WordPress. Most of the older releases are available at the download archive. The current stable version is always available on the plugin site. If you need the current development release (svn trunk), you can download it here.

New in Version 4.0.9 (2017-07-24):

  • Fixed security issue related to donation functionality. This was a very theoretical issue.

New in Version 4.0.8 (2014-11-15):

  • Fixed bug regarding the exclude categories feature, thanks to Claus Schöffel!

New in Version 4.0.7.1 (2014-09-02):

  • Sorry, no new features this time… This release only updates the Compatibility-Tag to WordPress 4.0. Unfortunately there is no way to do this anymore without a new version.
  • New changes coming soon 🙂

New in Version 4.0.7 (2014-06-23):

  • Better compatibility with GoDaddy managed WP hosting
  • Better compatibility with QuickCache
  • Removed WordPress version from the sitemap
  • Corrected link to WordPress privacy settings (if search engines are blocked)
  • Changed hook which is being used for sitemap pings to avoid pings on draft edit

New in Version 4.0.6 (2014-06-03):

  • Added option to disable automatic gzipping
  • Fixed bug with duplicated external sitemap entries
  • Don’t gzip if behind Varnish since Varnish can do that

New in Version 4.0.5 (2014-05-18):

  • Added function to manually start ping for main-sitemap or all sub-sitemaps
  • Added support for changing the base of the sitemap URL to another URL (for WP installations in sub-folders)
  • Fixed issue with empty post sitemaps (related to GMT/local time offset)
  • Fixed some timing issues in archives
  • Improved check for possible problems before gzipping
  • Fixed empty archives and author sitemaps in case there were no posts
  • Fixed bug which caused the Priority Provider to disappear in recent PHP versions
  • Plugin will also ping with the corresponding sub-sitemap in case a post was modified
  • Better checking for empty external urls
  • Changed text in XSL template to be more clear about sitemap-index and sub-sitemaps
  • Changed content type to text/xml to improve compatibility with caching plugins
  • Changed query parameters to is_feed=true to improve compatibility with caching plugins
  • Switched from using WP_Query to load posts to a custom SQL statement to avoid problems with other plugin filters
  • Added caching of some SQL statements
  • Added support feed for more help topics
  • Added link to new help page
  • Cleaned up code and renamed variables to be more readable
  • Updated Japanese Translation, thanks to Daisuke Takahashi

New in Version 4.0.4 (2014-04-19):

  • Removed deprecated get_page call
  • Changed last modification time of sub-sitemaps to the last modification date of the posts instead of the publish date
  • Removed information window if the statistic option has not been activated
  • Added link regarding new sitemap format
  • Updated Portuguese translation, thanks to Pedro Martinho
  • Updated German translation

New in Version 4.0.3 (2014-04-13):

  • Fixed compression if an gzlib handler was already active
  • Help regarding permalinks for Nginx users
  • Fix with gzip compression in case there was other output before already
  • Return 404 for HTML sitemaps if the option has been disabled
  • Updated translations

New in Version 4.0.2 (2014-04-01):

  • Fixed warning if an gzip handler is already active

New in Version 4.0.1 (2014-03-31):

  • Fixed bug with custom post types including a “-“
  • Fixed some 404 Not Found Errors

New in Version 4.0 (2014-03-30):

  • No static files anymore, sitemap is created on the fly!
  • Sitemap is split-up into sub-sitemaps by month, allowing up to 50.000 posts per month! More information
  • Support for custom post types and custom taxonomis!
  • 100% Multisite compatible, including by-blog and network activation.
  • Reduced server resource usage due to less content per request.
  • New API allows other plugins to add their own, separate sitemaps.
  • Note: PHP 5.1 and WordPress 3.3 is required! The plugin will not work with lower versions!
  • Note: This version will try to rename your old sitemap files to *-old.xml. If that doesn’t work, please delete them manually since no static files are needed anymore!

New in Version 3.4.1 (2014-04-10):

  • Compatibility with mysqli

New in Version 3.4 (2013-11-24):

  • Fixed deprecation warnings in PHP 5.4, thanks to Dion Hulse!

New in Version 3.3 (2013-09-28):

  • Fixed problem with file permission checking
  • Filter out hashs (#) in URLs

New in Version 3.2.9 (2013-01-11):

  • Fixed security issue with change frequencies and filename of sitemap file. Exploit was only possible with admin account.

New in Version 3.2.8 (2012-08-08):

  • Fixed wrong custom taxonomy URLs, thanks to ramon fincken of the wordpress.org forum!
  • Removed ASK ping since they shut down their service.
  • Exclude post_format taxonomy from custom taxonomy list

New in Version 3.2.7 (2012-04-24):

  • Fixed custom post types, thanks to clearsite of the wordpress.org forum!
  • Fixed broken admin layout on WP 3.4

New in Version 3.2.6 (2011-09-19):

  • Removed YAHOO ping since YAHOO uses bing now
  • Removed deprecated function call

New in Version 3.2.5 (2011-07-11):

  • Backported Bing ping success fix from beta
  • Added friendly hint to try out the new beta

New in Version 3.2.4 (2010-05-29):

  • Added (GMT) to date column in sitemap xslt template to avoid confusion with different time zones
  • Fixed wrong SQL statement for author pages, thanks to twoenoug
  • Fixed several deprecated function calls
  • Note: This release does not support the new multisite feature of WordPress yet and will not be active when multisite is enabled.

New in Version 3.2.3 (2010-04-02):

  • Fixed that all pages were missing in the sitemap if the “Uncategorized” category was excluded

New in Version 3.2.2 (2009-12-19):

  • Updated compatibility tag to WordPress 2.9
  • Fixed PHP4 problems

New in Version 3.2.1 (2009-12-16):

  • Notes and update messages at the top of the admin page could interfere with the manual build function
  • Help links in the WP contextual help were not shown anymore since the last update
  • IE 7 sometimes displayed a cached admin page
  • Removed invalid link to config page from the plugin description (The link lead to a “Not enough permission error”)
  • Improved performance of getting the current plugin version by caching
  • Updated Spanish language files

New in Version 3.2 (2009-11-23):

  • Added function to show the actual results of a ping instead of only linking to the url
  • Added new hook (sm_rebuild) for third party plugins to start building the sitemap
  • Fixed bug which showed the wrong URL for the latest Google ping result
  • Added some missing documentation
  • Removed hardcoded php name for sitemap file in admin urls
  • Uses KSES for showing ping test results
  • Ping test fixed for WP < 2.3

New in Version 3.1.9 (2009-11-13):

  • Fixed MySQL Error if author pages were included

New in Version 3.1.8 (2009-11-07):

  • Improved custom taxonomy handling and fixed wrong last modification date
  • Fixed fatal error in WordPress versions lower than 2.3
  • Fixed Update Notice for WordPress 2.8 and higher
  • Added warning if blog privacy is activated
  • Fixed priorities of additional pages were shown as 0 instead of 1

New in Version 3.1.7 (2009-10-21):

  • Added support for custom taxonomies. Thanks to Lee!

New in Version 3.1.6 (2009-08-31):

  • Fixed PHP error “Only variables can be passed by reference”
  • Fixed wrong URLS of multi-page posts (Thanks artstorm!)
  • Updated many language files

New in Version 3.1.5 (2009-08-24):

  • Added option to completely disable the last modification time
  • Fixed problem with HTTPS url for the XSL stylesheet if the sitemap was build via the admin panel
  • Improved handling of homepage entry if a single page was set for it
  • Fixed mktime warning which appeared sometimes
  • Fixed bug which caused inf. reloads after rebuilding the sitemap via the admin panel
  • Improved handling of missing sitemaps files if WP was moved to another location

New in Version 3.1.4 (2009-06-22):

  • Fixed bug which broke all pings in WP older than 2.7
  • Added more output in debug mode if pings fail
  • Moved global post variable so other plugins can use it in get_permalink()
  • Added small icon for ozh admin menu
  • Added more help links in UI

New in Version 3.1.3 (2009-06-07):

  • Changed MSN Live Search to Bing
  • Exclude categories also now exludes the category itself and not only the posts
  • Pings now use the new WordPress HTTP API instead of Snoopy
  • Fixed bug that in localized WP installations priorities could not be saved
  • The sitemap cron job is now cleared after a manual rebuild or after changing the config
  • Adjusted style of admin area for WP 2.8 and refreshed icons
  • Disabled the “Exclude categories” feature for WP 2.5.1, since it doesn’t have the required functions yet

New in Version 3.1.2 (2008-12-26):

  • Changed the way the stylesheet is saved (default / custom stylesheet)
  • Sitemap is now rebuild when a page is published
  • Removed support for static robots.txt files, this is now handled via WordPress functions
  • Added compat. exceptions for WP 2.0 and WP 2.1

New in Version 3.1.1 (2008-12-21):

  • Fixed redirect issue if wp-admin is rewritten via mod_rewrite, thanks to macjoost
  • Fixed wrong path to assets, thanks PozHonks
  • Fixed wrong plugin URL if wp-content was renamed / redirected, thanks to wnorris
  • Updated WP User Interface for 2.7
  • Various other small things

New in Version 3.1.0.1 (2008-05-27):

  • Extracted UI JS to external file
  • Enabled the option to include following pages of multi-page posts
  • Script tries to raise memory and time limit if active

New in Version 3.1 (2008-05-22):

  • Marked as stable

New in Version 3.1b3 (2008-05-19):

  • Cleaned up plugin directory and moved img files to subfolders
  • Fixed background building bug in WP 2.1
  • Removed auto-update plugin link for WP < 2.5

New in Version 3.1b2 (2008-05-18):

  • Fixed critical bug with the build in background option
  • Added notification if a build is scheduled

New in Version 3.1b1 (2008-05-08):

  • Splitted plugin in loader, generator and user interface to save memory
  • Generator and UI will only be loaded when needed
  • Secured all admin actions with nonces
  • Improved WP 2.5 handling
  • New “Suggest a Feature” link

New in Version 3.0.3.3 (2008-04-29):

  • Fixed author pages
  • Enhanced background building and increased delay to 15 seconds
  • Enabled background building by default

New in Version 3.0.3.2 (2008-04-28):

  • Improved WP 2.5 handling (fixes blank screens and timeouts)

New in Version 3.0.3.1 (2008-03-30):

  • Added compatibility CSS for WP 2.5

New in Version 3.0.3 (2007-12-30):

  • Added option to ping MSN Live Search
  • Removed some WordPress hooks (the sitemap isn’t updates with every comment anymore)

New in Version 3.0.2.1 (2007-11-28):

  • Fixed wrong XML Schema Location (Thanks to Emanuele Tessore)
  • Added Russian Language files by Sergey http://ryvkin.ru

New in Version 3.0.2 (2007-11-25):

  • Fixed bug which caused that some settings were not saved correctly
  • Added option to exclude pages or post by ID
  • Restored YAHOO ping service with API key since the other one is to unreliable

New in Version 3.0.1 (2007-11-03):

  • Changed HTTP client for ping requests to Snoopy
  • Added “safemode” for SQL which doesn’t use unbuffered results
  • Added option to run the building process in background using wp-cron
  • Added links to test the ping if it failed

New in Version 3.0 (final) (2007-09-24):

  • Marked as stable
  • Removed useless functions

New in Version 3.0b11 (2007-09-23):

  • Changed mysql queries to unbuffered queries
  • Uses MUCH less memory
  • Option to limit the number of posts

New in Version 3.0b10 (2007-09-04):

  • Added category support for WordPress 2.3
  • Fixed bug with empty URLs in sitemap
  • Repaired GET building

New in Version 3.0b9 (2007-09-02):

  • Added tag support for WordPress 2.3
  • Fixed archive bug with static pages (Thanks to Peter Claus Lamprecht)
  • Fixed some missing translation strings, thanks to Kirin Lin

New in Version 3.0b8 (2007-07-22):

  • Fixed bug with empty categories
  • Fixed bug with translation plugins
  • Added support for robots.txt
  • Switched YAHOO ping API from YAHOO Web Services to the “normal” ping service
  • Search engines will only be pinged if the sitemap file has changed

New in Version 3.0b7 (2007-05-17):

  • Added Ask.com notification
  • Added option to include the author pages like /author/john
  • Fixed WP 2.1 / Pre 2.1 post / pages database changes
  • Added check to not build the sitemap if importing posts
  • Fixed wrong XSLT location (Thanks froosh)
  • Small enhancements and bug fixes

New in Version 3.0b6 (2007-01-23):

  • sitemap.xml.gz was not compressed
  • YAHOO update-notification was PHP5 only (Thanks to Joseph Abboud!)
  • More WP 2.1 optimizations
  • Reduced memory usage with PHP5

New in Version 3.0b5 (2007-01-19):

  • WordPress 2 Design
  • YAHOO update notification
  • New status report, removed ugly logfiles
  • Added option to define a XSLT stylesheet and added a default one
  • Fixed bug with sub-pages, thanks to Mike, Peter and Glenn
  • Improved file handling, thanks to VJTD3
  • WP 2.1 improvements

New in Version 3.0b4 (2006-11-16):

  • Fixed some smaller bugs
  • Decreased memory usage which should solve timeout and memory problems
  • Updated namespace to support YAHOO and MSN

New in Version 3.0b2 (2006-01-14):

  • Fixed several bugs reported by users

New in Version 3.0b (2005-11-25):

  • WordPress 2.0 (Beta, RC1) compatible
  • Added different priority calculation modes and introduced an API to create custom ones
    Some people didn’t like the way to calculate the post priority based on the count of user comments. This will give you the possibility to develop custom priority providers which fit your needs.
  • Added support to use the Popularity Contest plugin by Alex King to calculate post priority
    If you are already using the Popularity Contest plugin, this will be the best way to determine the priority of the posts. Uses to new priority API noted above.
  • Added option to exclude password protected posts
    This was one of the most requested features.
  • Posts and pages marked for publish with a date in the future won’t be included
  • Added function to start sitemap creation via GET and a secret key
    If you are using external software which directly writes into the database without using the WordPress API, you can rebuild the sitemap with a simple HTTP Request. This can be made with a cron job for example.
  • Improved compatibility with other plugins
    There should no longer be problems with other plugins now which checked for existence of a specified function to determine if you are in the control panel or not.
  • Recoded plugin architecture which is now fully OOP
    The code is now cleaner and better to understand which makes it easier to modify. This should also avoid namespace problems.
  • Improved speed and optimized settings handling
    Settings and pages are only loaded if the siemap generation process starts and not every time a page loads. This saves one MySQL Query on every request.
  • Added Button to restore default configuration
    Messed up the config? You’ll need just one click to restore all settings.
  • Added log file to check everything is running
    In the new log window you can see when your sitemap was rebuilt or if there was any error.
  • Improved user-interface
  • Added several links to homepage and support
    This includes the Notify List about new releases and the WordPress support forum.

New in Version 2.7 (2005-11-25):

  • Added Polish Translation by kuba

New in Version 2.7 (2005-11-01):

New in Version 2.7 (2005-07-21):

  • Fixed bug with incorrect date in additional pages (wrong format)
  • Added Swedish Translation by Tobias Bergius

Update for Version 2.6 (2005-07-16):

  • Included Chinese (Simplified) language files by june6

New in Version 2.6 (2005-07-04):

  • Added support to store the files at a custom location
  • Changed the home URL to have a slash at the end
  • Fixed errors with wp-mail
  • Added support for other plugins to add content to the sitemap

New in Version 2.5 (2005-06-15):

  • You can include now external pages which aren’t generated by WordPress or are not recognized by this plugin
  • You can define a minimum post priority, which will overrride the calculated value if it’s too low
  • The plugin will automatically ping Google whenever the sitemap gets regenerated
  • Update 1: Included Spanish translations by César Gómez Martín
  • Update 2: Included Italian translations by Stefano Aglietti
  • Update 3: Included Traditional Chinese translations by Kirin Lin

New in Version 2.2 (2005-06-08):

  • Language file support:
    Hiromasa from http://hiromasa.zone.ne.jp sent me a japanese version of the user interface and modified the script to support it! Thanks for this! Check the WordPress Codex how to set the language in WordPress.
  • Added Japanese user interface by Hiromasa
  • Added German user interface by me

New in Version 2.12 (2005-06-07):

  • Changed SQL Statement for categories that it also works on MySQL 3

New in Version 2.11 (2005-06-07):

  • Fixed a hardcoded tablename which made a SQL error

New in version 2.1 (2005-06-07):

  • Can also generate a gzipped version of the xml file (sitemap.xml.gz)
  • Uses correct last modification dates for categories and archives. (Thanks to thx Rodney Shupe for the SQL)
  • Supports now different WordPress / Blog directories
  • Fixed bug which ignored different post/page priorities (Reported by Brad)

New in Version 2.01 (2005-06-07):

  • Fixed compatibility for PHP installations which are not configured to use short open tags
  • Changed Line 147 from _e($i); to _e(strval($i));
  • Thanks to Christian Aust for reporting this!