Plugin Directory

Changeset 3292015


Ignore:
Timestamp:
05/12/2025 03:58:13 PM (11 months ago)
Author:
brksoft
Message:

1.2.6 version upload

Location:
brikpanel-admin-panel-dashboard-for-woocommerce
Files:
99 added
2 edited

Legend:

Unmodified
Added
Removed
  • brikpanel-admin-panel-dashboard-for-woocommerce/trunk/brikpanel-admin-panel-dashboard-for-woocommerce.php

    r3288346 r3292015  
    33 * Plugin Name: Brikpanel - Admin Panel Dashboard for WooCommerce
    44 * Description: Beautiful and modern admin panel dashboard for WooCommerce
    5  * Version: 1.2.5
     5 * Version: 1.2.6
    66 * Author: Brksoft
    77 * Author URI: https://brksoft.com/
     
    5454    require_once BRIK82AD_PATH . 'back-end/total-sales/brik82ad-total-sales.php';
    5555    require_once BRIK82AD_PATH . 'back-end/order-value/brik82ad-order-value.php';
     56    // Back-end dosyalar
     57
     58    if ( is_admin() && isset($GLOBALS['pagenow']) && $GLOBALS['pagenow'] === 'index.php' ) {
     59        require_once BRIK82AD_PATH . 'back-end/live/brik82ad-live.php'; // Kapalı tutulmuş
     60        require_once BRIK82AD_PATH . 'back-end/conversion-count/brik82ad-conversion-count.php';
     61        require_once BRIK82AD_PATH . 'back-end/most-count/most-add-to-cart/brik82ad-most-add-to-cart.php';
     62        require_once BRIK82AD_PATH . 'back-end/most-count/most-sale/brik82ad-most-sale.php';
     63        require_once BRIK82AD_PATH . 'back-end/most-count/most-view/brik82ad-most-view.php';
     64    }
     65
    5666}
    5767add_action('init', 'brik82ad_init_admin');
     
    6676    require_once BRIK82AD_PATH . 'front-end/sound/brik82ad-sound.php';
    6777
    68     // Back-end (ancak admin dışı da etkileri olabilir) dosyalar
    69     require_once BRIK82AD_PATH . 'back-end/conversion-count/brik82ad-conversion-count.php';
    70     require_once BRIK82AD_PATH . 'back-end/most-count/most-add-to-cart/brik82ad-most-add-to-cart.php';
    71     require_once BRIK82AD_PATH . 'back-end/most-count/most-sale/brik82ad-most-sale.php';
    72     require_once BRIK82AD_PATH . 'back-end/most-count/most-view/brik82ad-most-view.php';
    73     require_once BRIK82AD_PATH . 'back-end/live/brik82ad-live.php'; // Kapalı tutulmuş
    7478}
    7579add_action('init', 'brik82ad_init_other');
     
    9498        BRIK82AD_URL . 'back-end/total-sales/brik82ad-total-sales.js',
    9599        [],
    96         '1.2.5',
     100        '1.2.6',
    97101        true
    98102    );
     
    107111        BRIK82AD_URL . 'back-end/order-value/brik82ad-order-value.js',
    108112        [],
    109         '1.2.5',
     113        '1.2.6',
    110114        true
    111115    );
     
    125129        BRIK82AD_URL . 'front-end/search/brik82ad-search.js',
    126130        [],
    127         '1.2.5',
     131        '1.2.6',
    128132        true
    129133    );
     
    138142        BRIK82AD_URL . 'front-end/sound/brik82ad-sound.js',
    139143        [],
    140         '1.2.5',
     144        '1.2.6',
    141145        true
    142146    );
     
    147151        BRIK82AD_URL . 'front-end/navigation/brik82ad-navigation.css',
    148152        [],
    149         '1.2.5'
     153        '1.2.6'
    150154    );
    151155
     
    154158        BRIK82AD_URL . 'front-end/search/brik82ad-search.css',
    155159        [],
    156         '1.2.5'
     160        '1.2.6'
    157161    );
    158162
     
    161165        BRIK82AD_URL . 'back-end/brik82ad-back-end.css',
    162166        [],
    163         '1.2.5'
     167        '1.2.6'
    164168    );
    165169}
     
    179183            BRIK82AD_URL . 'front-end/orders/brik82ad-orders.js',
    180184            ['jquery', 'wc-enhanced-select'],
    181             '1.2.5',
     185            '1.2.6',
    182186            true
    183187        );
     
    186190            BRIK82AD_URL . 'front-end/order/brik82ad-order.css',
    187191            [],
    188             '1.2.5'
     192            '1.2.6'
    189193        );
    190194        wp_enqueue_style(
     
    192196            BRIK82AD_URL . 'front-end/orders/brik82ad-orders.css',
    193197            [],
    194             '1.2.5'
     198            '1.2.6'
    195199        );
    196200    }
     
    202206            BRIK82AD_URL . 'front-end/products/brik82ad-products.css',
    203207            [],
    204             '1.2.5'
     208            '1.2.6'
    205209        );
    206210    }
     
    212216            BRIK82AD_URL . 'front-end/settings/brik82ad-settings.js',
    213217            ['jquery', 'wc-enhanced-select'],
    214             '1.2.5',
     218            '1.2.6',
    215219            true
    216220        );
     
    219223            BRIK82AD_URL . 'front-end/settings/brik82ad-settings.css',
    220224            [],
    221             '1.2.5'
     225            '1.2.6'
    222226        );
    223227    }
     
    228232        BRIK82AD_URL . 'front-end/navigation/brik82ad-navigation.js',
    229233        [],
    230         '1.2.5',
     234        '1.2.6',
    231235        true
    232236    );
     
    237241        BRIK82AD_URL . 'back-end/flatpickr/flatpickr.min.css',
    238242        [],
    239         '1.2.5'
     243        '1.2.6'
    240244    );
    241245
     
    245249        BRIK82AD_URL . 'back-end/flatpickr/flatpickr.js',
    246250        [],
    247         '1.2.5',
     251        '1.2.6',
    248252        true
    249253    );
  • brikpanel-admin-panel-dashboard-for-woocommerce/trunk/readme.txt

    r3288346 r3292015  
    66Tested up to: 6.7 
    77Requires PHP: 7.2 
    8 Stable tag: 1.2.5 
     8Stable tag: 1.2.6 
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    6767== Changelog ==
    6868
     69= 1.2.6 =
     70- Add category issue fixed.
     71
    6972= 1.2.3 =
    7073- Language support
Note: See TracChangeset for help on using the changeset viewer.