Plugin Directory

Changeset 3374756


Ignore:
Timestamp:
10/08/2025 02:50:15 AM (5 months ago)
Author:
kadecooper
Message:

1.0.6

Location:
conditional-load-manager-lite/trunk
Files:
2 edited

Legend:

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

    r3374747 r3374756  
    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.0
     5 * Version: 1.0.6
    66 * Requires at least: 5.0
    77 * Tested up to: 6.7
     
    2121
    2222// Define plugin constants
    23 define('PAGESPSC_VERSION', '1.0.0');
     23define('PAGESPSC_VERSION', '1.0.6');
    2424define('PAGESPSC_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2525define('PAGESPSC_PLUGIN_URL', plugin_dir_url(__FILE__));
  • conditional-load-manager-lite/trunk/readme.txt

    r3374747 r3374756  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.