Plugin Directory

Changeset 3429980


Ignore:
Timestamp:
12/31/2025 08:25:53 AM (3 months ago)
Author:
rankmath
Message:

Update to version 1.0.261 from GitHub

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

Legend:

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

    r3426667 r3429980  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Rank Math SEO 1.0.261-beta\n"
     5"Project-Id-Version: Rank Math SEO 1.0.261\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-12-24T07:17:26+00:00\n"
     12"POT-Creation-Date: 2025-12-31T02:04:08+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.261/rank-math.php

    r3426667 r3429980  
    1010 * @wordpress-plugin
    1111 * Plugin Name:       Rank Math SEO
    12  * Version:           1.0.261-beta
     12 * Version:           1.0.261
    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.261-beta';
     37    public $version = '1.0.261';
    3838
    3939    /**
  • seo-by-rank-math/tags/1.0.261/readme.txt

    r3426667 r3429980  
    66Requires at least: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.0.260
     8Stable tag: 1.0.261
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    340340== Changelog ==
    341341
    342 = 1.0.260 [Dec 17, 2025] =
    343 - Improved: Multiple [Focus keywords](https://rankmath.com/kb/what-is-a-focus-keyword/) are now allowed on taxonomy pages
    344 - Fixed: Missing TinyMCE editor on taxonomy pages after the last update
    345 - Fixed: [Keyword Density test](https://rankmath.com/kb/score-100-in-tests/#keyword-density-primary-and-secondary-focus-keywords) was not working properly on non-English sites
    346 - Fixed: [Selecting Primary category](https://rankmath.com/kb/how-to-choose-a-primary-category/#how-to-choose-a-primary-category) was not working in Classic Editor after the last update
    347 - Fixed: Missing SEO metabox on the User Profile page
    348 - Fixed: Word limit added to the [Schema headline & description preview shown in the Titles & Meta settings](https://rankmath.com/kb/titles-and-meta/#headline)
    349 - Fixed: Untranslated strings on the [Setup Wizard page](https://rankmath.com/kb/how-to-setup/)
    350 - Fixed: [Power word in SEO Title test](https://rankmath.com/kb/fix-seo-tests-with-content-ai/#power-word) was not working properly when the plural form of the word was used in the title
    351 - Fixed: UI issue in the [FAQ block](https://rankmath.com/kb/faq-schema-block/) action buttons on responsive devices
    352 - Fixed: Compatibility issue with Colibri Page Builder PRO, causing the Rank Math SEO metabox to not display
    353 - Removed: `mythemeshop/wordpress-helpers` package as it's no longer used in the plugin
     342= 1.0.261 [Dec 31, 2025] =
     343- Added: `OnlineBusiness` & `OnlineStore` Schema to the [Local Business Schema types](https://rankmath.com/kb/multiple-locations/#configuring-local-business-schema)
     344- Improved: [Mobile Snapshot UI](https://rankmath.com/kb/seo-analysis/#mobile-snapshot-test) in the SEO Analyzer
     345- Fixed: [Focus keyword in the SEO Title test](https://rankmath.com/kb/score-100-in-tests/#focus-keyword-in-the-seo-title-primary-focus-keyword-only) fails when an apostrophe is used in the title
     346- Fixed: PHP error on some setups due to the use of `%s` variable in the [Breadcrumbs Archive format](https://rankmath.com/kb/general-settings/#archive-format)
     347- Fixed: Product Schema was incorrectly adding `InStock` to the [availability](https://rankmath.com/kb/woocommerce-product-schema/#availability) property for backorder products
     348- Fixed: Schema translation issue on secondary language posts created using the WPML plugin
     349- Fixed: [Analytics Account field](https://rankmath.com/kb/general-settings/#analytics-settings) was not showing all accounts when more than 200 accounts were present
     350- Fixed: Typos in various files
    354351
    355352Full 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.261/vendor/autoload.php

    r3426667 r3429980  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit567810bf27af53cf537f6a4402de9840::getLoader();
     25return ComposerAutoloaderInit3c9e46504742cd1d6e92de84d34a0790::getLoader();
  • seo-by-rank-math/tags/1.0.261/vendor/composer/autoload_real.php

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

    r3426667 r3429980  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit567810bf27af53cf537f6a4402de9840
     7class ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790
    88{
    99    public static $files = array (
     
    394394    {
    395395        return \Closure::bind(function () use ($loader) {
    396             $loader->prefixLengthsPsr4 = ComposerStaticInit567810bf27af53cf537f6a4402de9840::$prefixLengthsPsr4;
    397             $loader->prefixDirsPsr4 = ComposerStaticInit567810bf27af53cf537f6a4402de9840::$prefixDirsPsr4;
    398             $loader->classMap = ComposerStaticInit567810bf27af53cf537f6a4402de9840::$classMap;
     396            $loader->prefixLengthsPsr4 = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$prefixLengthsPsr4;
     397            $loader->prefixDirsPsr4 = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$prefixDirsPsr4;
     398            $loader->classMap = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$classMap;
    399399
    400400        }, null, ClassLoader::class);
  • seo-by-rank-math/tags/1.0.261/vendor/composer/installed.php

    r3426667 r3429980  
    22    'root' => array(
    33        'name' => 'rankmath/seo-by-rank-math',
    4         'pretty_version' => 'v1.0.261-beta',
    5         'version' => '1.0.261.0-beta',
    6         'reference' => '2c643ce4a22f6e8f8d2e378f1b6f00d9a8b15af1',
     4        'pretty_version' => 'v1.0.261',
     5        'version' => '1.0.261.0',
     6        'reference' => '9da3eb2a2f432d1ae4c772bd7e31b9a226f19bc1',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    3939        ),
    4040        'rankmath/seo-by-rank-math' => array(
    41             'pretty_version' => 'v1.0.261-beta',
    42             'version' => '1.0.261.0-beta',
    43             'reference' => '2c643ce4a22f6e8f8d2e378f1b6f00d9a8b15af1',
     41            'pretty_version' => 'v1.0.261',
     42            'version' => '1.0.261.0',
     43            'reference' => '9da3eb2a2f432d1ae4c772bd7e31b9a226f19bc1',
    4444            'type' => 'wordpress-plugin',
    4545            'install_path' => __DIR__ . '/../../',
  • seo-by-rank-math/trunk/languages/rank-math.pot

    r3426667 r3429980  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Rank Math SEO 1.0.261-beta\n"
     5"Project-Id-Version: Rank Math SEO 1.0.261\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-12-24T07:17:26+00:00\n"
     12"POT-Creation-Date: 2025-12-31T02:04:08+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

    r3426667 r3429980  
    1010 * @wordpress-plugin
    1111 * Plugin Name:       Rank Math SEO
    12  * Version:           1.0.261-beta
     12 * Version:           1.0.261
    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.261-beta';
     37    public $version = '1.0.261';
    3838
    3939    /**
  • seo-by-rank-math/trunk/readme.txt

    r3426667 r3429980  
    66Requires at least: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.0.260
     8Stable tag: 1.0.261
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    340340== Changelog ==
    341341
    342 = 1.0.260 [Dec 17, 2025] =
    343 - Improved: Multiple [Focus keywords](https://rankmath.com/kb/what-is-a-focus-keyword/) are now allowed on taxonomy pages
    344 - Fixed: Missing TinyMCE editor on taxonomy pages after the last update
    345 - Fixed: [Keyword Density test](https://rankmath.com/kb/score-100-in-tests/#keyword-density-primary-and-secondary-focus-keywords) was not working properly on non-English sites
    346 - Fixed: [Selecting Primary category](https://rankmath.com/kb/how-to-choose-a-primary-category/#how-to-choose-a-primary-category) was not working in Classic Editor after the last update
    347 - Fixed: Missing SEO metabox on the User Profile page
    348 - Fixed: Word limit added to the [Schema headline & description preview shown in the Titles & Meta settings](https://rankmath.com/kb/titles-and-meta/#headline)
    349 - Fixed: Untranslated strings on the [Setup Wizard page](https://rankmath.com/kb/how-to-setup/)
    350 - Fixed: [Power word in SEO Title test](https://rankmath.com/kb/fix-seo-tests-with-content-ai/#power-word) was not working properly when the plural form of the word was used in the title
    351 - Fixed: UI issue in the [FAQ block](https://rankmath.com/kb/faq-schema-block/) action buttons on responsive devices
    352 - Fixed: Compatibility issue with Colibri Page Builder PRO, causing the Rank Math SEO metabox to not display
    353 - Removed: `mythemeshop/wordpress-helpers` package as it's no longer used in the plugin
     342= 1.0.261 [Dec 31, 2025] =
     343- Added: `OnlineBusiness` & `OnlineStore` Schema to the [Local Business Schema types](https://rankmath.com/kb/multiple-locations/#configuring-local-business-schema)
     344- Improved: [Mobile Snapshot UI](https://rankmath.com/kb/seo-analysis/#mobile-snapshot-test) in the SEO Analyzer
     345- Fixed: [Focus keyword in the SEO Title test](https://rankmath.com/kb/score-100-in-tests/#focus-keyword-in-the-seo-title-primary-focus-keyword-only) fails when an apostrophe is used in the title
     346- Fixed: PHP error on some setups due to the use of `%s` variable in the [Breadcrumbs Archive format](https://rankmath.com/kb/general-settings/#archive-format)
     347- Fixed: Product Schema was incorrectly adding `InStock` to the [availability](https://rankmath.com/kb/woocommerce-product-schema/#availability) property for backorder products
     348- Fixed: Schema translation issue on secondary language posts created using the WPML plugin
     349- Fixed: [Analytics Account field](https://rankmath.com/kb/general-settings/#analytics-settings) was not showing all accounts when more than 200 accounts were present
     350- Fixed: Typos in various files
    354351
    355352Full 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

    r3426667 r3429980  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit567810bf27af53cf537f6a4402de9840::getLoader();
     25return ComposerAutoloaderInit3c9e46504742cd1d6e92de84d34a0790::getLoader();
  • seo-by-rank-math/trunk/vendor/composer/autoload_real.php

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

    r3426667 r3429980  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit567810bf27af53cf537f6a4402de9840
     7class ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790
    88{
    99    public static $files = array (
     
    394394    {
    395395        return \Closure::bind(function () use ($loader) {
    396             $loader->prefixLengthsPsr4 = ComposerStaticInit567810bf27af53cf537f6a4402de9840::$prefixLengthsPsr4;
    397             $loader->prefixDirsPsr4 = ComposerStaticInit567810bf27af53cf537f6a4402de9840::$prefixDirsPsr4;
    398             $loader->classMap = ComposerStaticInit567810bf27af53cf537f6a4402de9840::$classMap;
     396            $loader->prefixLengthsPsr4 = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$prefixLengthsPsr4;
     397            $loader->prefixDirsPsr4 = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$prefixDirsPsr4;
     398            $loader->classMap = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$classMap;
    399399
    400400        }, null, ClassLoader::class);
  • seo-by-rank-math/trunk/vendor/composer/installed.php

    r3426667 r3429980  
    22    'root' => array(
    33        'name' => 'rankmath/seo-by-rank-math',
    4         'pretty_version' => 'v1.0.261-beta',
    5         'version' => '1.0.261.0-beta',
    6         'reference' => '2c643ce4a22f6e8f8d2e378f1b6f00d9a8b15af1',
     4        'pretty_version' => 'v1.0.261',
     5        'version' => '1.0.261.0',
     6        'reference' => '9da3eb2a2f432d1ae4c772bd7e31b9a226f19bc1',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    3939        ),
    4040        'rankmath/seo-by-rank-math' => array(
    41             'pretty_version' => 'v1.0.261-beta',
    42             'version' => '1.0.261.0-beta',
    43             'reference' => '2c643ce4a22f6e8f8d2e378f1b6f00d9a8b15af1',
     41            'pretty_version' => 'v1.0.261',
     42            'version' => '1.0.261.0',
     43            'reference' => '9da3eb2a2f432d1ae4c772bd7e31b9a226f19bc1',
    4444            'type' => 'wordpress-plugin',
    4545            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.