Plugin Directory

Changeset 2650250


Ignore:
Timestamp:
12/29/2021 03:48:31 AM (4 years ago)
Author:
redboxsa
Message:

Version 1.26

Location:
redbox-pickup
Files:
3 edited
8 copied

Legend:

Unmodified
Added
Removed
  • redbox-pickup/tags/1.26/front/front.php

    r2630552 r2650250  
    301301                    if ($rates["redbox_pickup_delivery"]) {
    302302                        $rates["redbox_pickup_delivery"]->cost = 0;
     303                        $rates["redbox_pickup_delivery"]->taxes = 0;
    303304                    }
    304305                }
  • redbox-pickup/tags/1.26/readme.txt

    r2630552 r2650250  
    55Requires at least: 3.3
    66Tested up to: 5.5.1
    7 Stable tag: 1.25
     7Stable tag: 1.26
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747= 1.18 =
    4848Update icon plugin.
     49= 1.26 =
     50Update tax for shipping price
    4951
    5052
     
    6668= 1.18 =
    6769Update icon plugin
     70= 1.26 =
     71Update tax for shipping price
    6872
    6973
  • redbox-pickup/tags/1.26/redbox.php

    r2630552 r2650250  
    44        * Description: This plugin allows customers pickup package at RedBox Locker.
    55        * Plugin URI: https://woocommerce.com/
    6         * Version: 1.25
     6        * Version: 1.26
    77        * Author: RedBox
    88        * Author URI: https://redboxsa.com
  • redbox-pickup/trunk/front/front.php

    r2630552 r2650250  
    301301                    if ($rates["redbox_pickup_delivery"]) {
    302302                        $rates["redbox_pickup_delivery"]->cost = 0;
     303                        $rates["redbox_pickup_delivery"]->taxes = 0;
    303304                    }
    304305                }
  • redbox-pickup/trunk/readme.txt

    r2630552 r2650250  
    55Requires at least: 3.3
    66Tested up to: 5.5.1
    7 Stable tag: 1.25
     7Stable tag: 1.26
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747= 1.18 =
    4848Update icon plugin.
     49= 1.26 =
     50Update tax for shipping price
    4951
    5052
     
    6668= 1.18 =
    6769Update icon plugin
     70= 1.26 =
     71Update tax for shipping price
    6872
    6973
  • redbox-pickup/trunk/redbox.php

    r2630552 r2650250  
    44        * Description: This plugin allows customers pickup package at RedBox Locker.
    55        * Plugin URI: https://woocommerce.com/
    6         * Version: 1.25
     6        * Version: 1.26
    77        * Author: RedBox
    88        * Author URI: https://redboxsa.com
Note: See TracChangeset for help on using the changeset viewer.