Skip to content

Commit

Permalink
Release v5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezord committed Dec 28, 2018
1 parent c23cd4e commit 5c4c740
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change Log

#### [v5.4.4](https://github.com/aplazame/prestashop/tree/v5.4.4) (2018-12-28)

* [FIX] Add campaign to a product with PS 1.7.x versions.

#### [v5.4.3](https://github.com/aplazame/prestashop/tree/v5.4.3) (2018-11-15)

* Don't display finished campaigns
Expand All @@ -14,7 +18,7 @@

#### [v5.4.0](https://github.com/aplazame/prestashop/tree/v5.4.0) (2018-08-20)

* Prevent conflicts with 3rd party systems who perform unsafe filtering
* Prevent conflicts with 3rd party systems who perform unsafe filtering

#### [v5.3.0](https://github.com/aplazame/prestashop/tree/v5.3.0) (2018-07-31)

Expand Down Expand Up @@ -122,7 +126,7 @@

#### [v2.0.0](https://github.com/aplazame/prestashop/tree/v2.0.0) (2016-07-26)

IMPORTANT: Credit slips are the way of issue refunds to Aplazame. For `partial
IMPORTANT: Credit slips are the way of issue refunds to Aplazame. For `partial
refunds` this is automatic, for `standard refunds` you must to check the option.

* Module refactor
Expand Down Expand Up @@ -159,14 +163,14 @@ refunds` this is automatic, for `standard refunds` you must to check the option.

* Campaigns
* 400 status code when order is invalid
* Widget data view
* Widget data view

#### [v1.0.5](https://github.com/aplazame/prestashop/tree/v1.0.5) (2016-02-12)

[Full Changelog v1.0.5](https://github.com/aplazame/prestashop/compare/v1.0.4...v1.0.5)

* Widget hook configurable
* Display widget when a product is available
* Display widget when a product is available

#### [v1.0.4](https://github.com/aplazame/prestashop/tree/v1.0.4) (2015-12-23)

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.3';
$this->version = '5.4.4';
$this->author = 'Aplazame';
$this->author_uri = 'https://aplazame.com';
$this->module_key = '64b13ea3527b4df3fe2e3fc1526ce515';
Expand Down

0 comments on commit 5c4c740

Please sign in to comment.