Changeset 3262046
- Timestamp:
- 03/26/2025 09:09:52 AM (9 months ago)
- Location:
- seo-by-rank-math
- Files:
-
- 14 edited
- 1 copied
-
tags/1.0.241 (copied) (copied from seo-by-rank-math/trunk)
-
tags/1.0.241/languages/rank-math.pot (modified) (2 diffs)
-
tags/1.0.241/rank-math.php (modified) (2 diffs)
-
tags/1.0.241/readme.txt (modified) (2 diffs)
-
tags/1.0.241/vendor/autoload.php (modified) (1 diff)
-
tags/1.0.241/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.0.241/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.0.241/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.241/languages/rank-math.pot
r3259546 r3262046 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Rank Math SEO 1.0.241 -beta\n"5 "Project-Id-Version: Rank Math SEO 1.0.241\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/seo-by-rank-math\n" 7 7 "Last-Translator: Rank Math <[email protected]>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-03-2 1T06:38:11+00:00\n"12 "POT-Creation-Date: 2025-03-26T04:48:00+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.8.1\n" -
seo-by-rank-math/tags/1.0.241/rank-math.php
r3259546 r3262046 10 10 * @wordpress-plugin 11 11 * Plugin Name: Rank Math SEO 12 * Version: 1.0.241 -beta12 * Version: 1.0.241 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.241 -beta';37 public $version = '1.0.241'; 38 38 39 39 /** -
seo-by-rank-math/tags/1.0.241/readme.txt
r3259546 r3262046 6 6 Requires at least: 6.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.0.24 08 Stable tag: 1.0.241 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.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 350 347 351 348 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.241/vendor/autoload.php
r3259546 r3262046 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 6034ac64be6dc57c93307e324d4b2af2::getLoader();25 return ComposerAutoloaderInit2686b128879ab42ecb4a42b945440e6c::getLoader(); -
seo-by-rank-math/tags/1.0.241/vendor/composer/autoload_real.php
r3259546 r3262046 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 6034ac64be6dc57c93307e324d4b2af25 class ComposerAutoloaderInit2686b128879ab42ecb4a42b945440e6c 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 6034ac64be6dc57c93307e324d4b2af2', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit2686b128879ab42ecb4a42b945440e6c', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 6034ac64be6dc57c93307e324d4b2af2', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit2686b128879ab42ecb4a42b945440e6c', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af2::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $includeFiles = \Composer\Autoload\ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af2::$files;36 $includeFiles = \Composer\Autoload\ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$files; 37 37 foreach ($includeFiles as $fileIdentifier => $file) { 38 composerRequire 6034ac64be6dc57c93307e324d4b2af2($fileIdentifier, $file);38 composerRequire2686b128879ab42ecb4a42b945440e6c($fileIdentifier, $file); 39 39 } 40 40 … … 48 48 * @return void 49 49 */ 50 function composerRequire 6034ac64be6dc57c93307e324d4b2af2($fileIdentifier, $file)50 function composerRequire2686b128879ab42ecb4a42b945440e6c($fileIdentifier, $file) 51 51 { 52 52 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
seo-by-rank-math/tags/1.0.241/vendor/composer/autoload_static.php
r3259546 r3262046 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af27 class ComposerStaticInit2686b128879ab42ecb4a42b945440e6c 8 8 { 9 9 public static $files = array ( … … 392 392 { 393 393 return \Closure::bind(function () use ($loader) { 394 $loader->prefixLengthsPsr4 = ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af2::$prefixLengthsPsr4;395 $loader->prefixDirsPsr4 = ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af2::$prefixDirsPsr4;396 $loader->classMap = ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af2::$classMap;394 $loader->prefixLengthsPsr4 = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$prefixLengthsPsr4; 395 $loader->prefixDirsPsr4 = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$prefixDirsPsr4; 396 $loader->classMap = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$classMap; 397 397 398 398 }, null, ClassLoader::class); -
seo-by-rank-math/tags/1.0.241/vendor/composer/installed.php
r3259546 r3262046 2 2 'root' => array( 3 3 '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', 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.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', 53 53 'type' => 'wordpress-plugin', 54 54 'install_path' => __DIR__ . '/../../', -
seo-by-rank-math/trunk/languages/rank-math.pot
r3259546 r3262046 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Rank Math SEO 1.0.241 -beta\n"5 "Project-Id-Version: Rank Math SEO 1.0.241\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/seo-by-rank-math\n" 7 7 "Last-Translator: Rank Math <[email protected]>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-03-2 1T06:38:11+00:00\n"12 "POT-Creation-Date: 2025-03-26T04:48:00+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.8.1\n" -
seo-by-rank-math/trunk/rank-math.php
r3259546 r3262046 10 10 * @wordpress-plugin 11 11 * Plugin Name: Rank Math SEO 12 * Version: 1.0.241 -beta12 * Version: 1.0.241 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.241 -beta';37 public $version = '1.0.241'; 38 38 39 39 /** -
seo-by-rank-math/trunk/readme.txt
r3259546 r3262046 6 6 Requires at least: 6.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.0.24 08 Stable tag: 1.0.241 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.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 350 347 351 348 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
r3259546 r3262046 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 6034ac64be6dc57c93307e324d4b2af2::getLoader();25 return ComposerAutoloaderInit2686b128879ab42ecb4a42b945440e6c::getLoader(); -
seo-by-rank-math/trunk/vendor/composer/autoload_real.php
r3259546 r3262046 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 6034ac64be6dc57c93307e324d4b2af25 class ComposerAutoloaderInit2686b128879ab42ecb4a42b945440e6c 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 6034ac64be6dc57c93307e324d4b2af2', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit2686b128879ab42ecb4a42b945440e6c', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 6034ac64be6dc57c93307e324d4b2af2', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit2686b128879ab42ecb4a42b945440e6c', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af2::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $includeFiles = \Composer\Autoload\ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af2::$files;36 $includeFiles = \Composer\Autoload\ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$files; 37 37 foreach ($includeFiles as $fileIdentifier => $file) { 38 composerRequire 6034ac64be6dc57c93307e324d4b2af2($fileIdentifier, $file);38 composerRequire2686b128879ab42ecb4a42b945440e6c($fileIdentifier, $file); 39 39 } 40 40 … … 48 48 * @return void 49 49 */ 50 function composerRequire 6034ac64be6dc57c93307e324d4b2af2($fileIdentifier, $file)50 function composerRequire2686b128879ab42ecb4a42b945440e6c($fileIdentifier, $file) 51 51 { 52 52 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
seo-by-rank-math/trunk/vendor/composer/autoload_static.php
r3259546 r3262046 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af27 class ComposerStaticInit2686b128879ab42ecb4a42b945440e6c 8 8 { 9 9 public static $files = array ( … … 392 392 { 393 393 return \Closure::bind(function () use ($loader) { 394 $loader->prefixLengthsPsr4 = ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af2::$prefixLengthsPsr4;395 $loader->prefixDirsPsr4 = ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af2::$prefixDirsPsr4;396 $loader->classMap = ComposerStaticInit 6034ac64be6dc57c93307e324d4b2af2::$classMap;394 $loader->prefixLengthsPsr4 = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$prefixLengthsPsr4; 395 $loader->prefixDirsPsr4 = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$prefixDirsPsr4; 396 $loader->classMap = ComposerStaticInit2686b128879ab42ecb4a42b945440e6c::$classMap; 397 397 398 398 }, null, ClassLoader::class); -
seo-by-rank-math/trunk/vendor/composer/installed.php
r3259546 r3262046 2 2 'root' => array( 3 3 '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', 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.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', 53 53 'type' => 'wordpress-plugin', 54 54 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.