Plugin Directory

Changeset 3362080


Ignore:
Timestamp:
09/15/2025 09:28:24 PM (3 months ago)
Author:
RavanH
Message:

commit v5.5.7

Location:
xml-sitemap-feed/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xml-sitemap-feed/trunk/inc/class-sitemap-core.php

    r3334262 r3362080  
    112112            \add_filter( 'xmlsf_sitemap_url', array( __NAMESPACE__ . '\Compat\WPML', 'convert_url' ), 10, 2 );
    113113            // 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 );
    115115        }
    116116
  • xml-sitemap-feed/trunk/readme.txt

    r3334262 r3362080  
    66Requires PHP: 5.6
    77Tested up to: 6.8
    8 Stable tag: 5.5.6
     8Stable tag: 5.5.7
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    142142== Upgrade Notice ==
    143143
    144 = 5.5.6 =
    145 Fix admin notice dismissal and possible excessively long URL on admin post search.
     144= 5.5.7 =
     145Fix WPML Compatibility missing valid callback.
    146146
    147147== Changelog ==
     148
     149= 5.5.7 =
     150Date: 20250915
     151* FIX: WPML Compatibility missing valid callback, thanks @linusbenknerkk
    148152
    149153= 5.5.6 =
  • xml-sitemap-feed/trunk/xml-sitemap.php

    r3334262 r3362080  
    44 * Plugin URI: https://status301.net/wordpress-plugins/xml-sitemap-feed/
    55 * 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.6
     6 * Version: 5.5.7
    77 * Text Domain: xml-sitemap-feed
    88 * Requires at least: 4.4
     
    4848defined( 'XMLSF_GOOGLE_NEWS_NAME' ) || define( 'XMLSF_GOOGLE_NEWS_NAME', false );
    4949
    50 define( 'XMLSF_VERSION', '5.5.6' );
     50define( 'XMLSF_VERSION', '5.5.7' );
    5151define( 'XMLSF_ADV_MIN_VERSION', '0.1' );
    5252define( 'XMLSF_NEWS_ADV_MIN_VERSION', '1.3.5' );
Note: See TracChangeset for help on using the changeset viewer.