Plugin Directory

Changeset 1778881


Ignore:
Timestamp:
11/30/2017 06:11:23 PM (8 years ago)
Author:
andsnleo
Message:

Official release of v1.0.12 with missing file bug fix

Location:
iugu-woocommerce
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • iugu-woocommerce/tags/1.0.12/iugu-woocommerce.php

    r1778845 r1778881  
    44 * Plugin URI: https://github.com/iugu/iugu-woocommerce
    55 * Description: Iugu payment gateway for WooCommerce.
    6  * Author: Iugu
    7  * Author URI: http://iugu.com/
    8  * Version: 1.0.11
     6 * Author: iugu
     7 * Author URI: https://iugu.com/
     8 * Version: 1.0.12
    99 * License: GPLv2 or later
    1010 * Text Domain: iugu-woocommerce
     
    2828     * @var string
    2929     */
    30     const VERSION = '1.0.11';
     30    const VERSION = '1.0.12';
    3131
    3232    /**
  • iugu-woocommerce/tags/1.0.12/readme.txt

    r1778808 r1778881  
    11=== WooCommerce iugu ===
    2 **Contributors:** iugu, claudiosanches, braising, andsnleo
    3 **Tags:** woocommerce, iugu, payment
    4 **Requires at least:** 3.9
    5 **Tested up to:** 4.9
    6 **Stable tag:** 1.0.11
    7 **License:** GPLv2 or later
    8 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
     2Contributors: iugu, claudiosanches, braising, andsnleo
     3Tags: woocommerce, iugu, payment
     4Requires at least: 3.9
     5Tested up to: 4.9
     6Stable tag: 1.0.12
     7License: GPLv2 or later
     8License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    1010Receba pagamentos por cartão de crédito e boleto bancário na sua loja WooCommerce com a iugu.
     
    8989== Changelog ==
    9090
     91= 1.0.12 - 2017/11/30 =
     92* **Correção**: Incluída dependência do plugin que estava em falta na versão 1.0.11. Obrigado, @diasnt!
     93
    9194= 1.0.11 - 2017/11/29 =
    9295* **Melhoria**: Erros da API da iugu agora são exibidos na página do checkout em vez do antigo erro padrão de pagamento, que dizia muito sem dizer nada.
     
    140143== Upgrade Notice ==
    141144
     145= 1.0.12 =
     146Incluímos uma dependência do plugin que estava em falta na versão 1.0.11. Obrigado, @diasnt!
     147
    142148= 1.0.11  =
    143149Atualizamos o plugin para enviar a informação de **Bairro** do cliente, dado essencial para a criação de boletos registrados.
  • iugu-woocommerce/trunk/iugu-woocommerce.php

    r1778845 r1778881  
    44 * Plugin URI: https://github.com/iugu/iugu-woocommerce
    55 * Description: Iugu payment gateway for WooCommerce.
    6  * Author: Iugu
    7  * Author URI: http://iugu.com/
    8  * Version: 1.0.11
     6 * Author: iugu
     7 * Author URI: https://iugu.com/
     8 * Version: 1.0.12
    99 * License: GPLv2 or later
    1010 * Text Domain: iugu-woocommerce
     
    2828     * @var string
    2929     */
    30     const VERSION = '1.0.11';
     30    const VERSION = '1.0.12';
    3131
    3232    /**
  • iugu-woocommerce/trunk/readme.txt

    r1778808 r1778881  
    11=== WooCommerce iugu ===
    2 **Contributors:** iugu, claudiosanches, braising, andsnleo
    3 **Tags:** woocommerce, iugu, payment
    4 **Requires at least:** 3.9
    5 **Tested up to:** 4.9
    6 **Stable tag:** 1.0.11
    7 **License:** GPLv2 or later
    8 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
     2Contributors: iugu, claudiosanches, braising, andsnleo
     3Tags: woocommerce, iugu, payment
     4Requires at least: 3.9
     5Tested up to: 4.9
     6Stable tag: 1.0.12
     7License: GPLv2 or later
     8License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    1010Receba pagamentos por cartão de crédito e boleto bancário na sua loja WooCommerce com a iugu.
     
    8989== Changelog ==
    9090
     91= 1.0.12 - 2017/11/30 =
     92* **Correção**: Incluída dependência do plugin que estava em falta na versão 1.0.11. Obrigado, @diasnt!
     93
    9194= 1.0.11 - 2017/11/29 =
    9295* **Melhoria**: Erros da API da iugu agora são exibidos na página do checkout em vez do antigo erro padrão de pagamento, que dizia muito sem dizer nada.
     
    140143== Upgrade Notice ==
    141144
     145= 1.0.12 =
     146Incluímos uma dependência do plugin que estava em falta na versão 1.0.11. Obrigado, @diasnt!
     147
    142148= 1.0.11  =
    143149Atualizamos o plugin para enviar a informação de **Bairro** do cliente, dado essencial para a criação de boletos registrados.
Note: See TracChangeset for help on using the changeset viewer.