Changeset 2972370
- Timestamp:
- 09/27/2023 06:52:55 PM (2 years ago)
- Location:
- shipbubble
- Files:
-
- 45 added
- 3 edited
-
tags/1.5 (added)
-
tags/1.5/admin (added)
-
tags/1.5/admin/css (added)
-
tags/1.5/admin/css/styles-wc.css (added)
-
tags/1.5/admin/index.php (added)
-
tags/1.5/admin/js (added)
-
tags/1.5/admin/js/ajax-create-shipment.js (added)
-
tags/1.5/admin/js/ajax-validate-address.js (added)
-
tags/1.5/admin/js/ajax-validate-auth.js (added)
-
tags/1.5/admin/woocommerce (added)
-
tags/1.5/admin/woocommerce/async-create-shipment.php (added)
-
tags/1.5/admin/woocommerce/async-validate-address.php (added)
-
tags/1.5/admin/woocommerce/enqueue-styles.php (added)
-
tags/1.5/admin/woocommerce/orders.php (added)
-
tags/1.5/admin/woocommerce/shipping-settings.php (added)
-
tags/1.5/admin/wordpress (added)
-
tags/1.5/admin/wordpress/async-validate-auth.php (added)
-
tags/1.5/admin/wordpress/index.php (added)
-
tags/1.5/admin/wordpress/settings-callback.php (added)
-
tags/1.5/admin/wordpress/settings-field-validation.php (added)
-
tags/1.5/admin/wordpress/settings-menu.php (added)
-
tags/1.5/admin/wordpress/settings-page.php (added)
-
tags/1.5/admin/wordpress/settings-register.php (added)
-
tags/1.5/includes (added)
-
tags/1.5/includes/constants.php (added)
-
tags/1.5/includes/core-methods.php (added)
-
tags/1.5/includes/endpoints.php (added)
-
tags/1.5/includes/index.php (added)
-
tags/1.5/index.php (added)
-
tags/1.5/languages (added)
-
tags/1.5/languages/index.php (added)
-
tags/1.5/license.txt (added)
-
tags/1.5/public (added)
-
tags/1.5/public/async-checkout-couriers.php (added)
-
tags/1.5/public/css (added)
-
tags/1.5/public/css/styles-wc.css (added)
-
tags/1.5/public/js (added)
-
tags/1.5/public/js/couriers-on-checkout.js (added)
-
tags/1.5/public/js/sweetalert2.min.js (added)
-
tags/1.5/public/woocommerce (added)
-
tags/1.5/public/woocommerce/checkout.php (added)
-
tags/1.5/public/woocommerce/enqueue-styles.php (added)
-
tags/1.5/readme.txt (added)
-
tags/1.5/shipbubble.php (added)
-
tags/1.5/uninstall.php (added)
-
trunk/public/woocommerce/checkout.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shipbubble.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shipbubble/trunk/public/woocommerce/checkout.php
r2964989 r2972370 98 98 99 99 $('html, body').animate({ 100 scrollTop: $(" ul#shipping_method").offset().top100 scrollTop: $("tfoot tr.woocommerce-shipping-totals.shipping").offset().top 101 101 }, 1000); 102 102 -
shipbubble/trunk/readme.txt
r2964989 r2972370 5 5 Requires at least: 4.0 6 6 Tested up to: 6.3 7 Stable tag: 1. 47 Stable tag: 1.5 8 8 Requires PHP: 5.6 9 9 License: GPLv3 or later … … 72 72 * set selected shipbubble option as checkout shipping option. 73 73 74 = 1.5 = 75 * Disable other shipping options option. 76 74 77 == Upgrade Notice == 75 78 = 1.3 = -
shipbubble/trunk/shipbubble.php
r2964989 r2972370 9 9 * Requires at least: 4.0 10 10 * Tested up to: 6.3 11 * Version: 1. 411 * Version: 1.5 12 12 * Requires PHP: 5.6 13 13 * Text Domain: shipbubble
Note: See TracChangeset
for help on using the changeset viewer.