Plugin Directory

Changeset 2990511


Ignore:
Timestamp:
11/07/2023 08:06:03 AM (2 years ago)
Author:
shipdepot
Message:

Update version 1.1.4 remove bootstrap in front end

Location:
ship-depot/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ship-depot/trunk/Ship_Depot_init.php

    r2988435 r2990511  
    55 * Plugin URI:        https://shipdepot.vn/
    66 * Description:       Ship Depot support shipping couriers in Vietnam like GHN, GHTK, AhaMove.
    7  * Version:           1.1.3
     7 * Version:           1.1.4
    88 * Author:            ShipDepot.vn
    99 * Text Domain:       ship-depot-translate
  • ship-depot/trunk/includes/class-ship-depot-general.php

    r2988435 r2990511  
    156156    public function front_enqueue_script()
    157157    {
    158         wp_enqueue_style('sd-bootstrap-style', SHIP_DEPOT_DIR_URL . 'assets/css/bootstrap/bootstrap.min.css', array(), '5.2.3', 'all');
     158        // wp_enqueue_style('sd-bootstrap-style', SHIP_DEPOT_DIR_URL . 'assets/css/bootstrap/bootstrap.min.css', array(), '5.2.3', 'all');
    159159        wp_enqueue_style('sd-main-style', SHIP_DEPOT_DIR_URL . 'assets/css/main.css', array(), '1.0.0', 'all');
    160160        wp_enqueue_style('sd-front', SHIP_DEPOT_DIR_URL . 'assets/css/fe-checkout.css', array(), '1.0.0', 'all');
  • ship-depot/trunk/readme.txt

    r2988435 r2990511  
    55Tested up to: 6.3.2
    66Requires PHP: 7.4.3
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.ô
    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.