Changeset 2650250
- Timestamp:
- 12/29/2021 03:48:31 AM (4 years ago)
- Location:
- redbox-pickup
- Files:
-
- 3 edited
- 8 copied
-
tags/1.26 (copied) (copied from redbox-pickup/trunk)
-
tags/1.26/admin/config.php (copied) (copied from redbox-pickup/trunk/admin/config.php)
-
tags/1.26/admin/new_method.php (copied) (copied from redbox-pickup/trunk/admin/new_method.php)
-
tags/1.26/css/front.css (copied) (copied from redbox-pickup/trunk/css/front.css)
-
tags/1.26/front/front.php (copied) (copied from redbox-pickup/trunk/front/front.php) (1 diff)
-
tags/1.26/js/front.js (copied) (copied from redbox-pickup/trunk/js/front.js)
-
tags/1.26/readme.txt (copied) (copied from redbox-pickup/trunk/readme.txt) (3 diffs)
-
tags/1.26/redbox.php (copied) (copied from redbox-pickup/trunk/redbox.php) (1 diff)
-
trunk/front/front.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/redbox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
redbox-pickup/tags/1.26/front/front.php
r2630552 r2650250 301 301 if ($rates["redbox_pickup_delivery"]) { 302 302 $rates["redbox_pickup_delivery"]->cost = 0; 303 $rates["redbox_pickup_delivery"]->taxes = 0; 303 304 } 304 305 } -
redbox-pickup/tags/1.26/readme.txt
r2630552 r2650250 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1.2 57 Stable tag: 1.26 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 = 1.18 = 48 48 Update icon plugin. 49 = 1.26 = 50 Update tax for shipping price 49 51 50 52 … … 66 68 = 1.18 = 67 69 Update icon plugin 70 = 1.26 = 71 Update tax for shipping price 68 72 69 73 -
redbox-pickup/tags/1.26/redbox.php
r2630552 r2650250 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1.2 56 * Version: 1.26 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com -
redbox-pickup/trunk/front/front.php
r2630552 r2650250 301 301 if ($rates["redbox_pickup_delivery"]) { 302 302 $rates["redbox_pickup_delivery"]->cost = 0; 303 $rates["redbox_pickup_delivery"]->taxes = 0; 303 304 } 304 305 } -
redbox-pickup/trunk/readme.txt
r2630552 r2650250 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1.2 57 Stable tag: 1.26 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 = 1.18 = 48 48 Update icon plugin. 49 = 1.26 = 50 Update tax for shipping price 49 51 50 52 … … 66 68 = 1.18 = 67 69 Update icon plugin 70 = 1.26 = 71 Update tax for shipping price 68 72 69 73 -
redbox-pickup/trunk/redbox.php
r2630552 r2650250 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1.2 56 * Version: 1.26 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com
Note: See TracChangeset
for help on using the changeset viewer.