Plugin Directory

Changeset 3267542


Ignore:
Timestamp:
04/06/2025 07:08:18 PM (12 months ago)
Author:
brksoft
Message:

1.2.1 version updated

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

Legend:

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

    r3266267 r3267542  
    33 * Plugin Name: Brikpanel - Admin Panel Dashboard for WooCommerce
    44 * Description: Beautiful and modern admin panel dashboard for WooCommerce
    5  * Version: 1.2.0
     5 * Version: 1.2.1
    66 * Author: Brksoft
    77 * Author URI: https://brksoft.com/
     
    9393        BRIK82AD_URL . 'back-end/total-sales/brik82ad-total-sales.js',
    9494        [],
    95         '1.2.0',
     95        '1.2.1',
    9696        true
    9797    );
     
    106106        BRIK82AD_URL . 'back-end/order-value/brik82ad-order-value.js',
    107107        [],
    108         '1.2.0',
     108        '1.2.1',
    109109        true
    110110    );
     
    124124        BRIK82AD_URL . 'front-end/search/brik82ad-search.js',
    125125        [],
    126         '1.2.0',
     126        '1.2.1',
    127127        true
    128128    );
     
    137137        BRIK82AD_URL . 'front-end/sound/brik82ad-sound.js',
    138138        [],
    139         '1.2.0',
     139        '1.2.1',
    140140        true
    141141    );
     
    146146        BRIK82AD_URL . 'front-end/navigation/brik82ad-navigation.css',
    147147        [],
    148         '1.2.0'
     148        '1.2.1'
    149149    );
    150150
     
    153153        BRIK82AD_URL . 'front-end/search/brik82ad-search.css',
    154154        [],
    155         '1.2.0'
     155        '1.2.1'
    156156    );
    157157
     
    160160        BRIK82AD_URL . 'back-end/brik82ad-back-end.css',
    161161        [],
    162         '1.2.0'
     162        '1.2.1'
    163163    );
    164164}
     
    178178            BRIK82AD_URL . 'front-end/orders/brik82ad-orders.js',
    179179            ['jquery', 'wc-enhanced-select'],
    180             '1.2.0',
     180            '1.2.1',
    181181            true
    182182        );
     
    185185            BRIK82AD_URL . 'front-end/order/brik82ad-order.css',
    186186            [],
    187             '1.2.0'
     187            '1.2.1'
    188188        );
    189189        wp_enqueue_style(
     
    191191            BRIK82AD_URL . 'front-end/orders/brik82ad-orders.css',
    192192            [],
    193             '1.2.0'
     193            '1.2.1'
    194194        );
    195195    }
     
    201201            BRIK82AD_URL . 'front-end/products/brik82ad-products.css',
    202202            [],
    203             '1.2.0'
     203            '1.2.1'
    204204        );
    205205    }
     
    211211            BRIK82AD_URL . 'front-end/settings/brik82ad-settings.js',
    212212            ['jquery', 'wc-enhanced-select'],
    213             '1.2.0',
     213            '1.2.1',
    214214            true
    215215        );
     
    218218            BRIK82AD_URL . 'front-end/settings/brik82ad-settings.css',
    219219            [],
    220             '1.2.0'
     220            '1.2.1'
    221221        );
    222222    }
     
    227227        BRIK82AD_URL . 'front-end/navigation/brik82ad-navigation.js',
    228228        [],
    229         '1.2.0',
     229        '1.2.1',
    230230        true
    231231    );
     
    236236        BRIK82AD_URL . 'back-end/flatpickr/flatpickr.min.css',
    237237        [],
    238         '1.2.0'
     238        '1.2.1'
    239239    );
    240240
     
    244244        BRIK82AD_URL . 'back-end/flatpickr/flatpickr.js',
    245245        [],
    246         '1.2.0',
     246        '1.2.1',
    247247        true
    248248    );
  • brikpanel-admin-panel-dashboard-for-woocommerce/trunk/readme.txt

    r3266267 r3267542  
    66Tested up to: 6.7
    77Requires PHP: 7.2
    8 Stable tag: 1.2.0
     8Stable tag: 1.2.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6262== Changelog ==
    6363
     64= 1.2.1 =
     65- Admin menu editor compatibility fixed
     66
    6467= 1.2.0 =
    6568- Added WooCommerce compatibility up to version 9.4
Note: See TracChangeset for help on using the changeset viewer.