Skip to content

Commit

Permalink
Merge pull request #288 from Nosto/hotfix/sort-orders-import
Browse files Browse the repository at this point in the history
Hotfix - Sort Orders Import By Date Added Desc
  • Loading branch information
supercid authored Mar 28, 2019
2 parents aef9fa0 + 4d5c643 commit d2b14bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning(http://semver.org/).

## 3.6.3
- Fix order import sorting

## 3.6.2
- Fix missing language id parameter for Prestashop < 1.6 in item availability

Expand Down
1 change: 1 addition & 0 deletions controllers/front/order.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ protected function getOrderIds()
SELECT id_order
FROM %sorders
WHERE %s
ORDER BY date_add DESC
LIMIT %d
OFFSET %d
',
Expand Down
2 changes: 1 addition & 1 deletion nostotagging.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class NostoTagging extends Module
*
* @var string
*/
const PLUGIN_VERSION = '3.6.2';
const PLUGIN_VERSION = '3.6.3';

/**
* Internal name of the Nosto plug-in
Expand Down

0 comments on commit d2b14bc

Please sign in to comment.