Changeset 3417288
- Timestamp:
- 12/11/2025 11:01:46 AM (4 months ago)
- Location:
- whitespace-fixer-for-xml-sitemap
- Files:
-
- 6 added
- 3 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/license.txt (added)
-
tags/1.0.3/readme.txt (added)
-
tags/1.0.3/whitespace-fixer-for-xml-sitemap.php (added)
-
tags/1.0.3/wppulse (added)
-
tags/1.0.3/wppulse/wppulse-plugin-analytics-engine-sdk.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/whitespace-fixer-for-xml-sitemap.php (modified) (1 diff)
-
trunk/wppulse/wppulse-plugin-analytics-engine-sdk.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
whitespace-fixer-for-xml-sitemap/trunk/readme.txt
r3381028 r3417288 3 3 Tags: xml, whitespace, error, rss feed error, sitemap 4 4 Requires at least: 5.2 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPL2+ 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 71 71 == Changelog == 72 72 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 73 77 = 1.0.2 = 74 78 * Improved performance by reducing unnecessary output buffering. -
whitespace-fixer-for-xml-sitemap/trunk/whitespace-fixer-for-xml-sitemap.php
r3381057 r3417288 4 4 * 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. 26 * Version: 1.0.3 7 7 * Author: Turbo Addons 8 8 * Author URI: https://turbo-addons.com -
whitespace-fixer-for-xml-sitemap/trunk/wppulse/wppulse-plugin-analytics-engine-sdk.php
r3381057 r3417288 13 13 */ 14 14 class WPPulse_SDK { 15 16 15 const WPPULSE_SDKVERSION = '1.0.0'; 17 private static $cfg = [];18 private static $file = '';16 private static $cfg = []; 17 private static $file = ''; 19 18 20 19 /**
Note: See TracChangeset
for help on using the changeset viewer.