Skip to content

AQM Sitemaps 3.8.4

Latest

Choose a tag to compare

@JustCasey76 JustCasey76 released this 02 Jun 13:27
· 0 commits to master since this release

v3.8.4

Fixes

  • Stops PHP error-log spam. All logging routes through a debug helper gated behind a new AQM_SITEMAPS_DEBUG constant (off by default). Production sites no longer write the per-request INITIALIZING GITHUB UPDATER / Updater class not found banner to the PHP error log. Enable verbose logging with define('AQM_SITEMAPS_DEBUG', true);.
  • Hardened the GitHub updater include with a file_exists() guard so a missing file can no longer fatal and silently disable auto-updates.
  • Removed an error_reporting(E_ALL) / ini_set('display_errors', 1) toggle from the save-shortcode AJAX handler.
  • Aligned the plugin header and AQM_SITEMAPS_VERSION constant to 3.8.4.

Features (first public release)

  • Load More / infinite-scroll pagination for sitemap shortcodes.
  • Folder-by-post-type detection for Premio Folders.
  • Admin and frontend styling updates.