215 Fixed bug which showed the wrong URL for the latest Google ping result |
215 Fixed bug which showed the wrong URL for the latest Google ping result |
216 Added some missing phpdoc documentation |
216 Added some missing phpdoc documentation |
217 Removed hardcoded php name for sitemap file for admin urls |
217 Removed hardcoded php name for sitemap file for admin urls |
218 Uses KSES for showing ping test results |
218 Uses KSES for showing ping test results |
219 Ping test fixed for WP < 2.3 |
219 Ping test fixed for WP < 2.3 |
|
220 2009-12-16 3.2.1 Notes and update messages could interfere with the redirect after manual build |
|
221 Help Links in the WP context help were not shown anymore since last update |
|
222 IE 7 sometimes displayed a cached admin page |
|
223 Removed invalid link to config page from the plugin description (This resulted in a "Not enough permission error") |
|
224 Improved performance of getting the current plugin version with caching |
|
225 Updated Spanish language files |
|
226 2009-12-19 3.2.2 Fixed PHP4 problems |
|
227 2010-04-02 3.2.3 Fixed that all pages were not included in the sitemap if the "Uncategorized" category was excluded |
|
228 2010-05-29 3.2.4 Fixed more deprecated function calls |
|
229 Added (GMT) to sitemap xslt template to avoid confusion with time zone |
|
230 Added warning and don't activate plugin if multisite mode is enabled (this mode is NOT tested yet) |
|
231 Changed get_bloginfo('siteurl') to get_bloginfo('url') to avoid deprecation warning |
|
232 Changed has_cap(10) to has_cap('level_10') to avoid deprecation warning |
|
233 Fixed wrong SQL statement for author pages (Ticket #1108), thanks to twoenough |
|
234 2010-07-11 3.2.5 Backported Bing ping success fix from beta |
|
235 Added friendly hint to try out the new beta |
|
236 2010-09-19 3.2.6 Removed YAHOO ping since YAHOO uses bing now |
|
237 Removed deprecated function call |
|
238 2012-04-24 3.2.7 Fixed custom post types, thanks to clearsite of the wordpress.org forum! |
|
239 Fixed broken admin layout on WP 3.4 |
|
240 2012-08-08 3.2.8 Fixed wrong custom taxonomy URLs, thanks to ramon fincken of the wordpress.org forum! |
|
241 Removed ASK ping since they shut down their service. |
|
242 Exclude post_format taxonomy from custom taxonomy list |
220 |
243 |
221 Maybe Todo: |
244 Maybe Todo: |
222 ============================================================================== |
245 ============================================================================== |
223 - Your wishes :) |
246 - Your wishes :) |
224 |
247 |
225 |
248 |
226 License: |
249 License: |
227 ============================================================================== |
250 ============================================================================== |
228 Copyright 2005 - 2009 ARNE BRACHHOLD (email : himself - arnebrachhold - de) |
251 Copyright 2005 - 2012 ARNE BRACHHOLD (email : himself - arnebrachhold - de) |
229 |
252 |
230 This program is free software; you can redistribute it and/or modify |
253 This program is free software; you can redistribute it and/or modify |
231 it under the terms of the GNU General Public License as published by |
254 it under the terms of the GNU General Public License as published by |
232 the Free Software Foundation; either version 2 of the License, or |
255 the Free Software Foundation; either version 2 of the License, or |
233 (at your option) any later version. |
256 (at your option) any later version. |