Skip to content

Commit

Permalink
Ajuste na ativação/desativação do módulo
Browse files Browse the repository at this point in the history
  • Loading branch information
cegoncalves committed Oct 24, 2014
1 parent 518bae4 commit c6d14fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ ipch/
*.psess
*.vsp

#################
## Sonar
#################
.sonar/
sonar-project.properties

# ReSharper is a .NET coding add-in
_ReSharper*

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ Para acessar e configurar o módulo acesse, na área administrativa de seu WordP
Changelog
---------
---
1.1

- Ajuste na ativação/desativação do módulo.

1.0

- Versão inicial. Integração com API de checkout e API de notificações.
Expand Down
Binary file modified wpwcpagseguro.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions wpwcpagseguro/wpwcpagseguro.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class WP_WC_PagSeguro_Gateway extends WC_Payment_Gateway {
* Version Plugin
* @var version
*/
private $plugin_version = '1.0';
private $plugin_version = '1.1';


/**
Expand Down Expand Up @@ -434,4 +434,4 @@ public function createLogFile($file){

$notification = new WP_WC_Pagseguro_Notification();
$notification->index($_POST);
}
}

0 comments on commit c6d14fc

Please sign in to comment.