Skip to content

Commit

Permalink
Merge pull request #76 from lovata/develop
Browse files Browse the repository at this point in the history
Release version 1.8.0
  • Loading branch information
kharanenka authored Mar 22, 2018
2 parents 1334f75 + 1cd5c5b commit ff11f11
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions classes/collection/ProductCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
*
* Compare for Shopaholic
* @method $this compare()
*
* Viewed products for Shopaholic
* @method $this viewed()
*/
class ProductCollection extends ElementCollection
{
Expand Down
4 changes: 4 additions & 0 deletions components/ProductData.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
* @method array onAddToCompare()
* @method array onRemoveFromCompare()
* @method void onClearCompareList()
*
* Viewed products for Shopaholic
* @method array onRemoveFromViewedProductList()
* @method void onClearViewedProductList()
*/
class ProductData extends ElementData
{
Expand Down
4 changes: 4 additions & 0 deletions components/ProductList.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
* @method array onAddToCompare()
* @method array onRemoveFromCompare()
* @method void onClearCompareList()
*
* Viewed products for Shopaholic
* @method array onRemoveFromViewedProductList()
* @method void onClearViewedProductList()
*/
class ProductList extends SortingElementList
{
Expand Down
4 changes: 4 additions & 0 deletions components/ProductPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
* @method array onAddToCompare()
* @method array onRemoveFromCompare()
* @method void onClearCompareList()
*
* Viewed products for Shopaholic
* @method array onRemoveFromViewedProductList()
* @method void onClearViewedProductList()
*/
class ProductPage extends ElementPage
{
Expand Down
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@
1.6.0:
- 'Add integration with "Compare for Shopaholic"'
1.7.0:
- 'Added translation into French. Thanks for contribution philmarc.'
- 'Added translation into French. Thanks for contribution philmarc.'
1.8.0:
- 'Add integration with "Viewed products for Shopaholic" plugin'

0 comments on commit ff11f11

Please sign in to comment.