Skip to content

Releases: achttienvijftien/static-xml-sitemap

v1.2.1

Choose a tag to compare

@tmdk tmdk released this 03 Jun 09:08
1e37f7d

Fixed

  • WP-2724 - Cast WP_Post::$post_author to int in User\Watcher to prevent TypeError on post_updated and save_post.

v1.2.0

Choose a tag to compare

@tmdk tmdk released this 18 May 14:46
d01a4a6

What's Changed

  • WP-2681 - Prevent warning and TypeError when a sitemap item references a missing user
  • Disable WPSEO_Sitemaps_Admin hooks when replacing Yoast sitemaps. Its transition_post_status handler invalidates the WordPress lastpostmodified object cache on every post publish, causing expensive ORDER BY post_modified_gmt DESC full table scans on high-volume sites.

Full Changelog: 1.1.1...1.2.0

1.1.1

Choose a tag to compare

@tmdk tmdk released this 16 Apr 14:10
2570b5e

Fixed

  • Add multisite support to (parts of) queries in WordPress SEO compatibility class
  • Fixed slug of author sitemap urls

Full Changelog: 1.1.0...1.1.1

v1.1.0

Choose a tag to compare

@dennisenderink dennisenderink released this 23 Dec 16:54
f99b265

Fixed

  • Increase lock timeout to 5 minutes
  • Make is_updating() behave as expected and add checks for indexing status

Added

  • Add runtime cache flushing to decrease memory pressure

Changed

  • Clean up lock config
  • Extract indexer inner loop to a new method
  • Tweak lock max tries and refresh lock in indexer

v1.0.0

Choose a tag to compare

@tmdk tmdk released this 04 Dec 12:02