Plugin Directory


Ignore:
Timestamp:
02/13/2025 07:42:05 PM (9 months ago)
Author:
performanceteam
Message:

Update to version 1.0.0-beta2 from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • optimization-detective/trunk/load.php

    r3229869 r3240307  
    33 * Plugin Name: Optimization Detective
    44 * Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/optimization-detective
    5  * Description: Provides an API for leveraging real user metrics to detect optimizations to apply on the frontend to improve page performance.
     5 * Description: Provides a framework for leveraging real user metrics to detect optimizations for improving page performance.
    66 * Requires at least: 6.6
    77 * Requires PHP: 7.2
    8  * Version: 1.0.0-beta1
     8 * Version: 1.0.0-beta2
    99 * Author: WordPress Performance Team
    1010 * Author URI: https://make.wordpress.org/performance/
     
    7272)(
    7373    'optimization_detective_pending_plugin',
    74     '1.0.0-beta1',
     74    '1.0.0-beta2',
    7575    static function ( string $version ): void {
    7676        if ( defined( 'OPTIMIZATION_DETECTIVE_VERSION' ) ) {
Note: See TracChangeset for help on using the changeset viewer.