WP Realtime Sitemap

Wordpress Plugin
Download latest - 1.5.6

Developers

Rincewind

Download Stats

Today 29
Yesterday 38
Last Week 267
All Time 154,166



Releases (22 )

Version Release Date Change Log
1.5.6 2016-07-09
  • Escaped some strings to address security issues.
  • Added "suppress_filters => false" to make the plugin WPML compatible.
  • Fixed uninstall hook as was incorrectly used.
1.5.5 2016-07-08
  • Fixed reported issue of not being able to change "Header Settings".
  • Fixed broken donation link.
  • Removed themefuse buttons.
  • Changed hook so settings are only removed on uninstall and not on deactivation.
1.5.4 2016-07-08
  • Fixed issue with the custom post types.
  • Correct the shortcode mentioned in the description.
  • Romanian translation by Luke Tyler.
  • Russian translation updated by Igor Dubilej.
1.5.3 2011-10-15
  • Added "show_promote" to default options.
  • Added upgrade procedure as wordpress changed the way the activation hook works, no longer fires on upgrade only activation.
  • German translation by Andreas Breitschopp.
  • Made some minor changes to the plugin readme.txt to make it easier for people to understand how to use the plugin.
1.5.2 2011-10-15
  • Fixed issue with variable name for custom post types.
  • Added option to show categories with posts in a hierarchy.
  • Added option to show menu created with the menu maker in wordpress.
  • Added Dutch translation.
  • Updated wp-realtime-sitemap.pot, wp-realtime-sitemap.po and the rest of the .po translation files.
  • Added option to order the output in admin interface, individual short codes for menu, pages, posts, custom post types, archives, categories and tags are now obsolete, these have been kept in for now for backwards compatibility.
  • All shortcodes are now depreciated, please use [wp-realtime-sitemap show="all"]. Ordering is done within the plugin settings page.
1.5.1 2011-07-18
  • Fixed issue with default settings being set incorrectly.
  • Fixed issue where tags tag cloud was showing categories instead.
  • Added missing code to be able to change Posts header.
  • Updated wp-realtime-sitemap.pot, wp-realtime-sitemap.po and the rest of the .po translation files.
1.5 2011-02-25
  • Completely written all of the options in the admin interface.
  • Option to exclude pages, posts, custom post types, archives, categories and tags from the output.
  • Now able to limit posts, custom post types, archives, categories and tags from the output.
  • No option to limit pages as this is currently broken in WordPress.
  • More options for sorting that wasn't included previously.
  • Option to change the archive type no longer fixed to monthly.
  • Removed sorting options from the WordPress shortcode.
  • Fixed code so only runs the code for the section chosen not all sections.
1.4.8 2011-02-19
  • Added custom post types, if this was something you have been waiting for, or have requested then please consider making a donation thank you!
  • Added ability to change the names of the sections from the defaults of Pages, Posts, Archives, Categories and Tags, this is optional if there blank/empty will use the defaults.
  • No longer using query_posts to display pages, posts and custom post types, now using get_posts now works correctly with WPMU.
  • Added Screenshots of admin interface, and the output of the plugin.
  • Fixed bug where was showing comments and comment form on the sitemap page, a great big thank you to eceleste for help with this fix.
  • Fixed issue where was output html which wasn't valid for posts, missing the double quotes round the url, thanks to GreyIBlackJay for spotting this.
1.4.7.2 2011-02-19
  • Changed constructor so the localization files are initialized with the plugin.
1.4.7.1 2011-02-19
  • Fixed some duplication errors in the language files.
  • Russian translation kindly done by ssvictors.
1.4.7 2011-02-19
  • Minor fix to the new variable names, some instances where the old ones were still referenced, instead of the new ones.
1.4.6 2011-02-19
  • Updated code to be more cleaner and easier to understand.
  • Used WordPress Settings API for options form, and added validation.
  • Updated the localization files, still fully translatable right down to the admin area.
1.4.5 2011-02-19
  • Removed database code from admin_init as was being called on every admin page.
  • Added post limit to show x number of posts only, currently limited to 9999.
1.4.4 2011-02-19
  • Added option to reset database settings back to defaults.
  • Fixed code when using [wp-realtime-sitemap show="all"] and not correctly showing tags and/or categories as tag clouds or not.
  • Changed activation code to better upgrade database settings, and clean up old data from the database that is now no longer needed.
  • Added Brazilian Portuguese translation files courtesy of gervasioantonio.
  • Admin interface now fully translatable.
1.4.3 2011-02-19
  • Fixed issue where overwritting sort_column variable.
1.4.2 2011-02-19
  • Fixed minor bug, where content output would be before whatever was put into the wysiwyg editor, instead of after.
  • Wrapped date for posts in a span tag so easier for this to be styled.
1.4.1 2011-02-19
  • Minor security update added nonce field to the form, to check request came from your site and not someone elses site who was using the same plugin.
1.4 2011-02-19
  • Hot Fix: Removed comment replacement code in favour of shortcodes instead, this was needed to fix an issue on some blogs where php memory limit is set to 64MB.
  • Added options to choose to have post count and post date output with the sitemap.
  • Streamlined options in the database now instead of several rows for the options in the database, there is now only 1.
  • Added code to clean up database from the old way to the new way, preserving your current options also.
1.3 2011-02-19
  • Hierarchical list of categories.
  • Change code for tags to use wordpress inbuilt functions instead.
  • Supports I18n for translation.
1.2 2011-02-19
  • Updated code, added settings, support and donate link.
  • Fixed display bug.
1.1 2011-02-19
  • Optionally show categories and tags as a bullet list, or as a tag cloud.
  • Hierarchical list of pages.
1.0 2011-02-19
  • First version.