Plugin Directory

Changeset 3262046


Ignore:
Timestamp:
03/26/2025 09:09:52 AM (9 months ago)
Author:
rankmath
Message:

Update to version 1.0.241 from GitHub

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

Legend:

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

    r3259546 r3262046  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Rank Math SEO 1.0.241-beta\n"
     5"Project-Id-Version: Rank Math SEO 1.0.241\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-03-21T06:38:11+00:00\n"
     12"POT-Creation-Date: 2025-03-26T04:48:00+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.8.1\n"
  • seo-by-rank-math/tags/1.0.241/rank-math.php

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

    r3259546 r3262046  
    66Requires at least: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.0.240
     8Stable tag: 1.0.241
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    340340== Changelog ==
    341341
    342 = 1.0.240 [Mar 12, 2025] =
    343 - Improved: Moved [SEO Analysis](https://rankmath.com/kb/seo-analysis/) code to React to load blazing fast. We will gradually enhance the performance of other modules
    344 - Improved: Strengthened the security of REST endpoints used in the plugin
    345 - Fixed: [Post Analytics](https://rankmath.com/kb/analytics/#post-analytics) was not working properly with the secondary language created using the WPML plugin
    346 - Fixed: UI issues in the score indicator on the [Analytics - SEO Performance page](https://rankmath.com/kb/analytics/#seo-performance)
    347 - Fixed: Unable to connect the site to Rank Math from [Setup Wizard](https://rankmath.com/kb/how-to-access-setup-wizard/) after the last update
    348 - Fixed: PHP warning in the RSS feed on some setups
    349 - Fixed: PHP warning related to translations on some setups
     342= 1.0.241 [Mar 26, 2025] =
     343- Fixed: [Updating SEO Score using Database Tools](https://rankmath.com/kb/seo-score-not-available/#database-tools) was not working after the last update
     344- Fixed: [Fix with AI tool](https://rankmath.com/kb/fix-seo-tests-with-content-ai/) was not working properly when a `<script>` tag was added to the content
     345- Fixed: [Exclude User Roles](https://rankmath.com/kb/exclude-content-from-sitemap/#exclude-user-roles) option was not working on sites that do not use the default table prefix `wp_`
     346- Fixed: Incompatibility with the Discount PRO plugin, which caused a PHP error on the site when the [WooCommerce module](https://rankmath.com/kb/advanced-mode/#woocommerce) was active
    350347
    351348Full 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.241/vendor/autoload.php

    r3259546 r3262046  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit6034ac64be6dc57c93307e324d4b2af2::getLoader();
     25return ComposerAutoloaderInit2686b128879ab42ecb4a42b945440e6c::getLoader();
  • seo-by-rank-math/tags/1.0.241/vendor/composer/autoload_real.php

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

    r3259546 r3262046  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit6034ac64be6dc57c93307e324d4b2af2
     7class ComposerStaticInit2686b128879ab42ecb4a42b945440e6c
    88{
    99    public static $files = array (
     
    392392    {
    393393        return \Closure::bind(function () use ($loader) {
    394             $loader->prefixLengthsPsr4 = ComposerStaticInit6034ac64be6dc57c93307e324d4b2af2::$prefixLengthsPsr4;
    395             $loader->prefixDirsPsr4 = ComposerStaticInit6034ac64be6dc57c93307e324d4b2af2::$prefixDirsPsr4;
    396             $loader->classMap = ComposerStaticInit6034ac64be6dc57c93307e324d4b2af2::$classMap;
     394            $loader->prefixLengthsPsr4 = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$prefixLengthsPsr4;
     395            $loader->prefixDirsPsr4 = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$prefixDirsPsr4;
     396            $loader->classMap = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$classMap;
    397397
    398398        }, null, ClassLoader::class);
  • seo-by-rank-math/tags/1.0.241/vendor/composer/installed.php

    r3259546 r3262046  
    22    'root' => array(
    33        'name' => 'rankmath/seo-by-rank-math',
    4         'pretty_version' => 'v1.0.241-beta',
    5         'version' => '1.0.241.0-beta',
    6         'reference' => 'eefd1917da9c673058b9bb310969289ebf6dbe9d',
     4        'pretty_version' => 'v1.0.241',
     5        'version' => '1.0.241.0',
     6        'reference' => 'dc16e7d7dc0ced5253316a854e4d634db96e5cdd',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    4848        ),
    4949        'rankmath/seo-by-rank-math' => array(
    50             'pretty_version' => 'v1.0.241-beta',
    51             'version' => '1.0.241.0-beta',
    52             'reference' => 'eefd1917da9c673058b9bb310969289ebf6dbe9d',
     50            'pretty_version' => 'v1.0.241',
     51            'version' => '1.0.241.0',
     52            'reference' => 'dc16e7d7dc0ced5253316a854e4d634db96e5cdd',
    5353            'type' => 'wordpress-plugin',
    5454            'install_path' => __DIR__ . '/../../',
  • seo-by-rank-math/trunk/languages/rank-math.pot

    r3259546 r3262046  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Rank Math SEO 1.0.241-beta\n"
     5"Project-Id-Version: Rank Math SEO 1.0.241\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-03-21T06:38:11+00:00\n"
     12"POT-Creation-Date: 2025-03-26T04:48:00+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.8.1\n"
  • seo-by-rank-math/trunk/rank-math.php

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

    r3259546 r3262046  
    66Requires at least: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.0.240
     8Stable tag: 1.0.241
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    340340== Changelog ==
    341341
    342 = 1.0.240 [Mar 12, 2025] =
    343 - Improved: Moved [SEO Analysis](https://rankmath.com/kb/seo-analysis/) code to React to load blazing fast. We will gradually enhance the performance of other modules
    344 - Improved: Strengthened the security of REST endpoints used in the plugin
    345 - Fixed: [Post Analytics](https://rankmath.com/kb/analytics/#post-analytics) was not working properly with the secondary language created using the WPML plugin
    346 - Fixed: UI issues in the score indicator on the [Analytics - SEO Performance page](https://rankmath.com/kb/analytics/#seo-performance)
    347 - Fixed: Unable to connect the site to Rank Math from [Setup Wizard](https://rankmath.com/kb/how-to-access-setup-wizard/) after the last update
    348 - Fixed: PHP warning in the RSS feed on some setups
    349 - Fixed: PHP warning related to translations on some setups
     342= 1.0.241 [Mar 26, 2025] =
     343- Fixed: [Updating SEO Score using Database Tools](https://rankmath.com/kb/seo-score-not-available/#database-tools) was not working after the last update
     344- Fixed: [Fix with AI tool](https://rankmath.com/kb/fix-seo-tests-with-content-ai/) was not working properly when a `<script>` tag was added to the content
     345- Fixed: [Exclude User Roles](https://rankmath.com/kb/exclude-content-from-sitemap/#exclude-user-roles) option was not working on sites that do not use the default table prefix `wp_`
     346- Fixed: Incompatibility with the Discount PRO plugin, which caused a PHP error on the site when the [WooCommerce module](https://rankmath.com/kb/advanced-mode/#woocommerce) was active
    350347
    351348Full 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

    r3259546 r3262046  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit6034ac64be6dc57c93307e324d4b2af2::getLoader();
     25return ComposerAutoloaderInit2686b128879ab42ecb4a42b945440e6c::getLoader();
  • seo-by-rank-math/trunk/vendor/composer/autoload_real.php

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

    r3259546 r3262046  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit6034ac64be6dc57c93307e324d4b2af2
     7class ComposerStaticInit2686b128879ab42ecb4a42b945440e6c
    88{
    99    public static $files = array (
     
    392392    {
    393393        return \Closure::bind(function () use ($loader) {
    394             $loader->prefixLengthsPsr4 = ComposerStaticInit6034ac64be6dc57c93307e324d4b2af2::$prefixLengthsPsr4;
    395             $loader->prefixDirsPsr4 = ComposerStaticInit6034ac64be6dc57c93307e324d4b2af2::$prefixDirsPsr4;
    396             $loader->classMap = ComposerStaticInit6034ac64be6dc57c93307e324d4b2af2::$classMap;
     394            $loader->prefixLengthsPsr4 = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$prefixLengthsPsr4;
     395            $loader->prefixDirsPsr4 = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$prefixDirsPsr4;
     396            $loader->classMap = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$classMap;
    397397
    398398        }, null, ClassLoader::class);
  • seo-by-rank-math/trunk/vendor/composer/installed.php

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