Plugin Directory


Ignore:
Timestamp:
01/27/2025 06:22:54 PM (12 months ago)
Author:
performanceteam
Message:

Update to version 1.4.0 from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • speculation-rules/trunk/load.php

    r3098880 r3229867  
    33 * Plugin Name: Speculative Loading
    44 * Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/speculation-rules
    5  * Description: Enables browsers to speculatively prerender or prefetch pages when hovering over links.
    6  * Requires at least: 6.4
     5 * Description: Enables browsers to speculatively prerender or prefetch pages to achieve near-instant loads based on user interaction.
     6 * Requires at least: 6.6
    77 * Requires PHP: 7.2
    8  * Version: 1.3.1
     8 * Version: 1.4.0
    99 * Author: WordPress Performance Team
    1010 * Author URI: https://make.wordpress.org/performance/
     
    1616 */
    1717
    18 // Exit if accessed directly.
     18// @codeCoverageIgnoreStart
    1919if ( ! defined( 'ABSPATH' ) ) {
    20     exit;
     20    exit; // Exit if accessed directly.
    2121}
     22// @codeCoverageIgnoreEnd
    2223
    2324(
     
    6667)(
    6768    'plsr_pending_plugin_info',
    68     '1.3.1',
     69    '1.4.0',
    6970    static function ( string $version ): void {
    7071
Note: See TracChangeset for help on using the changeset viewer.