Plugin Directory

Changeset 3398825


Ignore:
Timestamp:
11/19/2025 10:46:20 AM (4 weeks ago)
Author:
Yoast
Message:

Committing 26.5-RC2 to trunk

Location:
wordpress-seo/trunk
Files:
75 added
76 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • wordpress-seo/trunk/readme.txt

    r3398182 r3398825  
    306306= 26.5 =
    307307
    308 Changes compared to: 26.4
    309 
    310308Enhancements:
    311309
    312 * Integrates the Yoast SEO tab into the Elementor Editor's Elements panel sidebar to provide enhanced access to SEO settings. [#22697](https://github.com/Yoast/wordpress-seo/pull/22697)
    313 * Makes the _keyphrase density assessment_ and _keyphrase in subheadings assessment_  available when no content has been added. [#22343](https://github.com/Yoast/wordpress-seo/pull/22343)
     310* Integrates the Yoast SEO tab into the Elementor Editor's Elements panel sidebar to provide enhanced access to SEO settings.
     311* Makes the _keyphrase density assessment_ and _keyphrase in subheadings assessment_  available when no content has been added.
    314312
    315313Bugfixes:
    316314
    317 * Fixes a bug where table backgrounds in the RSS settings and Semrush related keyphrases tables would expand beyond the rounded corners in Firefox. [#22709](https://github.com/Yoast/wordpress-seo/pull/22709)
     315* Fixes a bug where table backgrounds in the RSS settings and Semrush related keyphrases tables would expand beyond the rounded corners in Firefox.
    318316
    319317Other:
    320318
    321 * Relocates the introduction notification to point to the Yoast SEO tab within the Elements panel sidebar of the Elementor Editor for better user guidance. [#22697](https://github.com/Yoast/wordpress-seo/pull/22697)
    322 
    323 Non user facing:
    324 
    325 * Merges the branch `feature/off-the-bat-analysis` and the 5 PRs it contains into `trunk`. [#22724](https://github.com/Yoast/wordpress-seo/pull/22724)
    326 * Makes the AI Optimize buttons available for the _keyphrase in introduction_, _keyphrase density_, and _keyphrase distribution_ assessments even when there is no keyphrase or content. [#22610](https://github.com/Yoast/wordpress-seo/pull/22610)
    327 * Adjusts the _keyphrase distribution_ assessment's scoring criteria for texts that are shorter than 15 sentences. [#22694](https://github.com/Yoast/wordpress-seo/pull/22694)
    328 * Fixes an unreleased bug where _keyphrase distribution_ would inaccurately return a green traffic light when there was a keyphrase set and the content consisted solely of excluded blocks. [#22694](https://github.com/Yoast/wordpress-seo/pull/22694)
    329 * Releases new JavaScript package versions. [#22714](https://github.com/Yoast/wordpress-seo/pull/22714)
    330 * Adjusts the scoring criteria for the _keyphrase density_ assessment for texts shorter than 100 words. [#22715](https://github.com/Yoast/wordpress-seo/pull/22715)
    331 *  Releases a new version of the JavaScript package `@yoast/browserslist-config`. [#22713](https://github.com/Yoast/wordpress-seo/pull/22713)
    332 * Re-introduces the other-admins alert, this time with an input field so that they can be subscribed to our newsletter [#22672](https://github.com/Yoast/wordpress-seo/pull/22672)
    333 * Updates the `symfony/dependency-injection` package to version 5.4  [#21905](https://github.com/Yoast/wordpress-seo/pull/21905)
     319* Relocates the introduction notification to point to the Yoast SEO tab within the Elements panel sidebar of the Elementor Editor for better user guidance.
     320
     321
     322#### Enhancements
     323
     324* Integrates the Yoast SEO tab into the Elementor Editor's Elements panel sidebar to provide enhanced access to SEO settings.
     325* Makes the _keyphrase density assessment_ and _keyphrase in subheadings assessment_  available when no content has been added.
     326
     327#### Bugfixes
     328
     329* Fixes a bug where table backgrounds in the RSS settings and Semrush related keyphrases tables would expand beyond the rounded corners in Firefox.
     330
     331#### Other
     332
     333* Relocates the introduction notification to point to the Yoast SEO tab within the Elements panel sidebar of the Elementor Editor for better user guidance.
    334334
    335335= 26.4 =
  • wordpress-seo/trunk/vendor/autoload.php

    r3398182 r3398825  
    2020require_once __DIR__ . '/composer/autoload_real.php';
    2121
    22 return ComposerAutoloaderInit9ce077c0a8093fbafe06749678422c4c::getLoader();
     22return ComposerAutoloaderInit88e18481b877a4240af60ad16111d9f3::getLoader();
  • wordpress-seo/trunk/vendor/composer/autoload_real.php

    r3398182 r3398825  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit9ce077c0a8093fbafe06749678422c4c
     5class ComposerAutoloaderInit88e18481b877a4240af60ad16111d9f3
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit9ce077c0a8093fbafe06749678422c4c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit88e18481b877a4240af60ad16111d9f3', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit9ce077c0a8093fbafe06749678422c4c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit88e18481b877a4240af60ad16111d9f3', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit9ce077c0a8093fbafe06749678422c4c::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit88e18481b877a4240af60ad16111d9f3::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • wordpress-seo/trunk/vendor/composer/autoload_static.php

    r3398182 r3398825  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit9ce077c0a8093fbafe06749678422c4c
     7class ComposerStaticInit88e18481b877a4240af60ad16111d9f3
    88{
    99    public static $prefixLengthsPsr4 = array (
    10         'C' => 
     10        'C' =>
    1111        array (
    1212            'Composer\\Installers\\' => 20,
     
    1515
    1616    public static $prefixDirsPsr4 = array (
    17         'Composer\\Installers\\' => 
     17        'Composer\\Installers\\' =>
    1818        array (
    1919            0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
     
    13481348    {
    13491349        return \Closure::bind(function () use ($loader) {
    1350             $loader->prefixLengthsPsr4 = ComposerStaticInit9ce077c0a8093fbafe06749678422c4c::$prefixLengthsPsr4;
    1351             $loader->prefixDirsPsr4 = ComposerStaticInit9ce077c0a8093fbafe06749678422c4c::$prefixDirsPsr4;
    1352             $loader->classMap = ComposerStaticInit9ce077c0a8093fbafe06749678422c4c::$classMap;
     1350            $loader->prefixLengthsPsr4 = ComposerStaticInit88e18481b877a4240af60ad16111d9f3::$prefixLengthsPsr4;
     1351            $loader->prefixDirsPsr4 = ComposerStaticInit88e18481b877a4240af60ad16111d9f3::$prefixDirsPsr4;
     1352            $loader->classMap = ComposerStaticInit88e18481b877a4240af60ad16111d9f3::$classMap;
    13531353
    13541354        }, null, ClassLoader::class);
  • wordpress-seo/trunk/vendor/composer/installed.php

    r3398182 r3398825  
    44        'pretty_version' => 'dev-trunk',
    55        'version' => 'dev-trunk',
    6         'reference' => '3937e85a51006aa3ccf37ef38d94166870754b11',
     6        'reference' => '388511867e53073cfb2c11ff948e650430e34270',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-trunk',
    2424            'version' => 'dev-trunk',
    25             'reference' => '3937e85a51006aa3ccf37ef38d94166870754b11',
     25            'reference' => '388511867e53073cfb2c11ff948e650430e34270',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • wordpress-seo/trunk/wp-seo-main.php

    r3398182 r3398825  
    1616 *            serious issues with the options, so no if ( ! defined() ).}}
    1717 */
    18 define( 'WPSEO_VERSION', '26.5-RC1' );
     18define( 'WPSEO_VERSION', '26.5-RC2' );
    1919
    2020
  • wordpress-seo/trunk/wp-seo.php

    r3398182 r3398825  
    99 * @wordpress-plugin
    1010 * Plugin Name: Yoast SEO
    11  * Version:     26.5-RC1
     11 * Version:     26.5-RC2
    1212 * Plugin URI:  https://yoa.st/1uj
    1313 * Description: The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.
Note: See TracChangeset for help on using the changeset viewer.