Plugin Directory

Changeset 2311641


Ignore:
Timestamp:
05/25/2020 01:51:30 PM (6 years ago)
Author:
asaas
Message:

Committing 1.2.4 to trunk

Location:
woo-asaas/trunk
Files:
4 edited

Legend:

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

    r2200734 r2311641  
    2929     * @var string
    3030     */
    31     public $version = '1.2.3';
     31    public $version = '1.2.4';
    3232
    3333    /**
  • woo-asaas/trunk/includes/gateway/class-credit-card.php

    r1926400 r2311641  
    194194            'type'     => 'select',
    195195            'label'    => __( 'Installments', 'woo-asaas' ),
    196             'required' => true,
     196            'required' => false,
    197197            'class'    => array( 'asaas_field_cc' ),
    198198            'id'       => 'asaas-cc-installments',
  • woo-asaas/trunk/readme.txt

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

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