Plugin Directory

Changeset 3417288


Ignore:
Timestamp:
12/11/2025 11:01:46 AM (4 months ago)
Author:
turboaddons
Message:

Compatible with latest WordPress 6.9 version

Location:
whitespace-fixer-for-xml-sitemap
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • whitespace-fixer-for-xml-sitemap/trunk/readme.txt

    r3381028 r3417288  
    33Tags: xml, whitespace, error, rss feed error, sitemap
    44Requires at least: 5.2
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPL2+
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7171== Changelog ==
    7272
     73= 1.0.3 =
     74* Tested up to WordPress 6.9 to ensure full compatibility.
     75* Updated internal hooks for better stability with the latest WordPress core changes.
     76
    7377= 1.0.2 =
    7478* Improved performance by reducing unnecessary output buffering.
  • whitespace-fixer-for-xml-sitemap/trunk/whitespace-fixer-for-xml-sitemap.php

    r3381057 r3417288  
    44 * Plugin URI: https://wp-turbo.com/whitespace-fixer-for-xml-sitemap/
    55 * Description: Automatically removes whitespace before XML declarations in WordPress sitemaps, RSS, and feed outputs to prevent 'XML declaration not at start' errors.
    6  * Version: 1.0.2
     6 * Version: 1.0.3
    77 * Author: Turbo Addons
    88 * Author URI: https://turbo-addons.com
  • whitespace-fixer-for-xml-sitemap/trunk/wppulse/wppulse-plugin-analytics-engine-sdk.php

    r3381057 r3417288  
    1313 */
    1414class WPPulse_SDK {
    15 
    1615    const WPPULSE_SDKVERSION = '1.0.0';
    17     private static $cfg = [];
    18     private static $file = '';
     16    private static $cfg = [];
     17    private static $file = '';
    1918
    2019    /**
Note: See TracChangeset for help on using the changeset viewer.