Changeset 2200734
- Timestamp:
- 11/25/2019 05:57:12 PM (6 years ago)
- Location:
- woo-asaas/trunk
- Files:
-
- 4 edited
-
includes/api/client/class-client.php (modified) (1 diff)
-
includes/class-wc-asaas.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woo-asaas.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-asaas/trunk/includes/api/client/class-client.php
r2192816 r2200734 83 83 $url, array( 84 84 'method' => $method, 85 'timeout' => 10,85 'timeout' => 30, 86 86 'body' => wp_json_encode( $data ), 87 87 'headers' => array( -
woo-asaas/trunk/includes/class-wc-asaas.php
r2200730 r2200734 29 29 * @var string 30 30 */ 31 public $version = '1.2. 2';31 public $version = '1.2.3'; 32 32 33 33 /** -
woo-asaas/trunk/readme.txt
r2200730 r2200734 6 6 Tested up to: 5.3 7 7 Requires PHP: 5.6 8 Stable tag: 1.2. 28 Stable tag: 1.2.3 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 47 47 48 48 == Changelog == 49 50 = 1.2.3 = 51 * Fix - Request timeout was increaced 49 52 50 53 = 1.2.2 = -
woo-asaas/trunk/woo-asaas.php
r2200730 r2200734 8 8 * Text Domain: woo-asaas 9 9 * Domain Path: /languages 10 * Version: 1.2. 210 * Version: 1.2.3 11 11 * 12 12 * @package WooAsaas
Note: See TracChangeset
for help on using the changeset viewer.