Making WordPress.org

Changeset 13641


Ignore:
Timestamp:
05/01/2024 02:41:40 AM (2 years ago)
Author:
dd32
Message:

Plugin Directory: Search: Use the current stable release of WordPress as the tested-up-to base value.

This appears to have been hard-coded to 5.0 as part of the search migration from the old Jetpack site-search to Jetpack Search.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-search.php

    r13640 r13641  
    331331                                'exp' => [
    332332                                        'tested' => [
    333                                                 'origin' => '5.0',
     333                                                'origin' => sprintf( '%0.1f', defined( 'WP_CORE_STABLE_BRANCH' ) ? WP_CORE_STABLE_BRANCH : $GLOBALS['wp_version'] ),
    334334                                                'offset' => 0.1,
    335335                                                'scale'  => 0.4,
Note: See TracChangeset for help on using the changeset viewer.