You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.