Plugin Directory

Changeset 3374133


Ignore:
Timestamp:
10/07/2025 06:17:04 AM (6 months ago)
Author:
turboaddons
Message:

Plugin Optimized and security updated

Location:
whitespace-fixer-for-xml-sitemap
Files:
4 added
2 edited

Legend:

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

    r3340290 r3374133  
    11=== Whitespace Fixer for XML Sitemap === 
    22Contributors: TurboAddons, wpanik, sharifok, siraji2017, rabiulalam01833
    3 Tags: xml whitespace remover, fix sitemap xml, rss error, xml fix, sitemap not working
     3Tags: xml sitemap fix, xml whitespace remover, fix xml declaration error, rss feed error, sitemap not showing
    44Requires at least: 5.2
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPL2+
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2929- All themes and plugins
    3030
    31 * [Live Demo](https://turbo-addons.com/xml-auto-fixer-for-wordpress-sitemap)
     31* [Live Demo](https://wp-turbo.com/whitespace-fixer-for-xml-sitemap/)
    3232
    3333**No settings page. No configuration. Just activate and forget.**
     
    7575* Automatically removes whitespace before XML declarations
    7676
     77= 1.0.1 =
     78* Improved output sanitization to enhance overall security and prevent unwanted data leakage.
     79* Added stricter header validation before applying whitespace cleanup for safer XML response handling.
     80* Optimized output buffer handling to ensure better compatibility with caching and SEO plugins.
     81* Improved performance and reduced risk of accidental whitespace removal in non-XML outputs.
     82
    7783## License
    7884Whitespace Fixer for XML Sitemap is licensed under the [GNU General Public License v2 or later](https://www.gnu.org/licenses/gpl-2.0.html).
  • whitespace-fixer-for-xml-sitemap/trunk/whitespace-fixer-for-xml-sitemap.php

    r3340090 r3374133  
    22/**
    33 * Plugin Name: Whitespace Fixer for XML Sitemap
    4  * Plugin URI: https://turbo-addons.com/xml-auto-fixer-for-wordpress-sitemap
     4 * 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.0
     6 * Version: 1.0.1
    77 * Author: Turbo Addons
    88 * Author URI: https://turbo-addons.com
Note: See TracChangeset for help on using the changeset viewer.