Skip to content

Commit

Permalink
updated to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Mar 25, 2014
1 parent e4e51e3 commit 1436ff7
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 24 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:** woocommerce, checkout, moip
**Requires at least:** 3.8
**Tested up to:** 3.8.1
**Stable tag:** 2.2.6
**Stable tag:** 2.2.7
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -76,7 +76,7 @@ No Moip você precisa validar sua conta e configurar ela para receber pagamentos

Para que seja possível receber notificações sobre as transações direto no seu WooCommerce você deve ativar a opção "**Notificação de Alteração de Status de Pagamento**" em `Menus Dados > Preferências > Notificação das transações` e preencher a opção "**URL de notificação**" da seguinte forma:

http://seusite.com/?wc-api=WC_MOIP_Gateway
http://seusite.com/?wc-api=WC_MOIP_Gateway

### Configurações do Plugin: ###

Expand Down Expand Up @@ -171,6 +171,10 @@ Entre em contato [clicando aqui](http://claudiosmweb.com/plugins/moip-para-wooco

## Changelog ##

### 2.2.7 - 24/03/2014 ###

* Alterada a ordem dos botões no checkout transparente e normal para melhorar a usabilidade.

### 2.2.6 - 05/03/2014 ###

* Correção de um erro que deixava o parcelamento em branco no checkout transparente.
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "woocommerce-moip",
"description": "Gateway de pagamento MoIP para WooCommerce",
"version": "2.2.6",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.1",
"load-grunt-tasks": "0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-rsync": "~0.2.1",
"grunt-shell": "~0.6.1"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
}
"name": "woocommerce-moip",
"description": "Gateway de pagamento MoIP para WooCommerce",
"version": "2.2.7",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.1",
"load-grunt-tasks": "0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-rsync": "~0.2.1",
"grunt-shell": "~0.6.1"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
}
}
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://claudiosmweb.com/doacoes/
Tags: woocommerce, checkout, moip
Requires at least: 3.8
Tested up to: 3.8.1
Stable tag: 2.2.6
Stable tag: 2.2.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -76,7 +76,7 @@ No Moip você precisa validar sua conta e configurar ela para receber pagamentos

Para que seja possível receber notificações sobre as transações direto no seu WooCommerce você deve ativar a opção "**Notificação de Alteração de Status de Pagamento**" em `Menus Dados > Preferências > Notificação das transações` e preencher a opção "**URL de notificação**" da seguinte forma:

http://seusite.com/?wc-api=WC_MOIP_Gateway
http://seusite.com/?wc-api=WC_MOIP_Gateway

= Configurações do Plugin: =

Expand Down Expand Up @@ -165,6 +165,10 @@ Entre em contato [clicando aqui](http://claudiosmweb.com/plugins/moip-para-wooco

== Changelog ==

= 2.2.7 - 24/03/2014 =

* Alterada a ordem dos botões no checkout transparente e normal para melhorar a usabilidade.

= 2.2.6 - 05/03/2014 =

* Correção de um erro que deixava o parcelamento em branco no checkout transparente.
Expand Down
2 changes: 1 addition & 1 deletion wc-moip.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Gateway de pagamento Moip para WooCommerce.
* Author: claudiosanches
* Author URI: http://claudiosmweb.com/
* Version: 2.2.6
* Version: 2.2.7
* License: GPLv2 or later
* Text Domain: woocommerce-moip
* Domain Path: /languages/
Expand Down

0 comments on commit 1436ff7

Please sign in to comment.