Plugin Directory

Changeset 3390479


Ignore:
Timestamp:
11/05/2025 01:03:05 PM (5 months ago)
Author:
rankmath
Message:

Update to version 1.0.257 from GitHub

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

Legend:

Unmodified
Added
Removed
  • seo-by-rank-math/tags/1.0.257/languages/rank-math.pot

    r3386878 r3390479  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Rank Math SEO 1.0.257-beta\n"
     5"Project-Id-Version: Rank Math SEO 1.0.257\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/seo-by-rank-math\n"
    77"Last-Translator: Rank Math <support@rankmath.com>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-10-30T04:43:09+00:00\n"
     12"POT-Creation-Date: 2025-11-05T04:25:56+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.257/rank-math.php

    r3386878 r3390479  
    1010 * @wordpress-plugin
    1111 * Plugin Name:       Rank Math SEO
    12  * Version:           1.0.257-beta
     12 * Version:           1.0.257
    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.257-beta';
     37    public $version = '1.0.257';
    3838
    3939    /**
     
    252252        define( 'RANK_MATH_SITE_URL', 'https://rankmath.com' );
    253253        if ( ! defined( 'CONTENT_AI_URL' ) ) {
    254             define( 'CONTENT_AI_URL', 'https://cai-staging.rankmath.com' );
     254            define( 'CONTENT_AI_URL', 'https://cai.rankmath.com' );
    255255        }
    256256    }
  • seo-by-rank-math/tags/1.0.257/readme.txt

    r3382412 r3390479  
    66Requires at least: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.0.256
     8Stable tag: 1.0.257
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    340340== Changelog ==
    341341
    342 = 1.0.256 [Oct 22, 2025] =
    343 - Improved: A notice would now display if any [table](https://rankmath.com/kb/recreate-missing-database-tables/) creation fails
    344 - Fixed: Missing [SEO score and Schema data for the first posts on the Posts list page](https://rankmath.com/kb/bulk-editing-in-rank-math/#quick-editing) after the last update
    345 - Fixed: Missing Featured Image and drag options on the Product Category page after the last update when [Add SEO Controls option](https://rankmath.com/kb/titles-and-meta/#product-categories) is enabled
    346 - Fixed: [Content Analysis Focus Keyword tests](https://rankmath.com/kb/score-100-in-tests/) failed when an apostrophe was used in the keyword
    347 - Fixed: Option to [Remove Parent Slug](https://rankmath.com/kb/general-settings/#remove-parent-slugs) did not work unless the Remove Base or Remove Category Base option was enabled
    348 - Fixed: [Missing Permalink in the SERP Preview modal](https://rankmath.com/kb/general-tab/#seo-title-permalink-description) for draft posts on non-English sites
    349 - Fixed: Invalid characters added in the Post description on some setups in the [LLMs.txt file](https://rankmath.com/kb/llms-txt/)
    350 - Fixed: PHP error on some setups on [SEO Analyzer page](https://rankmath.com/kb/seo-analysis/) due to an incorrect URL value stored in the database
    351 - Fixed: Strings translated using the Loco Translate plugin were not working
    352 - Fixed: Reloading a post without making changes incorrectly showed the `Page contains unsaved changes` prompt
    353 - Fixed: Error occurring after updating posts on some setups when the Elementor plugin is active
     342= 1.0.257 [Nov 05, 2025] =
     343- Added: [Fix with AI tool](https://rankmath.com/kb/fix-seo-tests-with-content-ai/) for the content tests is now available in the Elementor editor
     344- Fixed: Fix with AI tool was not working properly in the Classic editor when ACF plugin is active
     345- Fixed: Incorrect URL was used in the [Setup Wizard](https://rankmath.com/kb/how-to-setup/#starting-the-setup-wizard) on sub-directory setups
     346- Fixed: Missing option to remove the selected [About & Contact page in the Local SEO settings](https://rankmath.com/kb/local-seo/#about-page)
     347- Fixed: PHP warning in the [Email reports](https://rankmath.com/kb/seo-email-reporting/) on some setups
    354348
    355349Full 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.257/vendor/autoload.php

    r3386878 r3390479  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInitbd96e4453bc771d29e77736d0114163c::getLoader();
     25return ComposerAutoloaderInitc2d08d1d0a9ed795f5edccaa05f54951::getLoader();
  • seo-by-rank-math/tags/1.0.257/vendor/composer/autoload_real.php

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

    r3386878 r3390479  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitbd96e4453bc771d29e77736d0114163c
     7class ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951
    88{
    99    public static $files = array (
     
    425425    {
    426426        return \Closure::bind(function () use ($loader) {
    427             $loader->prefixLengthsPsr4 = ComposerStaticInitbd96e4453bc771d29e77736d0114163c::$prefixLengthsPsr4;
    428             $loader->prefixDirsPsr4 = ComposerStaticInitbd96e4453bc771d29e77736d0114163c::$prefixDirsPsr4;
    429             $loader->classMap = ComposerStaticInitbd96e4453bc771d29e77736d0114163c::$classMap;
     427            $loader->prefixLengthsPsr4 = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$prefixLengthsPsr4;
     428            $loader->prefixDirsPsr4 = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$prefixDirsPsr4;
     429            $loader->classMap = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$classMap;
    430430
    431431        }, null, ClassLoader::class);
  • seo-by-rank-math/tags/1.0.257/vendor/composer/installed.php

    r3386878 r3390479  
    22    'root' => array(
    33        'name' => 'rankmath/seo-by-rank-math',
    4         'pretty_version' => 'v1.0.257-beta',
    5         'version' => '1.0.257.0-beta',
    6         'reference' => '0f087f0c04f2e5a30e52737b37a73fe60af199a5',
     4        'pretty_version' => 'v1.0.257',
     5        'version' => '1.0.257.0',
     6        'reference' => 'a0a43f5ad497f161a2a34cf649f478d33471798d',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    4848        ),
    4949        'rankmath/seo-by-rank-math' => array(
    50             'pretty_version' => 'v1.0.257-beta',
    51             'version' => '1.0.257.0-beta',
    52             'reference' => '0f087f0c04f2e5a30e52737b37a73fe60af199a5',
     50            'pretty_version' => 'v1.0.257',
     51            'version' => '1.0.257.0',
     52            'reference' => 'a0a43f5ad497f161a2a34cf649f478d33471798d',
    5353            'type' => 'wordpress-plugin',
    5454            'install_path' => __DIR__ . '/../../',
  • seo-by-rank-math/trunk/languages/rank-math.pot

    r3386878 r3390479  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Rank Math SEO 1.0.257-beta\n"
     5"Project-Id-Version: Rank Math SEO 1.0.257\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/seo-by-rank-math\n"
    77"Last-Translator: Rank Math <support@rankmath.com>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-10-30T04:43:09+00:00\n"
     12"POT-Creation-Date: 2025-11-05T04:25:56+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

    r3386878 r3390479  
    1010 * @wordpress-plugin
    1111 * Plugin Name:       Rank Math SEO
    12  * Version:           1.0.257-beta
     12 * Version:           1.0.257
    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.257-beta';
     37    public $version = '1.0.257';
    3838
    3939    /**
     
    252252        define( 'RANK_MATH_SITE_URL', 'https://rankmath.com' );
    253253        if ( ! defined( 'CONTENT_AI_URL' ) ) {
    254             define( 'CONTENT_AI_URL', 'https://cai-staging.rankmath.com' );
     254            define( 'CONTENT_AI_URL', 'https://cai.rankmath.com' );
    255255        }
    256256    }
  • seo-by-rank-math/trunk/readme.txt

    r3382412 r3390479  
    66Requires at least: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.0.256
     8Stable tag: 1.0.257
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    340340== Changelog ==
    341341
    342 = 1.0.256 [Oct 22, 2025] =
    343 - Improved: A notice would now display if any [table](https://rankmath.com/kb/recreate-missing-database-tables/) creation fails
    344 - Fixed: Missing [SEO score and Schema data for the first posts on the Posts list page](https://rankmath.com/kb/bulk-editing-in-rank-math/#quick-editing) after the last update
    345 - Fixed: Missing Featured Image and drag options on the Product Category page after the last update when [Add SEO Controls option](https://rankmath.com/kb/titles-and-meta/#product-categories) is enabled
    346 - Fixed: [Content Analysis Focus Keyword tests](https://rankmath.com/kb/score-100-in-tests/) failed when an apostrophe was used in the keyword
    347 - Fixed: Option to [Remove Parent Slug](https://rankmath.com/kb/general-settings/#remove-parent-slugs) did not work unless the Remove Base or Remove Category Base option was enabled
    348 - Fixed: [Missing Permalink in the SERP Preview modal](https://rankmath.com/kb/general-tab/#seo-title-permalink-description) for draft posts on non-English sites
    349 - Fixed: Invalid characters added in the Post description on some setups in the [LLMs.txt file](https://rankmath.com/kb/llms-txt/)
    350 - Fixed: PHP error on some setups on [SEO Analyzer page](https://rankmath.com/kb/seo-analysis/) due to an incorrect URL value stored in the database
    351 - Fixed: Strings translated using the Loco Translate plugin were not working
    352 - Fixed: Reloading a post without making changes incorrectly showed the `Page contains unsaved changes` prompt
    353 - Fixed: Error occurring after updating posts on some setups when the Elementor plugin is active
     342= 1.0.257 [Nov 05, 2025] =
     343- Added: [Fix with AI tool](https://rankmath.com/kb/fix-seo-tests-with-content-ai/) for the content tests is now available in the Elementor editor
     344- Fixed: Fix with AI tool was not working properly in the Classic editor when ACF plugin is active
     345- Fixed: Incorrect URL was used in the [Setup Wizard](https://rankmath.com/kb/how-to-setup/#starting-the-setup-wizard) on sub-directory setups
     346- Fixed: Missing option to remove the selected [About & Contact page in the Local SEO settings](https://rankmath.com/kb/local-seo/#about-page)
     347- Fixed: PHP warning in the [Email reports](https://rankmath.com/kb/seo-email-reporting/) on some setups
    354348
    355349Full 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

    r3386878 r3390479  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInitbd96e4453bc771d29e77736d0114163c::getLoader();
     25return ComposerAutoloaderInitc2d08d1d0a9ed795f5edccaa05f54951::getLoader();
  • seo-by-rank-math/trunk/vendor/composer/autoload_real.php

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

    r3386878 r3390479  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitbd96e4453bc771d29e77736d0114163c
     7class ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951
    88{
    99    public static $files = array (
     
    425425    {
    426426        return \Closure::bind(function () use ($loader) {
    427             $loader->prefixLengthsPsr4 = ComposerStaticInitbd96e4453bc771d29e77736d0114163c::$prefixLengthsPsr4;
    428             $loader->prefixDirsPsr4 = ComposerStaticInitbd96e4453bc771d29e77736d0114163c::$prefixDirsPsr4;
    429             $loader->classMap = ComposerStaticInitbd96e4453bc771d29e77736d0114163c::$classMap;
     427            $loader->prefixLengthsPsr4 = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$prefixLengthsPsr4;
     428            $loader->prefixDirsPsr4 = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$prefixDirsPsr4;
     429            $loader->classMap = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$classMap;
    430430
    431431        }, null, ClassLoader::class);
  • seo-by-rank-math/trunk/vendor/composer/installed.php

    r3386878 r3390479  
    22    'root' => array(
    33        'name' => 'rankmath/seo-by-rank-math',
    4         'pretty_version' => 'v1.0.257-beta',
    5         'version' => '1.0.257.0-beta',
    6         'reference' => '0f087f0c04f2e5a30e52737b37a73fe60af199a5',
     4        'pretty_version' => 'v1.0.257',
     5        'version' => '1.0.257.0',
     6        'reference' => 'a0a43f5ad497f161a2a34cf649f478d33471798d',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    4848        ),
    4949        'rankmath/seo-by-rank-math' => array(
    50             'pretty_version' => 'v1.0.257-beta',
    51             'version' => '1.0.257.0-beta',
    52             'reference' => '0f087f0c04f2e5a30e52737b37a73fe60af199a5',
     50            'pretty_version' => 'v1.0.257',
     51            'version' => '1.0.257.0',
     52            'reference' => 'a0a43f5ad497f161a2a34cf649f478d33471798d',
    5353            'type' => 'wordpress-plugin',
    5454            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.