Plugin Directory

Changeset 2537369


Ignore:
Timestamp:
05/25/2021 06:43:27 PM (5 years ago)
Author:
recaetano
Message:

Status method changed

Location:
boleto-cora/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • boleto-cora/trunk/README.md

    r2503752 r2537369  
    44**Requires at least:** 4.5 
    55**Tested up to:** 5.6
    6 **Stable tag:** 1.1.1
     6**Stable tag:** 1.1.2
    77**License:** AGPLv3 or later 
    88**License URI:** https://www.gnu.org/licenses/agpl-3.0.txt 
  • boleto-cora/trunk/cora-woocommerce.php

    r2476035 r2537369  
    1212 * Plugin URI:        https://cora.divox.com.br/
    1313 * Description:       Serviços financeiros poderosamente simples
    14  * Version:           1.1.1
     14 * Version:           1.1.2
    1515 * Author:            Divox Tecnologia <suporte@divox.com.br>
    1616 * Author URI:        https://www.divox.com.br/
  • boleto-cora/trunk/includes/class-wc-cora-gateway.php

    r2517144 r2537369  
    1616        $this->id = 'cora';
    1717        $this->plugin_slug = 'cora-woocommerce';
    18         $this->version = '1.1.1';
     18        $this->version = '1.1.2';
    1919        $this->icon = apply_filters('woocommerce_cora_icon', '');
    2020        $this->has_fields = false;
     
    9090<div class="clear"></div>
    9191<div class="wcbcf-address">
    92 
    9392    <h4>Campos personalizados Cora</h4>
    94 
    9593    <p>
    9694        <strong>CPF/CNPJ: </strong> ' . $order->get_meta('cora_document') . '<br />
     
    599597        }
    600598
    601         $remote_order->status = 'PAID';
    602599        if ('PAID' == $remote_order->status) {
    603600            do_action('woocommerce_cora_webhook_notification', $remote_order);
  • boleto-cora/trunk/package.json

    r2476035 r2537369  
    22  "name": "cora-woocommerce",
    33  "description": "Powerfully simple financial services",
    4   "version": "1.1.1",
     4  "version": "1.1.2",
    55  "main": "Gruntfile.js",
    66  "devDependencies": {
  • boleto-cora/trunk/readme.txt

    r2521781 r2537369  
    55Requires at least: 4.5
    66Tested up to: 5.6
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88Requires PHP: 7.0
    99License: AGPLv3 or later
     
    6161= 1.1 =
    6262* 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.