Changeset 3390479
- Timestamp:
- 11/05/2025 01:03:05 PM (5 months ago)
- Location:
- seo-by-rank-math
- Files:
-
- 14 edited
- 1 copied
-
tags/1.0.257 (copied) (copied from seo-by-rank-math/trunk)
-
tags/1.0.257/languages/rank-math.pot (modified) (2 diffs)
-
tags/1.0.257/rank-math.php (modified) (3 diffs)
-
tags/1.0.257/readme.txt (modified) (2 diffs)
-
tags/1.0.257/vendor/autoload.php (modified) (1 diff)
-
tags/1.0.257/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.0.257/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.0.257/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/languages/rank-math.pot (modified) (2 diffs)
-
trunk/rank-math.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (3 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-by-rank-math/tags/1.0.257/languages/rank-math.pot
r3386878 r3390479 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Rank Math SEO 1.0.257 -beta\n"5 "Project-Id-Version: Rank Math SEO 1.0.257\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/seo-by-rank-math\n" 7 7 "Last-Translator: Rank Math <support@rankmath.com>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-1 0-30T04:43:09+00:00\n"12 "POT-Creation-Date: 2025-11-05T04:25:56+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
seo-by-rank-math/tags/1.0.257/rank-math.php
r3386878 r3390479 10 10 * @wordpress-plugin 11 11 * Plugin Name: Rank Math SEO 12 * Version: 1.0.257 -beta12 * Version: 1.0.257 13 13 * Plugin URI: https://rankmath.com/ 14 14 * 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. … … 35 35 * @var string 36 36 */ 37 public $version = '1.0.257 -beta';37 public $version = '1.0.257'; 38 38 39 39 /** … … 252 252 define( 'RANK_MATH_SITE_URL', 'https://rankmath.com' ); 253 253 if ( ! defined( 'CONTENT_AI_URL' ) ) { 254 define( 'CONTENT_AI_URL', 'https://cai -staging.rankmath.com' );254 define( 'CONTENT_AI_URL', 'https://cai.rankmath.com' ); 255 255 } 256 256 } -
seo-by-rank-math/tags/1.0.257/readme.txt
r3382412 r3390479 6 6 Requires at least: 6.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.0.25 68 Stable tag: 1.0.257 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.txt … … 340 340 == Changelog == 341 341 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 354 348 355 349 Full 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 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit bd96e4453bc771d29e77736d0114163c::getLoader();25 return ComposerAutoloaderInitc2d08d1d0a9ed795f5edccaa05f54951::getLoader(); -
seo-by-rank-math/tags/1.0.257/vendor/composer/autoload_real.php
r3386878 r3390479 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit bd96e4453bc771d29e77736d0114163c5 class ComposerAutoloaderInitc2d08d1d0a9ed795f5edccaa05f54951 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit bd96e4453bc771d29e77736d0114163c', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitc2d08d1d0a9ed795f5edccaa05f54951', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit bd96e4453bc771d29e77736d0114163c', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitc2d08d1d0a9ed795f5edccaa05f54951', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit bd96e4453bc771d29e77736d0114163c::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $includeFiles = \Composer\Autoload\ComposerStaticInit bd96e4453bc771d29e77736d0114163c::$files;36 $includeFiles = \Composer\Autoload\ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$files; 37 37 foreach ($includeFiles as $fileIdentifier => $file) { 38 composerRequire bd96e4453bc771d29e77736d0114163c($fileIdentifier, $file);38 composerRequirec2d08d1d0a9ed795f5edccaa05f54951($fileIdentifier, $file); 39 39 } 40 40 … … 48 48 * @return void 49 49 */ 50 function composerRequire bd96e4453bc771d29e77736d0114163c($fileIdentifier, $file)50 function composerRequirec2d08d1d0a9ed795f5edccaa05f54951($fileIdentifier, $file) 51 51 { 52 52 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
seo-by-rank-math/tags/1.0.257/vendor/composer/autoload_static.php
r3386878 r3390479 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit bd96e4453bc771d29e77736d0114163c7 class ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951 8 8 { 9 9 public static $files = array ( … … 425 425 { 426 426 return \Closure::bind(function () use ($loader) { 427 $loader->prefixLengthsPsr4 = ComposerStaticInit bd96e4453bc771d29e77736d0114163c::$prefixLengthsPsr4;428 $loader->prefixDirsPsr4 = ComposerStaticInit bd96e4453bc771d29e77736d0114163c::$prefixDirsPsr4;429 $loader->classMap = ComposerStaticInit bd96e4453bc771d29e77736d0114163c::$classMap;427 $loader->prefixLengthsPsr4 = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$prefixLengthsPsr4; 428 $loader->prefixDirsPsr4 = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$prefixDirsPsr4; 429 $loader->classMap = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$classMap; 430 430 431 431 }, null, ClassLoader::class); -
seo-by-rank-math/tags/1.0.257/vendor/composer/installed.php
r3386878 r3390479 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 48 48 ), 49 49 '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', 53 53 'type' => 'wordpress-plugin', 54 54 'install_path' => __DIR__ . '/../../', -
seo-by-rank-math/trunk/languages/rank-math.pot
r3386878 r3390479 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Rank Math SEO 1.0.257 -beta\n"5 "Project-Id-Version: Rank Math SEO 1.0.257\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/seo-by-rank-math\n" 7 7 "Last-Translator: Rank Math <support@rankmath.com>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-1 0-30T04:43:09+00:00\n"12 "POT-Creation-Date: 2025-11-05T04:25:56+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
seo-by-rank-math/trunk/rank-math.php
r3386878 r3390479 10 10 * @wordpress-plugin 11 11 * Plugin Name: Rank Math SEO 12 * Version: 1.0.257 -beta12 * Version: 1.0.257 13 13 * Plugin URI: https://rankmath.com/ 14 14 * 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. … … 35 35 * @var string 36 36 */ 37 public $version = '1.0.257 -beta';37 public $version = '1.0.257'; 38 38 39 39 /** … … 252 252 define( 'RANK_MATH_SITE_URL', 'https://rankmath.com' ); 253 253 if ( ! defined( 'CONTENT_AI_URL' ) ) { 254 define( 'CONTENT_AI_URL', 'https://cai -staging.rankmath.com' );254 define( 'CONTENT_AI_URL', 'https://cai.rankmath.com' ); 255 255 } 256 256 } -
seo-by-rank-math/trunk/readme.txt
r3382412 r3390479 6 6 Requires at least: 6.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.0.25 68 Stable tag: 1.0.257 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.txt … … 340 340 == Changelog == 341 341 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 354 348 355 349 Full 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 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit bd96e4453bc771d29e77736d0114163c::getLoader();25 return ComposerAutoloaderInitc2d08d1d0a9ed795f5edccaa05f54951::getLoader(); -
seo-by-rank-math/trunk/vendor/composer/autoload_real.php
r3386878 r3390479 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit bd96e4453bc771d29e77736d0114163c5 class ComposerAutoloaderInitc2d08d1d0a9ed795f5edccaa05f54951 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit bd96e4453bc771d29e77736d0114163c', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitc2d08d1d0a9ed795f5edccaa05f54951', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit bd96e4453bc771d29e77736d0114163c', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitc2d08d1d0a9ed795f5edccaa05f54951', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit bd96e4453bc771d29e77736d0114163c::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $includeFiles = \Composer\Autoload\ComposerStaticInit bd96e4453bc771d29e77736d0114163c::$files;36 $includeFiles = \Composer\Autoload\ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$files; 37 37 foreach ($includeFiles as $fileIdentifier => $file) { 38 composerRequire bd96e4453bc771d29e77736d0114163c($fileIdentifier, $file);38 composerRequirec2d08d1d0a9ed795f5edccaa05f54951($fileIdentifier, $file); 39 39 } 40 40 … … 48 48 * @return void 49 49 */ 50 function composerRequire bd96e4453bc771d29e77736d0114163c($fileIdentifier, $file)50 function composerRequirec2d08d1d0a9ed795f5edccaa05f54951($fileIdentifier, $file) 51 51 { 52 52 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
seo-by-rank-math/trunk/vendor/composer/autoload_static.php
r3386878 r3390479 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit bd96e4453bc771d29e77736d0114163c7 class ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951 8 8 { 9 9 public static $files = array ( … … 425 425 { 426 426 return \Closure::bind(function () use ($loader) { 427 $loader->prefixLengthsPsr4 = ComposerStaticInit bd96e4453bc771d29e77736d0114163c::$prefixLengthsPsr4;428 $loader->prefixDirsPsr4 = ComposerStaticInit bd96e4453bc771d29e77736d0114163c::$prefixDirsPsr4;429 $loader->classMap = ComposerStaticInit bd96e4453bc771d29e77736d0114163c::$classMap;427 $loader->prefixLengthsPsr4 = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$prefixLengthsPsr4; 428 $loader->prefixDirsPsr4 = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$prefixDirsPsr4; 429 $loader->classMap = ComposerStaticInitc2d08d1d0a9ed795f5edccaa05f54951::$classMap; 430 430 431 431 }, null, ClassLoader::class); -
seo-by-rank-math/trunk/vendor/composer/installed.php
r3386878 r3390479 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 48 48 ), 49 49 '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', 53 53 'type' => 'wordpress-plugin', 54 54 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.