Plugin Directory

Changeset 3325566


Ignore:
Timestamp:
07/10/2025 11:07:15 AM (9 months ago)
Author:
mohsinwebs
Message:

update

Location:
speedox/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • speedox/trunk/readme.txt

    r3325227 r3325566  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • speedox/trunk/speedox.php

    r3325270 r3325566  
    33 * Plugin Name: SpeedOx
    44 * Description: SpeedOx is a powerful speed optimization plugin that intelligently caches, cleans, and boosts WordPress performance.
    5  * Version: 1.1.1
     5 * Version: 1.1.2
    66 * Author: Mohsin Webs
    77 * Requires at least: 6.8
     
    6363        SPEEDOX_VERSION
    6464    );
    65 }
    66 
    67 // Load Dashicons for admin pages (for WordPress.org install)
    68 add_action('admin_enqueue_scripts', 'speedox_force_dashicons');
    69 function speedox_force_dashicons() {
    70     wp_enqueue_style('dashicons');
    7165}
    7266
Note: See TracChangeset for help on using the changeset viewer.