Plugin Directory

Changeset 2200734


Ignore:
Timestamp:
11/25/2019 05:57:12 PM (6 years ago)
Author:
asaas
Message:

Committing 1.2.3 to trunk

Location:
woo-asaas/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woo-asaas/trunk/includes/api/client/class-client.php

    r2192816 r2200734  
    8383            $url, array(
    8484                'method'  => $method,
    85                 'timeout'  => 10,
     85                'timeout'  => 30,
    8686                'body'    => wp_json_encode( $data ),
    8787                'headers' => array(
  • woo-asaas/trunk/includes/class-wc-asaas.php

    r2200730 r2200734  
    2929     * @var string
    3030     */
    31     public $version = '1.2.2';
     31    public $version = '1.2.3';
    3232
    3333    /**
  • woo-asaas/trunk/readme.txt

    r2200730 r2200734  
    66Tested up to: 5.3
    77Requires PHP: 5.6
    8 Stable tag: 1.2.2
     8Stable tag: 1.2.3
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4747
    4848== Changelog ==
     49
     50= 1.2.3 =
     51* Fix - Request timeout was increaced
    4952
    5053= 1.2.2 =
  • woo-asaas/trunk/woo-asaas.php

    r2200730 r2200734  
    88 * Text Domain:     woo-asaas
    99 * Domain Path:     /languages
    10  * Version:         1.2.2
     10 * Version:         1.2.3
    1111 *
    1212 * @package         WooAsaas
Note: See TracChangeset for help on using the changeset viewer.