Skip to content

Commit

Permalink
Version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Teixeira committed Feb 22, 2014
1 parent 2ac62be commit 9e4ee73
Show file tree
Hide file tree
Showing 13 changed files with 1,403 additions and 1,420 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 4.2.0
---

### Bugfix

- Timeout dos Correios reduzido para ficar compatível com o timeout do banco
- Modificada a quebra de linha para formato Linux

### Feature

- Utilizando peso volumétrico para todos os serviços
- Retirada a URL de cálculo da Locaweb
- Possibilidade de limitar as dimensões dos produtos
- Retirando "ponto" do CEP


# 4.1.0
---

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2010 Pedro Teixeira
Copyright (c) 2010-2011 Pedro Teixeira

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
32 changes: 16 additions & 16 deletions app/code/community/PedroTeixeira/Correios/Helper/Data.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php
/**
* This source file is subject to the MIT License.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/MIT
*
* @category PedroTeixeira
* @package PedroTeixeira_Correios
* @copyright Copyright (c) 2010 Pedro Teixeira (http://www.pteixeira.com.br)
* @author Pedro Teixeira <pedro@pteixeira.com.br>
* @license http://opensource.org/licenses/MIT
*/

class PedroTeixeira_Correios_Helper_Data extends Mage_Core_Helper_Abstract
{
}
<?php
/**
* This source file is subject to the MIT License.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/MIT
*
* @category PedroTeixeira
* @package PedroTeixeira_Correios
* @copyright Copyright (c) 2011 Pedro Teixeira (http://www.pteixeira.com.br)
* @author Pedro Teixeira <pedro@pteixeira.com.br>
* @license http://opensource.org/licenses/MIT
*/

class PedroTeixeira_Correios_Helper_Data extends Mage_Core_Helper_Abstract
{
}
Loading

0 comments on commit 9e4ee73

Please sign in to comment.