Skip to content

Commit

Permalink
Release v5.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezord committed Jul 16, 2019
1 parent c5e3eb0 commit fc56e25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Change Log

#### [v5.4.7](https://github.com/aplazame/prestashop/tree/v5.4.7) (2019-07-16)

* [ADD] JS async load.
* [FIX] Discount properly applied if tax included.
* [CHANGE] Order id is now PrestaShop order reference instead cart id.

#### [v5.4.6](https://github.com/aplazame/prestashop/tree/v5.4.6) (2019-03-15)

* [ADD] API improvements.
Expand Down
2 changes: 1 addition & 1 deletion aplazame/aplazame.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct()
{
$this->name = 'aplazame';
$this->tab = 'payments_gateways';
$this->version = '5.4.6';
$this->version = '5.4.7';
$this->author = 'Aplazame';
$this->author_uri = 'https://aplazame.com';
$this->module_key = '64b13ea3527b4df3fe2e3fc1526ce515';
Expand Down

0 comments on commit fc56e25

Please sign in to comment.