Skip to content

Commit

Permalink
Merge pull request #13 from pedro-teixeira/master
Browse files Browse the repository at this point in the history
Atualização do fork
  • Loading branch information
rafaelpatro committed May 12, 2017
2 parents e99aa68 + a40678f commit 6d12848
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v4.8.0

### Bugfix

- [#215](https://github.com/pedro-teixeira/correios/issues/215) Corrige timeout na requisição SOAP

### Feature

- [#164](https://github.com/pedro-teixeira/correios/issues/164) Adicionada opção de configurar o monitoramento das encomendas
- [#217](https://github.com/pedro-teixeira/correios/issues/217) Atualização personalizada dos Códigos de Serviços de Postagem via SIGEPWEB
- [#229](https://github.com/pedro-teixeira/correios/issues/229) Adicionados novos códigos de serviço

# v4.7.2

### Bugfix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,14 @@ public function postmethodsUpdateAction()

$this->_redirect('*/system_config/edit', array('section'=>'carriers'));
}

/**
* ACL allowed
*
* @return bool
*/
protected function _isAllowed()
{
return true;
}
}
1 change: 1 addition & 0 deletions app/code/community/PedroTeixeira/Correios/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment>Requer usuário e senha.</comment>
</update_post_methods>
<free_method translate="label">
<label>Serviço Para Entrega Gratuita</label>
Expand Down

0 comments on commit 6d12848

Please sign in to comment.