Changeset 3229867 for speculation-rules/trunk/load.php
- Timestamp:
- 01/27/2025 06:22:54 PM (12 months ago)
- File:
-
- 1 edited
-
speculation-rules/trunk/load.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
speculation-rules/trunk/load.php
r3098880 r3229867 3 3 * Plugin Name: Speculative Loading 4 4 * 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. 45 * Description: Enables browsers to speculatively prerender or prefetch pages to achieve near-instant loads based on user interaction. 6 * Requires at least: 6.6 7 7 * Requires PHP: 7.2 8 * Version: 1. 3.18 * Version: 1.4.0 9 9 * Author: WordPress Performance Team 10 10 * Author URI: https://make.wordpress.org/performance/ … … 16 16 */ 17 17 18 // Exit if accessed directly.18 // @codeCoverageIgnoreStart 19 19 if ( ! defined( 'ABSPATH' ) ) { 20 exit; 20 exit; // Exit if accessed directly. 21 21 } 22 // @codeCoverageIgnoreEnd 22 23 23 24 ( … … 66 67 )( 67 68 'plsr_pending_plugin_info', 68 '1. 3.1',69 '1.4.0', 69 70 static function ( string $version ): void { 70 71
Note: See TracChangeset
for help on using the changeset viewer.