diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-content/plugins/google-sitemap-generator/documentation.txt --- a/web/wp-content/plugins/google-sitemap-generator/documentation.txt Thu Sep 16 15:45:36 2010 +0000 +++ b/web/wp-content/plugins/google-sitemap-generator/documentation.txt Mon Nov 19 18:26:13 2012 +0100 @@ -217,6 +217,29 @@ Removed hardcoded php name for sitemap file for admin urls Uses KSES for showing ping test results Ping test fixed for WP < 2.3 + 2009-12-16 3.2.1 Notes and update messages could interfere with the redirect after manual build + Help Links in the WP context help were not shown anymore since last update + IE 7 sometimes displayed a cached admin page + Removed invalid link to config page from the plugin description (This resulted in a "Not enough permission error") + Improved performance of getting the current plugin version with caching + Updated Spanish language files + 2009-12-19 3.2.2 Fixed PHP4 problems + 2010-04-02 3.2.3 Fixed that all pages were not included in the sitemap if the "Uncategorized" category was excluded + 2010-05-29 3.2.4 Fixed more deprecated function calls + Added (GMT) to sitemap xslt template to avoid confusion with time zone + Added warning and don't activate plugin if multisite mode is enabled (this mode is NOT tested yet) + Changed get_bloginfo('siteurl') to get_bloginfo('url') to avoid deprecation warning + Changed has_cap(10) to has_cap('level_10') to avoid deprecation warning + Fixed wrong SQL statement for author pages (Ticket #1108), thanks to twoenough + 2010-07-11 3.2.5 Backported Bing ping success fix from beta + Added friendly hint to try out the new beta + 2010-09-19 3.2.6 Removed YAHOO ping since YAHOO uses bing now + Removed deprecated function call + 2012-04-24 3.2.7 Fixed custom post types, thanks to clearsite of the wordpress.org forum! + Fixed broken admin layout on WP 3.4 + 2012-08-08 3.2.8 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 Maybe Todo: ============================================================================== @@ -225,7 +248,7 @@ License: ============================================================================== - Copyright 2005 - 2009 ARNE BRACHHOLD (email : himself - arnebrachhold - de) + Copyright 2005 - 2012 ARNE BRACHHOLD (email : himself - arnebrachhold - de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by