Plugin Directory

Changeset 2821828


Ignore:
Timestamp:
11/22/2022 03:57:59 AM (3 years ago)
Author:
redboxsa
Message:

Version 1.30

Location:
redbox-pickup
Files:
3 edited
8 copied

Legend:

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

    r2650250 r2821828  
    163163                            'Authorization' => 'Bearer ' . $this->redboxKey
    164164                        ),
    165                         'body' => $dataShipment
     165                        'body' => $dataShipment,
     166                        'timeout' => 60
    166167                    );
    167168                    $response = wp_remote_post($urlQuery, $options);
     
    226227                                'Authorization' => 'Bearer ' . $this->redboxKey
    227228                            ),
    228                             'body' => $dataShipment
     229                            'body' => $dataShipment,
     230                            'timeout' => 60
    229231                        );
    230232                        $response = wp_remote_post($urlQuery, $options);
  • redbox-pickup/tags/1.30/readme.txt

    r2768963 r2821828  
    55Requires at least: 3.3
    66Tested up to: 5.5.1
    7 Stable tag: 1.29
     7Stable tag: 1.30
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • redbox-pickup/tags/1.30/redbox.php

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

    r2650250 r2821828  
    163163                            'Authorization' => 'Bearer ' . $this->redboxKey
    164164                        ),
    165                         'body' => $dataShipment
     165                        'body' => $dataShipment,
     166                        'timeout' => 60
    166167                    );
    167168                    $response = wp_remote_post($urlQuery, $options);
     
    226227                                'Authorization' => 'Bearer ' . $this->redboxKey
    227228                            ),
    228                             'body' => $dataShipment
     229                            'body' => $dataShipment,
     230                            'timeout' => 60
    229231                        );
    230232                        $response = wp_remote_post($urlQuery, $options);
  • redbox-pickup/trunk/readme.txt

    r2768963 r2821828  
    55Requires at least: 3.3
    66Tested up to: 5.5.1
    7 Stable tag: 1.29
     7Stable tag: 1.30
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • redbox-pickup/trunk/redbox.php

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