Skip to content

Commit

Permalink
Merge pull request #103 from lovata/develop
Browse files Browse the repository at this point in the history
Release version 1.12.0
  • Loading branch information
kharanenka authored Aug 7, 2018
2 parents cbd3023 + 62bbefd commit ad80a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/store/brand/SortingListStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SortingListStore extends AbstractStoreWithoutParam
* Get ID list from database
* @return array
*/
protected function getIDListFromDB()
protected function getIDListFromDB() : array
{
$arElementIDList = (array) Brand::orderBy('sort_order', 'asc')->lists('id');

Expand Down
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@
1.11.2:
- 'Fix work with *Store classes in *Handler classes.'
1.11.3:
- 'Fix error in ProductCollection class, if product list by category is empty.'
- 'Fix error in ProductCollection class, if product list by category is empty.'
1.12.0:
- 'Added type returned by methods in AbstractStore * classes'

0 comments on commit ad80a14

Please sign in to comment.