Plugin Directory

Changeset 3468026


Ignore:
Timestamp:
02/23/2026 09:12:15 PM (5 weeks ago)
Author:
karzan83
Message:

Updated Version 0.2.5

Location:
droproyal
Files:
7 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • droproyal/trunk/droproyal.php

    r3466548 r3468026  
    44 * Plugin URI: https://app.droproyal.com
    55 * Description: Connect WooCommerce to DropRoyal with one-click onboarding.
    6  * Version: 0.2.4
     6 * Version: 0.2.5
    77 * Requires at least: 6.2
    88 * Requires PHP: 7.4
     
    1818}
    1919
    20 define('DRWC_VERSION', '0.2.4');
     20define('DRWC_VERSION', '0.2.5');
    2121define('DRWC_OPTION_KEY', 'drwc_connector_options');
    2222define('DRWC_MENU_SLUG', 'droproyal-woo-connector');
     
    544544
    545545function drwc_admin_enqueue_assets($hook) {
    546     if ($hook !== 'toplevel_page_' . DRWC_MENU_SLUG) {
     546    if (!drwc_is_plugin_page()) {
    547547        return;
    548548    }
    549549    wp_enqueue_style(
    550550        'drwc-admin',
    551         plugins_url('assets/admin.css', __FILE__),
     551        plugin_dir_url(__FILE__) . 'assets/admin.css',
    552552        array(),
    553553        DRWC_VERSION
  • droproyal/trunk/readme.txt

    r3466548 r3468026  
    11=== DropRoyal ===
    2 Contributors: DropRoyal
     2Contributors: karzan83
    33Tags: woocommerce, dropshipping, connector
    44Requires at least: 6.2
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 0.2.4
     7Stable tag: 0.2.5
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3939
    4040== Changelog ==
     41
     42= 0.2.5 =
     43
     44* Fixed admin CSS enqueue path for WordPress.org plugin directory installs.
     45* Enqueue now targets the DropRoyal plugin page reliably.
    4146
    4247= 0.2.4 =
Note: See TracChangeset for help on using the changeset viewer.