Releases: JustCasey76/aqm-sitemaps
Releases · JustCasey76/aqm-sitemaps
Release list
AQM Sitemaps 3.8.4
v3.8.4
Fixes
- Stops PHP error-log spam. All logging routes through a debug helper gated behind a new
AQM_SITEMAPS_DEBUGconstant (off by default). Production sites no longer write the per-requestINITIALIZING GITHUB UPDATER/Updater class not foundbanner to the PHP error log. Enable verbose logging withdefine('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_VERSIONconstant 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.
v3.0.6
Redirect auto-updater to AQ-Marketing org.
Release v3.0.5
Version 3.0.5: Fix duplicate 'Check for Updates' links and improve up…
Release v3.0.4
Version 3.0.4: Add exclude_current feature to sitemap shortcode and UI
Release v3.0.2
Version 3.0.2: Fix double separator in inline display mode
Release v3.0.1
Version 3.0.1: Fix updater fatal error and improve version comparison
Release v3.0.0
Version 3.0.0: Fixed shortcode button functionality and form submission
Release v2.2.2
Version 2.2.2: Fix shortcode creation session issues and excluded pag…
Release v2.2.1
Fix namespace issue with stdClass in GitHub updater and bump version …