Changeset 3429980
- Timestamp:
- 12/31/2025 08:25:53 AM (3 months ago)
- Location:
- seo-by-rank-math
- Files:
-
- 14 edited
- 1 copied
-
tags/1.0.261 (copied) (copied from seo-by-rank-math/trunk)
-
tags/1.0.261/languages/rank-math.pot (modified) (2 diffs)
-
tags/1.0.261/rank-math.php (modified) (2 diffs)
-
tags/1.0.261/readme.txt (modified) (2 diffs)
-
tags/1.0.261/vendor/autoload.php (modified) (1 diff)
-
tags/1.0.261/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.0.261/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.0.261/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/languages/rank-math.pot (modified) (2 diffs)
-
trunk/rank-math.php (modified) (2 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.261/languages/rank-math.pot
r3426667 r3429980 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Rank Math SEO 1.0.261 -beta\n"5 "Project-Id-Version: Rank Math SEO 1.0.261\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-12- 24T07:17:26+00:00\n"12 "POT-Creation-Date: 2025-12-31T02:04:08+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.261/rank-math.php
r3426667 r3429980 10 10 * @wordpress-plugin 11 11 * Plugin Name: Rank Math SEO 12 * Version: 1.0.261 -beta12 * Version: 1.0.261 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.261 -beta';37 public $version = '1.0.261'; 38 38 39 39 /** -
seo-by-rank-math/tags/1.0.261/readme.txt
r3426667 r3429980 6 6 Requires at least: 6.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.0.26 08 Stable tag: 1.0.261 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.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 354 351 355 352 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.261/vendor/autoload.php
r3426667 r3429980 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 567810bf27af53cf537f6a4402de9840::getLoader();25 return ComposerAutoloaderInit3c9e46504742cd1d6e92de84d34a0790::getLoader(); -
seo-by-rank-math/tags/1.0.261/vendor/composer/autoload_real.php
r3426667 r3429980 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 567810bf27af53cf537f6a4402de98405 class ComposerAutoloaderInit3c9e46504742cd1d6e92de84d34a0790 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 567810bf27af53cf537f6a4402de9840', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit3c9e46504742cd1d6e92de84d34a0790', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 567810bf27af53cf537f6a4402de9840', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit3c9e46504742cd1d6e92de84d34a0790', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 567810bf27af53cf537f6a4402de9840::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $includeFiles = \Composer\Autoload\ComposerStaticInit 567810bf27af53cf537f6a4402de9840::$files;36 $includeFiles = \Composer\Autoload\ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$files; 37 37 foreach ($includeFiles as $fileIdentifier => $file) { 38 composerRequire 567810bf27af53cf537f6a4402de9840($fileIdentifier, $file);38 composerRequire3c9e46504742cd1d6e92de84d34a0790($fileIdentifier, $file); 39 39 } 40 40 … … 48 48 * @return void 49 49 */ 50 function composerRequire 567810bf27af53cf537f6a4402de9840($fileIdentifier, $file)50 function composerRequire3c9e46504742cd1d6e92de84d34a0790($fileIdentifier, $file) 51 51 { 52 52 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
seo-by-rank-math/tags/1.0.261/vendor/composer/autoload_static.php
r3426667 r3429980 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 567810bf27af53cf537f6a4402de98407 class ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790 8 8 { 9 9 public static $files = array ( … … 394 394 { 395 395 return \Closure::bind(function () use ($loader) { 396 $loader->prefixLengthsPsr4 = ComposerStaticInit 567810bf27af53cf537f6a4402de9840::$prefixLengthsPsr4;397 $loader->prefixDirsPsr4 = ComposerStaticInit 567810bf27af53cf537f6a4402de9840::$prefixDirsPsr4;398 $loader->classMap = ComposerStaticInit 567810bf27af53cf537f6a4402de9840::$classMap;396 $loader->prefixLengthsPsr4 = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$prefixLengthsPsr4; 397 $loader->prefixDirsPsr4 = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$prefixDirsPsr4; 398 $loader->classMap = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$classMap; 399 399 400 400 }, null, ClassLoader::class); -
seo-by-rank-math/tags/1.0.261/vendor/composer/installed.php
r3426667 r3429980 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 39 39 ), 40 40 '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', 44 44 'type' => 'wordpress-plugin', 45 45 'install_path' => __DIR__ . '/../../', -
seo-by-rank-math/trunk/languages/rank-math.pot
r3426667 r3429980 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Rank Math SEO 1.0.261 -beta\n"5 "Project-Id-Version: Rank Math SEO 1.0.261\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-12- 24T07:17:26+00:00\n"12 "POT-Creation-Date: 2025-12-31T02:04:08+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
r3426667 r3429980 10 10 * @wordpress-plugin 11 11 * Plugin Name: Rank Math SEO 12 * Version: 1.0.261 -beta12 * Version: 1.0.261 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.261 -beta';37 public $version = '1.0.261'; 38 38 39 39 /** -
seo-by-rank-math/trunk/readme.txt
r3426667 r3429980 6 6 Requires at least: 6.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.0.26 08 Stable tag: 1.0.261 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.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 354 351 355 352 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
r3426667 r3429980 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 567810bf27af53cf537f6a4402de9840::getLoader();25 return ComposerAutoloaderInit3c9e46504742cd1d6e92de84d34a0790::getLoader(); -
seo-by-rank-math/trunk/vendor/composer/autoload_real.php
r3426667 r3429980 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 567810bf27af53cf537f6a4402de98405 class ComposerAutoloaderInit3c9e46504742cd1d6e92de84d34a0790 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 567810bf27af53cf537f6a4402de9840', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit3c9e46504742cd1d6e92de84d34a0790', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 567810bf27af53cf537f6a4402de9840', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit3c9e46504742cd1d6e92de84d34a0790', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 567810bf27af53cf537f6a4402de9840::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $includeFiles = \Composer\Autoload\ComposerStaticInit 567810bf27af53cf537f6a4402de9840::$files;36 $includeFiles = \Composer\Autoload\ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$files; 37 37 foreach ($includeFiles as $fileIdentifier => $file) { 38 composerRequire 567810bf27af53cf537f6a4402de9840($fileIdentifier, $file);38 composerRequire3c9e46504742cd1d6e92de84d34a0790($fileIdentifier, $file); 39 39 } 40 40 … … 48 48 * @return void 49 49 */ 50 function composerRequire 567810bf27af53cf537f6a4402de9840($fileIdentifier, $file)50 function composerRequire3c9e46504742cd1d6e92de84d34a0790($fileIdentifier, $file) 51 51 { 52 52 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
seo-by-rank-math/trunk/vendor/composer/autoload_static.php
r3426667 r3429980 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 567810bf27af53cf537f6a4402de98407 class ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790 8 8 { 9 9 public static $files = array ( … … 394 394 { 395 395 return \Closure::bind(function () use ($loader) { 396 $loader->prefixLengthsPsr4 = ComposerStaticInit 567810bf27af53cf537f6a4402de9840::$prefixLengthsPsr4;397 $loader->prefixDirsPsr4 = ComposerStaticInit 567810bf27af53cf537f6a4402de9840::$prefixDirsPsr4;398 $loader->classMap = ComposerStaticInit 567810bf27af53cf537f6a4402de9840::$classMap;396 $loader->prefixLengthsPsr4 = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$prefixLengthsPsr4; 397 $loader->prefixDirsPsr4 = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$prefixDirsPsr4; 398 $loader->classMap = ComposerStaticInit3c9e46504742cd1d6e92de84d34a0790::$classMap; 399 399 400 400 }, null, ClassLoader::class); -
seo-by-rank-math/trunk/vendor/composer/installed.php
r3426667 r3429980 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 39 39 ), 40 40 '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', 44 44 'type' => 'wordpress-plugin', 45 45 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.