Changeset 2990511
- Timestamp:
- 11/07/2023 08:06:03 AM (2 years ago)
- Location:
- ship-depot/trunk
- Files:
-
- 3 edited
-
Ship_Depot_init.php (modified) (1 diff)
-
includes/class-ship-depot-general.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ship-depot/trunk/Ship_Depot_init.php
r2988435 r2990511 5 5 * Plugin URI: https://shipdepot.vn/ 6 6 * Description: Ship Depot support shipping couriers in Vietnam like GHN, GHTK, AhaMove. 7 * Version: 1.1. 37 * Version: 1.1.4 8 8 * Author: ShipDepot.vn 9 9 * Text Domain: ship-depot-translate -
ship-depot/trunk/includes/class-ship-depot-general.php
r2988435 r2990511 156 156 public function front_enqueue_script() 157 157 { 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'); 159 159 wp_enqueue_style('sd-main-style', SHIP_DEPOT_DIR_URL . 'assets/css/main.css', array(), '1.0.0', 'all'); 160 160 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 5 5 Tested up to: 6.3.2 6 6 Requires PHP: 7.4.3 7 Stable tag: 1.1. 37 Stable tag: 1.1.ô 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.