Changeset 2371251
- Timestamp:
- 08/28/2020 07:01:08 PM (6 years ago)
- Location:
- ipag-woocommerce
- Files:
-
- 49 added
- 2 edited
-
tags/1.9.13 (added)
-
tags/1.9.13/classes (added)
-
tags/1.9.13/classes/gateway_loader.php (added)
-
tags/1.9.13/classes/index.php (added)
-
tags/1.9.13/classes/ipag-gateway-boleto.php (added)
-
tags/1.9.13/classes/ipag-gateway-cartaoduplo.php (added)
-
tags/1.9.13/classes/ipag-gateway-credito.php (added)
-
tags/1.9.13/classes/ipag-gateway-debito.php (added)
-
tags/1.9.13/classes/ipag-gateway-itaushopline.php (added)
-
tags/1.9.13/css (added)
-
tags/1.9.13/css/custom-style.css (added)
-
tags/1.9.13/images (added)
-
tags/1.9.13/images/american.png (added)
-
tags/1.9.13/images/american_dis.png (added)
-
tags/1.9.13/images/aura.png (added)
-
tags/1.9.13/images/aura_dis.png (added)
-
tags/1.9.13/images/diners.png (added)
-
tags/1.9.13/images/diners_dis.png (added)
-
tags/1.9.13/images/discover.png (added)
-
tags/1.9.13/images/discover_dis.png (added)
-
tags/1.9.13/images/elo.png (added)
-
tags/1.9.13/images/elo_dis.png (added)
-
tags/1.9.13/images/hiper.png (added)
-
tags/1.9.13/images/hiper_dis.png (added)
-
tags/1.9.13/images/index.php (added)
-
tags/1.9.13/images/jcb.png (added)
-
tags/1.9.13/images/jcb_dis.png (added)
-
tags/1.9.13/images/maestro.png (added)
-
tags/1.9.13/images/maestro_dis.png (added)
-
tags/1.9.13/images/master.png (added)
-
tags/1.9.13/images/master_dis.png (added)
-
tags/1.9.13/images/velectron.png (added)
-
tags/1.9.13/images/velectron_dis.png (added)
-
tags/1.9.13/images/visa.png (added)
-
tags/1.9.13/images/visa_dis.png (added)
-
tags/1.9.13/index.php (added)
-
tags/1.9.13/ipag-gateway.php (added)
-
tags/1.9.13/js (added)
-
tags/1.9.13/js/cartao.js (added)
-
tags/1.9.13/js/cpf_cnpj.js (added)
-
tags/1.9.13/js/index.php (added)
-
tags/1.9.13/js/masks.js (added)
-
tags/1.9.13/languages (added)
-
tags/1.9.13/languages/index.php (added)
-
tags/1.9.13/languages/ipag-gateway-pt_BR.mo (added)
-
tags/1.9.13/languages/ipag-gateway-pt_BR.po (added)
-
tags/1.9.13/logs (added)
-
tags/1.9.13/logs/.htaccess (added)
-
tags/1.9.13/readme.txt (added)
-
trunk/ipag-gateway.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipag-woocommerce/trunk/ipag-gateway.php
r2089412 r2371251 6 6 * Author URI: mailto:suporte@ipag.com.br 7 7 * Plugin URI: http://www.ipag.com.br/ 8 * Version: 1.9.1 28 * Version: 1.9.13 9 9 * Text Domain: ipag-woocommerce 10 10 * Domain Path: /languages/ … … 102 102 103 103 $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;"; 111 111 112 112 $wpdb->query($sql); -
ipag-woocommerce/trunk/readme.txt
r2316028 r2371251 3 3 Tags: payments, pagamentos, gateway, ipag, cartões, boletos, visa, mastercard 4 4 Requires at least: 3.0.1 5 Tested up to: 5. 4.15 Tested up to: 5.5 6 6 Requires PHP: 5.4 7 Stable tag: 1.9.1 07 Stable tag: 1.9.13 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 == Changelog == 29 = 1.9.13 = 30 * Tested on latest version of Wordpress 5.5 31 29 32 = 1.9.10 = 30 33 * Tested on latest version of Wordpress 5.4.1
Note: See TracChangeset
for help on using the changeset viewer.