🔞 ADULT: Changeset/ - High Quality

Changeset 3336974


Ignore:
Timestamp:
07/31/2025 05:43:15 AM (5 months ago)
Author:
rankmath
Message:

Update to version 1.0.250 from GitHub

Location:
seo-by-rank-math
Files:
16 edited
1 copied

Legend:

Unmodified
Added
Removed
  • seo-by-rank-math/tags/1.0.250/includes/modules/llms/options.php

    r3335129 r3336974  
    6060        'type'       => 'text',
    6161        'classes'    => 'small-text',
    62         'default'    => 100,
     62        'default'    => 50,
    6363        'attributes' => [
    6464            'type' => 'number',
  • seo-by-rank-math/tags/1.0.250/languages/rank-math.pot

    r3335129 r3336974  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Rank Math SEO 1.0.250-beta\n"
     5"Project-Id-Version: Rank Math SEO 1.0.250\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/seo-by-rank-math\n"
    77"Last-Translator: Rank Math <[email protected]>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-07-28T05:52:37+00:00\n"
     12"POT-Creation-Date: 2025-07-31T05:24:43+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • seo-by-rank-math/tags/1.0.250/rank-math.php

    r3335129 r3336974  
    1010 * @wordpress-plugin
    1111 * Plugin Name:       Rank Math SEO
    12  * Version:           1.0.250-beta
     12 * Version:           1.0.250
    1313 * Plugin URI:        https://rankmath.com/
    1414 * Description:       Rank Math SEO is the Best WordPress SEO plugin with the features of many SEO and AI SEO tools in a single package to help multiply your SEO traffic.
     
    3535     * @var string
    3636     */
    37     public $version = '1.0.250-beta';
     37    public $version = '1.0.250';
    3838
    3939    /**
  • seo-by-rank-math/tags/1.0.250/readme.txt

    r3329028 r3336974  
    66Requires at least: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.0.249
     8Stable tag: 1.0.250
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    340340== Changelog ==
    341341
    342 = 1.0.249 [July 16, 2025] =
    343 - Improved: Updated the [Links modal](https://rankmath.com/kb/should-you-nofollow-external-links/) UI to align with WordPress styling
    344 - Improved: Optimized database queries in the [Analytics module](https://rankmath.com/kb/analytics) running in background processes
    345 - Improved: Added site notice for failed Analytics data fetch due to any reason
    346 - Fixed: [Focus Keyword in Image Alt attributes test](https://rankmath.com/kb/score-100-in-tests/#focus-keyword-in-image-alt-attributes-primary-focus-keyword-only) was failing when content had no spaces
    347 - Fixed: [Content Analysis tests](https://rankmath.com/kb/content-analysis-tests-for-product-pages/) were not updating in the Classic editor after switching from Text to Visual mode
    348 - Fixed: Attachment name and description were not updating on some sites with [Content AI module](https://rankmath.com/kb/how-to-use-content-ai/) active
    349 - Fixed: PHP error on BuddyPress Members page when BuddyBoss is active on the site
     342= 1.0.250 [July 31, 2025] =
     343- Added: Support for [LLMs.txt file](https://rankmath.com/kb/llms-txt/)
     344- Added: [New filter](https://rankmath.com/kb/filters-hooks-api-developer/#exclude-canonicals-from-sitemap) to exclude posts with canonical URLs in the sitemaps
     345- Added: Link to [schedule post using SocialPilot in the Post Publish Panel](https://rankmath.com/kb/sharing-content-on-social-media/)
     346- Fixed: [Incorrect slug](https://rankmath.com/kb/seo-meta-tags/#elementor) being added to posts when switched using the Elementor Top Bar feature
     347- Fixed: Inconsistent SEO score when using the [Update SEO Score tool](https://rankmath.com/kb/rank-math-status-and-tools/#recalculate-seo-score-for-posts) due to unprocessed focus keywords
     348- Fixed: Missing SEO score when the [filter to disable Rank Math Integration from Gutenberg sidebar](https://rankmath.com/kb/filters-hooks-api-developer/#disable-gutenberg-sidebar) is used
    350349
    351350Full changelog can be found here - **[Rank Math changelog](https://rankmath.com/changelog/?utm_source=Plugin&utm_medium=Changelog&utm_campaign=WP)**
  • seo-by-rank-math/tags/1.0.250/vendor/autoload.php

    r3335129 r3336974  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit0cf8becbdee5dec9803de121575f352a::getLoader();
     25return ComposerAutoloaderInit1aa411eedcc6ecfefe6cd2fb24f96cdc::getLoader();
  • seo-by-rank-math/tags/1.0.250/vendor/composer/autoload_real.php

    r3335129 r3336974  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit0cf8becbdee5dec9803de121575f352a
     5class ComposerAutoloaderInit1aa411eedcc6ecfefe6cd2fb24f96cdc
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit0cf8becbdee5dec9803de121575f352a', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit1aa411eedcc6ecfefe6cd2fb24f96cdc', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit0cf8becbdee5dec9803de121575f352a', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit1aa411eedcc6ecfefe6cd2fb24f96cdc', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit0cf8becbdee5dec9803de121575f352a::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc::getInitializer($loader));
    3333
    3434        $loader->register(true);
    3535
    36         $includeFiles = \Composer\Autoload\ComposerStaticInit0cf8becbdee5dec9803de121575f352a::$files;
     36        $includeFiles = \Composer\Autoload\ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc::$files;
    3737        foreach ($includeFiles as $fileIdentifier => $file) {
    38             composerRequire0cf8becbdee5dec9803de121575f352a($fileIdentifier, $file);
     38            composerRequire1aa411eedcc6ecfefe6cd2fb24f96cdc($fileIdentifier, $file);
    3939        }
    4040
     
    4848 * @return void
    4949 */
    50 function composerRequire0cf8becbdee5dec9803de121575f352a($fileIdentifier, $file)
     50function composerRequire1aa411eedcc6ecfefe6cd2fb24f96cdc($fileIdentifier, $file)
    5151{
    5252    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • seo-by-rank-math/tags/1.0.250/vendor/composer/autoload_static.php

    r3335129 r3336974  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit0cf8becbdee5dec9803de121575f352a
     7class ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc
    88{
    99    public static $files = array (
     
    398398    {
    399399        return \Closure::bind(function () use ($loader) {
    400             $loader->prefixLengthsPsr4 = ComposerStaticInit0cf8becbdee5dec9803de121575f352a::$prefixLengthsPsr4;
    401             $loader->prefixDirsPsr4 = ComposerStaticInit0cf8becbdee5dec9803de121575f352a::$prefixDirsPsr4;
    402             $loader->classMap = ComposerStaticInit0cf8becbdee5dec9803de121575f352a::$classMap;
     400            $loader->prefixLengthsPsr4 = ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc::$prefixLengthsPsr4;
     401            $loader->prefixDirsPsr4 = ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc::$prefixDirsPsr4;
     402            $loader->classMap = ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc::$classMap;
    403403
    404404        }, null, ClassLoader::class);
  • seo-by-rank-math/tags/1.0.250/vendor/composer/installed.php

    r3335129 r3336974  
    22    'root' => array(
    33        'name' => 'rankmath/seo-by-rank-math',
    4         'pretty_version' => 'v1.0.250-beta',
    5         'version' => '1.0.250.0-beta',
    6         'reference' => '9d0b98803c6020d89c8770961f7324c653b80225',
     4        'pretty_version' => 'v1.0.250',
     5        'version' => '1.0.250.0',
     6        'reference' => '45a21a3e8dc121a57c5c491c4afc09623eb1e06e',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    4848        ),
    4949        'rankmath/seo-by-rank-math' => array(
    50             'pretty_version' => 'v1.0.250-beta',
    51             'version' => '1.0.250.0-beta',
    52             'reference' => '9d0b98803c6020d89c8770961f7324c653b80225',
     50            'pretty_version' => 'v1.0.250',
     51            'version' => '1.0.250.0',
     52            'reference' => '45a21a3e8dc121a57c5c491c4afc09623eb1e06e',
    5353            'type' => 'wordpress-plugin',
    5454            'install_path' => __DIR__ . '/../../',
  • seo-by-rank-math/trunk/includes/modules/llms/options.php

    r3335129 r3336974  
    6060        'type'       => 'text',
    6161        'classes'    => 'small-text',
    62         'default'    => 100,
     62        'default'    => 50,
    6363        'attributes' => [
    6464            'type' => 'number',
  • seo-by-rank-math/trunk/languages/rank-math.pot

    r3335129 r3336974  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Rank Math SEO 1.0.250-beta\n"
     5"Project-Id-Version: Rank Math SEO 1.0.250\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/seo-by-rank-math\n"
    77"Last-Translator: Rank Math <[email protected]>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-07-28T05:52:37+00:00\n"
     12"POT-Creation-Date: 2025-07-31T05:24:43+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • seo-by-rank-math/trunk/rank-math.php

    r3335129 r3336974  
    1010 * @wordpress-plugin
    1111 * Plugin Name:       Rank Math SEO
    12  * Version:           1.0.250-beta
     12 * Version:           1.0.250
    1313 * Plugin URI:        https://rankmath.com/
    1414 * Description:       Rank Math SEO is the Best WordPress SEO plugin with the features of many SEO and AI SEO tools in a single package to help multiply your SEO traffic.
     
    3535     * @var string
    3636     */
    37     public $version = '1.0.250-beta';
     37    public $version = '1.0.250';
    3838
    3939    /**
  • seo-by-rank-math/trunk/readme.txt

    r3329028 r3336974  
    66Requires at least: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.0.249
     8Stable tag: 1.0.250
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    340340== Changelog ==
    341341
    342 = 1.0.249 [July 16, 2025] =
    343 - Improved: Updated the [Links modal](https://rankmath.com/kb/should-you-nofollow-external-links/) UI to align with WordPress styling
    344 - Improved: Optimized database queries in the [Analytics module](https://rankmath.com/kb/analytics) running in background processes
    345 - Improved: Added site notice for failed Analytics data fetch due to any reason
    346 - Fixed: [Focus Keyword in Image Alt attributes test](https://rankmath.com/kb/score-100-in-tests/#focus-keyword-in-image-alt-attributes-primary-focus-keyword-only) was failing when content had no spaces
    347 - Fixed: [Content Analysis tests](https://rankmath.com/kb/content-analysis-tests-for-product-pages/) were not updating in the Classic editor after switching from Text to Visual mode
    348 - Fixed: Attachment name and description were not updating on some sites with [Content AI module](https://rankmath.com/kb/how-to-use-content-ai/) active
    349 - Fixed: PHP error on BuddyPress Members page when BuddyBoss is active on the site
     342= 1.0.250 [July 31, 2025] =
     343- Added: Support for [LLMs.txt file](https://rankmath.com/kb/llms-txt/)
     344- Added: [New filter](https://rankmath.com/kb/filters-hooks-api-developer/#exclude-canonicals-from-sitemap) to exclude posts with canonical URLs in the sitemaps
     345- Added: Link to [schedule post using SocialPilot in the Post Publish Panel](https://rankmath.com/kb/sharing-content-on-social-media/)
     346- Fixed: [Incorrect slug](https://rankmath.com/kb/seo-meta-tags/#elementor) being added to posts when switched using the Elementor Top Bar feature
     347- Fixed: Inconsistent SEO score when using the [Update SEO Score tool](https://rankmath.com/kb/rank-math-status-and-tools/#recalculate-seo-score-for-posts) due to unprocessed focus keywords
     348- Fixed: Missing SEO score when the [filter to disable Rank Math Integration from Gutenberg sidebar](https://rankmath.com/kb/filters-hooks-api-developer/#disable-gutenberg-sidebar) is used
    350349
    351350Full changelog can be found here - **[Rank Math changelog](https://rankmath.com/changelog/?utm_source=Plugin&utm_medium=Changelog&utm_campaign=WP)**
  • seo-by-rank-math/trunk/vendor/autoload.php

    r3335129 r3336974  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit0cf8becbdee5dec9803de121575f352a::getLoader();
     25return ComposerAutoloaderInit1aa411eedcc6ecfefe6cd2fb24f96cdc::getLoader();
  • seo-by-rank-math/trunk/vendor/composer/autoload_real.php

    r3335129 r3336974  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit0cf8becbdee5dec9803de121575f352a
     5class ComposerAutoloaderInit1aa411eedcc6ecfefe6cd2fb24f96cdc
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit0cf8becbdee5dec9803de121575f352a', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit1aa411eedcc6ecfefe6cd2fb24f96cdc', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit0cf8becbdee5dec9803de121575f352a', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit1aa411eedcc6ecfefe6cd2fb24f96cdc', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit0cf8becbdee5dec9803de121575f352a::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc::getInitializer($loader));
    3333
    3434        $loader->register(true);
    3535
    36         $includeFiles = \Composer\Autoload\ComposerStaticInit0cf8becbdee5dec9803de121575f352a::$files;
     36        $includeFiles = \Composer\Autoload\ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc::$files;
    3737        foreach ($includeFiles as $fileIdentifier => $file) {
    38             composerRequire0cf8becbdee5dec9803de121575f352a($fileIdentifier, $file);
     38            composerRequire1aa411eedcc6ecfefe6cd2fb24f96cdc($fileIdentifier, $file);
    3939        }
    4040
     
    4848 * @return void
    4949 */
    50 function composerRequire0cf8becbdee5dec9803de121575f352a($fileIdentifier, $file)
     50function composerRequire1aa411eedcc6ecfefe6cd2fb24f96cdc($fileIdentifier, $file)
    5151{
    5252    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • seo-by-rank-math/trunk/vendor/composer/autoload_static.php

    r3335129 r3336974  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit0cf8becbdee5dec9803de121575f352a
     7class ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc
    88{
    99    public static $files = array (
     
    398398    {
    399399        return \Closure::bind(function () use ($loader) {
    400             $loader->prefixLengthsPsr4 = ComposerStaticInit0cf8becbdee5dec9803de121575f352a::$prefixLengthsPsr4;
    401             $loader->prefixDirsPsr4 = ComposerStaticInit0cf8becbdee5dec9803de121575f352a::$prefixDirsPsr4;
    402             $loader->classMap = ComposerStaticInit0cf8becbdee5dec9803de121575f352a::$classMap;
     400            $loader->prefixLengthsPsr4 = ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc::$prefixLengthsPsr4;
     401            $loader->prefixDirsPsr4 = ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc::$prefixDirsPsr4;
     402            $loader->classMap = ComposerStaticInit1aa411eedcc6ecfefe6cd2fb24f96cdc::$classMap;
    403403
    404404        }, null, ClassLoader::class);
  • seo-by-rank-math/trunk/vendor/composer/installed.php

    r3335129 r3336974  
    22    'root' => array(
    33        'name' => 'rankmath/seo-by-rank-math',
    4         'pretty_version' => 'v1.0.250-beta',
    5         'version' => '1.0.250.0-beta',
    6         'reference' => '9d0b98803c6020d89c8770961f7324c653b80225',
     4        'pretty_version' => 'v1.0.250',
     5        'version' => '1.0.250.0',
     6        'reference' => '45a21a3e8dc121a57c5c491c4afc09623eb1e06e',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    4848        ),
    4949        'rankmath/seo-by-rank-math' => array(
    50             'pretty_version' => 'v1.0.250-beta',
    51             'version' => '1.0.250.0-beta',
    52             'reference' => '9d0b98803c6020d89c8770961f7324c653b80225',
     50            'pretty_version' => 'v1.0.250',
     51            'version' => '1.0.250.0',
     52            'reference' => '45a21a3e8dc121a57c5c491c4afc09623eb1e06e',
    5353            'type' => 'wordpress-plugin',
    5454            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.