Changeset 3362080
- Timestamp:
- 09/15/2025 09:28:24 PM (3 months ago)
- Location:
- xml-sitemap-feed/trunk
- Files:
-
- 3 edited
-
inc/class-sitemap-core.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
xml-sitemap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xml-sitemap-feed/trunk/inc/class-sitemap-core.php
r3334262 r3362080 112 112 \add_filter( 'xmlsf_sitemap_url', array( __NAMESPACE__ . '\Compat\WPML', 'convert_url' ), 10, 2 ); 113 113 // Add sitemap in Robots TXT. 114 \add_filter( 'robots_txt', array( __NAMESPACE__ . '\Compat\WPML', ' robots_txt' ), 9 );114 \add_filter( 'robots_txt', array( __NAMESPACE__ . '\Compat\WPML', 'sitemap_robots' ), 9 ); 115 115 } 116 116 -
xml-sitemap-feed/trunk/readme.txt
r3334262 r3362080 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.8 8 Stable tag: 5.5. 68 Stable tag: 5.5.7 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 142 142 == Upgrade Notice == 143 143 144 = 5.5. 6=145 Fix admin notice dismissal and possible excessively long URL on admin post search.144 = 5.5.7 = 145 Fix WPML Compatibility missing valid callback. 146 146 147 147 == Changelog == 148 149 = 5.5.7 = 150 Date: 20250915 151 * FIX: WPML Compatibility missing valid callback, thanks @linusbenknerkk 148 152 149 153 = 5.5.6 = -
xml-sitemap-feed/trunk/xml-sitemap.php
r3334262 r3362080 4 4 * Plugin URI: https://status301.net/wordpress-plugins/xml-sitemap-feed/ 5 5 * Description: Feed the hungry spiders in compliance with the XML Sitemap and Google News protocols. Happy with the results? Please leave me a <strong><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ravanhagen%40gmail%2ecom&item_name=XML%20Sitemap%20Feed">tip</a></strong> for continued development and support. Thanks :) 6 * Version: 5.5. 66 * Version: 5.5.7 7 7 * Text Domain: xml-sitemap-feed 8 8 * Requires at least: 4.4 … … 48 48 defined( 'XMLSF_GOOGLE_NEWS_NAME' ) || define( 'XMLSF_GOOGLE_NEWS_NAME', false ); 49 49 50 define( 'XMLSF_VERSION', '5.5. 6' );50 define( 'XMLSF_VERSION', '5.5.7' ); 51 51 define( 'XMLSF_ADV_MIN_VERSION', '0.1' ); 52 52 define( 'XMLSF_NEWS_ADV_MIN_VERSION', '1.3.5' );
Note: See TracChangeset
for help on using the changeset viewer.