Changeset 3374133
- Timestamp:
- 10/07/2025 06:17:04 AM (6 months ago)
- Location:
- whitespace-fixer-for-xml-sitemap
- Files:
-
- 4 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/license.txt (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/whitespace-fixer-for-xml-sitemap.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/whitespace-fixer-for-xml-sitemap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
whitespace-fixer-for-xml-sitemap/trunk/readme.txt
r3340290 r3374133 1 1 === Whitespace Fixer for XML Sitemap === 2 2 Contributors: TurboAddons, wpanik, sharifok, siraji2017, rabiulalam01833 3 Tags: xml whitespace remover, fix sitemap xml, rss error, xml fix, sitemap not working3 Tags: xml sitemap fix, xml whitespace remover, fix xml declaration error, rss feed error, sitemap not showing 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPL2+ 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 29 29 - All themes and plugins 30 30 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/) 32 32 33 33 **No settings page. No configuration. Just activate and forget.** … … 75 75 * Automatically removes whitespace before XML declarations 76 76 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 77 83 ## License 78 84 Whitespace 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 2 2 /** 3 3 * Plugin Name: Whitespace Fixer for XML Sitemap 4 * Plugin URI: https:// turbo-addons.com/xml-auto-fixer-for-wordpress-sitemap4 * Plugin URI: https://wp-turbo.com/whitespace-fixer-for-xml-sitemap/ 5 5 * 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. 06 * Version: 1.0.1 7 7 * Author: Turbo Addons 8 8 * Author URI: https://turbo-addons.com
Note: See TracChangeset
for help on using the changeset viewer.