Plugin Directory

Changeset 2371251


Ignore:
Timestamp:
08/28/2020 07:01:08 PM (6 years ago)
Author:
ipag
Message:

Updated to version 1.9.13

Location:
ipag-woocommerce
Files:
49 added
2 edited

Legend:

Unmodified
Added
Removed
  • ipag-woocommerce/trunk/ipag-gateway.php

    r2089412 r2371251  
    66 * Author URI:     mailto:suporte@ipag.com.br
    77 * Plugin URI:     http://www.ipag.com.br/
    8  * Version:     1.9.12
     8 * Version:     1.9.13
    99 * Text Domain: ipag-woocommerce
    1010 * Domain Path: /languages/
     
    102102
    103103            $sql = "CREATE TABLE IF NOT EXISTS $table_name (
    104                                                                         id INT(11) NOT NULL AUTO_INCREMENT,
    105                                                                         order_id INT(11) NOT NULL,
    106                                                                         trans_id VARCHAR(128) NOT NULL,
    107                                                                         status INT(11) NOT NULL,
    108                                                                         payment_date DATE NOT NULL,
    109                                                                         PRIMARY KEY pkipag_id (id)
    110                                                                         ) $collate;";
     104                                                                            id INT(11) NOT NULL AUTO_INCREMENT,
     105                                                                            order_id INT(11) NOT NULL,
     106                                                                            trans_id VARCHAR(128) NOT NULL,
     107                                                                            status INT(11) NOT NULL,
     108                                                                            payment_date DATE NOT NULL,
     109                                                                            PRIMARY KEY pkipag_id (id)
     110                                                                            ) $collate;";
    111111
    112112            $wpdb->query($sql);
  • ipag-woocommerce/trunk/readme.txt

    r2316028 r2371251  
    33Tags: payments, pagamentos, gateway, ipag, cartões, boletos, visa, mastercard
    44Requires at least: 3.0.1
    5 Tested up to: 5.4.1
     5Tested up to: 5.5
    66Requires PHP: 5.4
    7 Stable tag: 1.9.10
     7Stable tag: 1.9.13
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727
    2828== Changelog ==
     29= 1.9.13 =
     30* Tested on latest version of Wordpress 5.5
     31
    2932= 1.9.10 =
    3033* Tested on latest version of Wordpress 5.4.1
Note: See TracChangeset for help on using the changeset viewer.