Changeset 2537369
- Timestamp:
- 05/25/2021 06:43:27 PM (5 years ago)
- Location:
- boleto-cora/trunk
- Files:
-
- 5 edited
-
README.md (modified) (1 diff)
-
cora-woocommerce.php (modified) (1 diff)
-
includes/class-wc-cora-gateway.php (modified) (3 diffs)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boleto-cora/trunk/README.md
r2503752 r2537369 4 4 **Requires at least:** 4.5 5 5 **Tested up to:** 5.6 6 **Stable tag:** 1.1. 16 **Stable tag:** 1.1.2 7 7 **License:** AGPLv3 or later 8 8 **License URI:** https://www.gnu.org/licenses/agpl-3.0.txt -
boleto-cora/trunk/cora-woocommerce.php
r2476035 r2537369 12 12 * Plugin URI: https://cora.divox.com.br/ 13 13 * Description: Serviços financeiros poderosamente simples 14 * Version: 1.1. 114 * Version: 1.1.2 15 15 * Author: Divox Tecnologia <suporte@divox.com.br> 16 16 * Author URI: https://www.divox.com.br/ -
boleto-cora/trunk/includes/class-wc-cora-gateway.php
r2517144 r2537369 16 16 $this->id = 'cora'; 17 17 $this->plugin_slug = 'cora-woocommerce'; 18 $this->version = '1.1. 1';18 $this->version = '1.1.2'; 19 19 $this->icon = apply_filters('woocommerce_cora_icon', ''); 20 20 $this->has_fields = false; … … 90 90 <div class="clear"></div> 91 91 <div class="wcbcf-address"> 92 93 92 <h4>Campos personalizados Cora</h4> 94 95 93 <p> 96 94 <strong>CPF/CNPJ: </strong> ' . $order->get_meta('cora_document') . '<br /> … … 599 597 } 600 598 601 $remote_order->status = 'PAID';602 599 if ('PAID' == $remote_order->status) { 603 600 do_action('woocommerce_cora_webhook_notification', $remote_order); -
boleto-cora/trunk/package.json
r2476035 r2537369 2 2 "name": "cora-woocommerce", 3 3 "description": "Powerfully simple financial services", 4 "version": "1.1. 1",4 "version": "1.1.2", 5 5 "main": "Gruntfile.js", 6 6 "devDependencies": { -
boleto-cora/trunk/readme.txt
r2521781 r2537369 5 5 Requires at least: 4.5 6 6 Tested up to: 5.6 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 Requires PHP: 7.0 9 9 License: AGPLv3 or later … … 61 61 = 1.1 = 62 62 * Removido css botão imprimir boleto 63 = 1.1.2 = 64 * Ajustado status em conformidade com as alterações no stage
Note: See TracChangeset
for help on using the changeset viewer.