Skip to content

Releases: dynamic/silverstripe-products

2.0.0

01 Nov 20:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...2.0.0

1.1.3

22 Apr 20:58
7a5a51f
Compare
Choose a tag to compare

What's Changed

  • BUGFIX Products() is not a method on ProductCategory by @muskie9 in #39

Full Changelog: 1.1.2...1.1.3

2.0.0-beta1

30 Oct 22:17
63dfbc5
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release

What's Changed

Full Changelog: 1.1.2...2.0.0-beta1

1.1.2

30 Oct 20:38
ad29db6
Compare
Choose a tag to compare

What's Changed

  • Fix: Cannot create RedirectorPage and VirtualPage by @jinjie in #32
  • FEATURE Product - cache getImage() call by @jsirish in #30

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

17 Dec 22:08
Compare
Choose a tag to compare

1.1.1 (2019-12-17)

Full Changelog

Fixed bugs:

  • CRITICAL BUG ProductCategory::getProductList() doesn't check permissions #27

Merged pull requests:

  • BUGFIX check permissions before returning product list #28 (muskie9)

1.1.0

11 Dec 19:44
Compare
Choose a tag to compare

1.1.0 (2019-12-11)

Full Changelog

Implemented enhancements:

  • ENHANCEMENT allow for videos in the product "Images" #25

1.0.1 (2019-11-12)

1.0.1

12 Nov 03:05
Compare
Choose a tag to compare

1.0.1 (2019-11-11)

Full Changelog

Implemented enhancements:

  • FEATURE add VirtualPage, RedirectoPage to allowed_children of ProductCategory #23

Merged pull requests:

  • FEATURE ProductCategory - allow Virtual and Redirect pages as children #24 (jsirish)

1.0.0

30 Oct 14:25
Compare
Choose a tag to compare

1.0.0 (2019-10-30)

Full Changelog

Implemented enhancements:

  • FEATURE RelatedProductsDataExtension - add get method that's sorted #19

Fixed bugs:

  • BUG many_many relations with SortOrder don't use sort column #14

Closed issues:

  • ProductCategoryController - change PaginatedList method name #10

Merged pull requests:

  • FEATURE updateProductList - include $categories #21 (jsirish)
  • RelatedProductsDataExtension - getRelatedProductsList() #20 (jsirish)
  • Jenkins setup #18 (jsirish)
  • ProductFile - set restrictions on UploadFields for FIle, Image #17 (jsirish)
  • BUGFIX Product getImage() - sort images before returning first #16 (jsirish)
  • BUGFIX set default sort for many relations on Product #15 (muskie9)
  • Product - fix getImage method #12 (jsirish)
  • refactor - ProductCategory - rename method to ProductPaginatedList() #11 (jsirish)
  • ProductFileAdmin - update namespace #9 (jsirish)
  • Product - rename Code to SKU #8 (jsirish)
  • feature - related products dataextension #7 (jsirish)
  • ProductCategory - created PaginatedList of Products #6 (jsirish)
  • template adjustments #5 (jsirish)
  • initial README #4 (jsirish)
  • ProductCategory.ss - loop $Children #3 (jsirish)
  • Product File initial build #2 (jsirish)
  • Feature/product files #1 (jsirish)