Plugin Directory

Changeset 3375380


Ignore:
Timestamp:
10/09/2025 12:34:48 AM (4 months ago)
Author:
kadecooper
Message:

1.0.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conditional-load-manager-lite/tags/1.0.9/conditional-plugin-loader.php

    r3375272 r3375380  
    33 * Plugin Name: Page Speed Script Optimizer
    44 * Description: Optimize WordPress performance by conditionally loading plugins based on pages. Lite version includes basic conditional loading features.
    5  * Version: 1.0.8
     5 * Version: 1.0.9
    66 * Requires at least: 5.0
    77 * Tested up to: 6.7
     
    2121
    2222// Define plugin constants
    23 define('PAGESPSC_VERSION', '1.0.8');
     23define('PAGESPSC_VERSION', '1.0.9');
    2424define('PAGESPSC_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2525define('PAGESPSC_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.