Plugin Directory

Changeset 3306215


Ignore:
Timestamp:
06/04/2025 08:07:15 AM (6 months ago)
Author:
rankmath
Message:

Update to version 1.0.246 from GitHub

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

Legend:

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

    r3302209 r3306215  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Rank Math SEO 1.0.246-beta\n"
     5"Project-Id-Version: Rank Math SEO 1.0.246\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-05-28T12:09:41+00:00\n"
     12"POT-Creation-Date: 2025-06-04T03:22:16+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.246/rank-math.php

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

    r3298062 r3306215  
    66Requires at least: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.0.245
     8Stable tag: 1.0.246
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    340340== Changelog ==
    341341
    342 = 1.0.245 [May 21, 2025] =
    343 - Improved: Moved [Rank Math Setup Wizard page](https://rankmath.com/kb/how-to-setup/) code to React to load blazing fast. We will gradually enhance the performance of other modules
    344 - Improved: [Analytics page](https://rankmath.com/kb/analytics/) will now show a warning notice when CRON is not working on the site to fetch the data from Google Search Console
    345 - Fixed: [Fix with AI tool](https://rankmath.com/kb/fix-seo-tests-with-content-ai/) was not working in the Elementor editor
    346 - Fixed: HTML tags supported by search engines were getting removed when added in [FAQ Schema with the Advanced Schema Generator](https://rankmath.com/kb/faq-schema-block/#schema-generator)
    347 - Fixed: `%term_description%` variable was showing `undefined` in the SERP Preview when multiple WYSIWYG editors exist on the Taxonomy page
    348 - Fixed: [Instant Indexing](https://rankmath.com/kb/how-to-use-indexnow/) was not working on secondary language posts created using WPML
    349 - Fixed: Updated [Status & Tools page](https://rankmath.com/kb/rank-math-status-and-tools/) code to prevent it from loading unnecessarily on other pages
    350 - Fixed: Update Button state on Custom Post types was not changing to active after editing content in the Rank Math SEO fields
    351 - Fixed: Analytics issues on sites with Unicode characters in the domain name
     342= 1.0.246 [June 04, 2025] =
     343- Added: Features & Benefits field in [Content AI FAQ tool](https://rankmath.com/kb/content-ai-frequently-asked-questions-tool/)
     344- Added: New filter to remove one or more [Content AI tests](https://rankmath.com/kb/filters-hooks-api-developer/#remove-content-analysis)
     345- Improved: [Content AI Research tool recommendations](https://rankmath.com/kb/how-to-use-content-ai/) on WooCommerce products as product pages don't contain much content
     346- Improved: Title, tooltip & number formats used in [Analytics stats](https://rankmath.com/kb/analytics) to make them easier to understand
     347- Fixed: Clicking "Back" in the second step of [Setup Wizard](https://rankmath.com/kb/how-to-setup/) was breaking the page after the last update
     348- Fixed: Translated strings were not showing on [Divi's Frontend editor](https://rankmath.com/blog/divi-seo/)
    352349
    353350Full 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.246/vendor/autoload.php

    r3302209 r3306215  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInitee8dc6d83417aaad41e9fed76be99ce1::getLoader();
     25return ComposerAutoloaderInit2a0deae7236f5bdda8c0d90cfa1fed9c::getLoader();
  • seo-by-rank-math/tags/1.0.246/vendor/composer/autoload_real.php

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

    r3302209 r3306215  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitee8dc6d83417aaad41e9fed76be99ce1
     7class ComposerStaticInit2a0deae7236f5bdda8c0d90cfa1fed9c
    88{
    99    public static $files = array (
     
    396396    {
    397397        return \Closure::bind(function () use ($loader) {
    398             $loader->prefixLengthsPsr4 = ComposerStaticInitee8dc6d83417aaad41e9fed76be99ce1::$prefixLengthsPsr4;
    399             $loader->prefixDirsPsr4 = ComposerStaticInitee8dc6d83417aaad41e9fed76be99ce1::$prefixDirsPsr4;
    400             $loader->classMap = ComposerStaticInitee8dc6d83417aaad41e9fed76be99ce1::$classMap;
     398            $loader->prefixLengthsPsr4 = ComposerStaticInit2a0deae7236f5bdda8c0d90cfa1fed9c::$prefixLengthsPsr4;
     399            $loader->prefixDirsPsr4 = ComposerStaticInit2a0deae7236f5bdda8c0d90cfa1fed9c::$prefixDirsPsr4;
     400            $loader->classMap = ComposerStaticInit2a0deae7236f5bdda8c0d90cfa1fed9c::$classMap;
    401401
    402402        }, null, ClassLoader::class);
  • seo-by-rank-math/tags/1.0.246/vendor/composer/installed.php

    r3302209 r3306215  
    22    'root' => array(
    33        'name' => 'rankmath/seo-by-rank-math',
    4         'pretty_version' => 'v1.0.246-beta',
    5         'version' => '1.0.246.0-beta',
    6         'reference' => '4358a7d6bdf7c72cfed00e6b7b0cc7517e92eedc',
     4        'pretty_version' => 'v1.0.246',
     5        'version' => '1.0.246.0',
     6        'reference' => '6bb4580536579d681e37e15fe05bbdc2b7f56599',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    4848        ),
    4949        'rankmath/seo-by-rank-math' => array(
    50             'pretty_version' => 'v1.0.246-beta',
    51             'version' => '1.0.246.0-beta',
    52             'reference' => '4358a7d6bdf7c72cfed00e6b7b0cc7517e92eedc',
     50            'pretty_version' => 'v1.0.246',
     51            'version' => '1.0.246.0',
     52            'reference' => '6bb4580536579d681e37e15fe05bbdc2b7f56599',
    5353            'type' => 'wordpress-plugin',
    5454            'install_path' => __DIR__ . '/../../',
  • seo-by-rank-math/trunk/languages/rank-math.pot

    r3302209 r3306215  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Rank Math SEO 1.0.246-beta\n"
     5"Project-Id-Version: Rank Math SEO 1.0.246\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-05-28T12:09:41+00:00\n"
     12"POT-Creation-Date: 2025-06-04T03:22:16+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

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

    r3298062 r3306215  
    66Requires at least: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.0.245
     8Stable tag: 1.0.246
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    340340== Changelog ==
    341341
    342 = 1.0.245 [May 21, 2025] =
    343 - Improved: Moved [Rank Math Setup Wizard page](https://rankmath.com/kb/how-to-setup/) code to React to load blazing fast. We will gradually enhance the performance of other modules
    344 - Improved: [Analytics page](https://rankmath.com/kb/analytics/) will now show a warning notice when CRON is not working on the site to fetch the data from Google Search Console
    345 - Fixed: [Fix with AI tool](https://rankmath.com/kb/fix-seo-tests-with-content-ai/) was not working in the Elementor editor
    346 - Fixed: HTML tags supported by search engines were getting removed when added in [FAQ Schema with the Advanced Schema Generator](https://rankmath.com/kb/faq-schema-block/#schema-generator)
    347 - Fixed: `%term_description%` variable was showing `undefined` in the SERP Preview when multiple WYSIWYG editors exist on the Taxonomy page
    348 - Fixed: [Instant Indexing](https://rankmath.com/kb/how-to-use-indexnow/) was not working on secondary language posts created using WPML
    349 - Fixed: Updated [Status & Tools page](https://rankmath.com/kb/rank-math-status-and-tools/) code to prevent it from loading unnecessarily on other pages
    350 - Fixed: Update Button state on Custom Post types was not changing to active after editing content in the Rank Math SEO fields
    351 - Fixed: Analytics issues on sites with Unicode characters in the domain name
     342= 1.0.246 [June 04, 2025] =
     343- Added: Features & Benefits field in [Content AI FAQ tool](https://rankmath.com/kb/content-ai-frequently-asked-questions-tool/)
     344- Added: New filter to remove one or more [Content AI tests](https://rankmath.com/kb/filters-hooks-api-developer/#remove-content-analysis)
     345- Improved: [Content AI Research tool recommendations](https://rankmath.com/kb/how-to-use-content-ai/) on WooCommerce products as product pages don't contain much content
     346- Improved: Title, tooltip & number formats used in [Analytics stats](https://rankmath.com/kb/analytics) to make them easier to understand
     347- Fixed: Clicking "Back" in the second step of [Setup Wizard](https://rankmath.com/kb/how-to-setup/) was breaking the page after the last update
     348- Fixed: Translated strings were not showing on [Divi's Frontend editor](https://rankmath.com/blog/divi-seo/)
    352349
    353350Full 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

    r3302209 r3306215  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInitee8dc6d83417aaad41e9fed76be99ce1::getLoader();
     25return ComposerAutoloaderInit2a0deae7236f5bdda8c0d90cfa1fed9c::getLoader();
  • seo-by-rank-math/trunk/vendor/composer/autoload_real.php

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

    r3302209 r3306215  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitee8dc6d83417aaad41e9fed76be99ce1
     7class ComposerStaticInit2a0deae7236f5bdda8c0d90cfa1fed9c
    88{
    99    public static $files = array (
     
    396396    {
    397397        return \Closure::bind(function () use ($loader) {
    398             $loader->prefixLengthsPsr4 = ComposerStaticInitee8dc6d83417aaad41e9fed76be99ce1::$prefixLengthsPsr4;
    399             $loader->prefixDirsPsr4 = ComposerStaticInitee8dc6d83417aaad41e9fed76be99ce1::$prefixDirsPsr4;
    400             $loader->classMap = ComposerStaticInitee8dc6d83417aaad41e9fed76be99ce1::$classMap;
     398            $loader->prefixLengthsPsr4 = ComposerStaticInit2a0deae7236f5bdda8c0d90cfa1fed9c::$prefixLengthsPsr4;
     399            $loader->prefixDirsPsr4 = ComposerStaticInit2a0deae7236f5bdda8c0d90cfa1fed9c::$prefixDirsPsr4;
     400            $loader->classMap = ComposerStaticInit2a0deae7236f5bdda8c0d90cfa1fed9c::$classMap;
    401401
    402402        }, null, ClassLoader::class);
  • seo-by-rank-math/trunk/vendor/composer/installed.php

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