Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Oct 5, 2015
1 parent 4866740 commit b915a9f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 13 deletions.
24 changes: 19 additions & 5 deletions README.md
Expand Up @@ -3,7 +3,7 @@
**Tags:** woocommerce, boleto, banco do brasil, bradesco, caixa, hsbc, itau, nossa caixa, real, santander, unibanco, bancoob
**Requires at least:** 3.9
**Tested up to:** 4.3
**Stable tag:** 1.5.2
**Stable tag:** 1.5.3
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -20,7 +20,7 @@ São aceitos boletos dos bancos:
* Bradesco
* Caixa Economica Federal
* HSBC
* Itau
* Itaú (recomendado utilizar o plugin [WooCommerce Itau Shopline](https://wordpress.org/plugins/wc-itau-shopline/) no lugar)
* Nossa Caixa
* Real
* Santander
Expand All @@ -40,6 +40,10 @@ Este plugin foi desenvolvido usando o [BoletoPHP](http://boletophp.com.br/).

Confira o nosso guia de instalação e configuração do Boleto na aba [Installation](http://wordpress.org/extend/plugins/woocommerce-boleto/installation/).

### Add-ons ###

* [Gerar boletos em PDF](https://wordpress.org/plugins/wc-boleto-pdf/).

### Dúvidas? ###

Você pode esclarecer suas dúvidas usando:
Expand Down Expand Up @@ -101,7 +105,7 @@ Assim como os arquivos do [BoletoPHP](http://boletophp.com.br/). Cada arquivo do
* Bradesco
* Caixa Economica Federal
* HSBC
* Itau
* Itaú (recomendado utilizar o plugin [WooCommerce Itau Shopline](https://wordpress.org/plugins/wc-itau-shopline/) no lugar)
* Nossa Caixa
* Real
* Santander
Expand All @@ -120,6 +124,10 @@ Crie um *Issue* em nosso [fórum no GitHub](https://github.com/claudiosmweb/wooc

Infelizmente não.

### Como posso exibir os boletos no formato PDF? ###

É possível gerar os boletos no formato PDF utilizando o plugin [WooCommerce Boleto - PDF Add-on](https://wordpress.org/plugins/wc-boleto-pdf/).

### Quer colaborar? ###

Envie sugestões ou *Pull Requests* em [GitHub](https://github.com/claudiosmweb/woocommerce-boleto/).
Expand All @@ -135,6 +143,11 @@ Envie sugestões ou *Pull Requests* em [GitHub](https://github.com/claudiosmweb/

## Changelog ##

### 1.5.3 - 2015/10/04 ###

* Adicionado action para ajudar a utilização do plugin "WooCommerce Boleto - PDF Add-on".
* Corrigido filtro `add_filter`.

### 1.5.2 - 2015/09/05 ###

* Corrigida a prioridade do método que exibe os templates dos boletos (isso corrige problemas de boletos não abrindo em alguns temas).
Expand Down Expand Up @@ -224,9 +237,10 @@ Envie sugestões ou *Pull Requests* em [GitHub](https://github.com/claudiosmweb/

## Upgrade Notice ##

### 1.5.2 ###
### 1.5.3 ###

* Corrigida a prioridade do método que exibe os templates dos boletos (isso corrige problemas de boletos não abrindo em alguns temas).
* Adicionado action para ajudar a utilização do plugin "WooCommerce Boleto - PDF Add-on".
* Corrigido filtro `add_filter`.

## License ##

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "woocommerce-boleto",
"description": "WooCommerce Boleto is a brazilian payment gateway for WooCommerce",
"version": "1.5.2",
"version": "1.5.3",
"repository": {
"type": "git",
"url": "https://github.com/claudiosmweb/woocommerce-boleto.git"
Expand Down
24 changes: 19 additions & 5 deletions readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: claudiosanches, deblynprado
Tags: woocommerce, boleto, banco do brasil, bradesco, caixa, hsbc, itau, nossa caixa, real, santander, unibanco, bancoob
Requires at least: 3.9
Tested up to: 4.3
Stable tag: 1.5.2
Stable tag: 1.5.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -20,7 +20,7 @@ São aceitos boletos dos bancos:
* Bradesco
* Caixa Economica Federal
* HSBC
* Itau
* Itaú (recomendado utilizar o plugin [WooCommerce Itau Shopline](https://wordpress.org/plugins/wc-itau-shopline/) no lugar)
* Nossa Caixa
* Real
* Santander
Expand All @@ -40,6 +40,10 @@ Este plugin foi desenvolvido usando o [BoletoPHP](http://boletophp.com.br/).

Confira o nosso guia de instalação e configuração do Boleto na aba [Installation](http://wordpress.org/extend/plugins/woocommerce-boleto/installation/).

= Add-ons =

* [Gerar boletos em PDF](https://wordpress.org/plugins/wc-boleto-pdf/).

= Dúvidas? =

Você pode esclarecer suas dúvidas usando:
Expand Down Expand Up @@ -101,7 +105,7 @@ Assim como os arquivos do [BoletoPHP](http://boletophp.com.br/). Cada arquivo do
* Bradesco
* Caixa Economica Federal
* HSBC
* Itau
* Itaú (recomendado utilizar o plugin [WooCommerce Itau Shopline](https://wordpress.org/plugins/wc-itau-shopline/) no lugar)
* Nossa Caixa
* Real
* Santander
Expand All @@ -120,6 +124,10 @@ Crie um *Issue* em nosso [fórum no GitHub](https://github.com/claudiosmweb/wooc

Infelizmente não.

= Como posso exibir os boletos no formato PDF? =

É possível gerar os boletos no formato PDF utilizando o plugin [WooCommerce Boleto - PDF Add-on](https://wordpress.org/plugins/wc-boleto-pdf/).

= Quer colaborar? =

Envie sugestões ou *Pull Requests* em [GitHub](https://github.com/claudiosmweb/woocommerce-boleto/).
Expand All @@ -131,6 +139,11 @@ Envie sugestões ou *Pull Requests* em [GitHub](https://github.com/claudiosmweb/

== Changelog ==

= 1.5.3 - 2015/10/04 =

* Adicionado action para ajudar a utilização do plugin "WooCommerce Boleto - PDF Add-on".
* Corrigido filtro `add_filter`.

= 1.5.2 - 2015/09/05 =

* Corrigida a prioridade do método que exibe os templates dos boletos (isso corrige problemas de boletos não abrindo em alguns temas).
Expand Down Expand Up @@ -220,9 +233,10 @@ Envie sugestões ou *Pull Requests* em [GitHub](https://github.com/claudiosmweb/

== Upgrade Notice ==

= 1.5.2 =
= 1.5.3 =

* Corrigida a prioridade do método que exibe os templates dos boletos (isso corrige problemas de boletos não abrindo em alguns temas).
* Adicionado action para ajudar a utilização do plugin "WooCommerce Boleto - PDF Add-on".
* Corrigido filtro `add_filter`.

== License ==

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-boleto.php
Expand Up @@ -5,7 +5,7 @@
* Description: WooCommerce Boleto is a brazilian payment gateway for WooCommerce
* Author: Claudio Sanches
* Author URI: https://claudiosmweb.com
* Version: 1.5.2
* Version: 1.5.3
* License: GPLv2 or later
* Text Domain: woocommerce-boleto
* Domain Path: /languages/
Expand All @@ -27,7 +27,7 @@ class WC_Boleto {
*
* @var string
*/
const VERSION = '1.5.2';
const VERSION = '1.5.3';

/**
* Instance of this class.
Expand Down

0 comments on commit b915a9f

Please sign in to comment.