Skip to content

Releases: dynamic/silverstripe-foxy-orders

1.0.3

27 Jun 19:27
9467154
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

29 Sep 16:25
d0598af
Compare
Choose a tag to compare

What's Changed

  • ENHANCEMENT index OrderDetail’s ProductCode field by @muskie9 in #59
  • adjusted index function by @mak001 in #61
  • Fixed no product causing errors by @mak001 in #63

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

15 Jul 03:25
9780079
Compare
Choose a tag to compare

1.0.1 (2020-07-14)

Full Changelog

Closed issues:

  • BUG OrderDetailFactory - check if Code belongs to a Variation #55

Merged pull requests:

1.0.0

30 Oct 15:41
Compare
Choose a tag to compare

1.0.0 (2019-10-30)

Full Changelog

Implemented enhancements:

  • FEATURE allow viewing of ReadOnly order data #41
  • ENHANCEMENT Product relation linking #34
  • FEATURE Order - parse customer data #29
  • REFACTOR - Order::parseOrderDetails() - clean up #22
  • REFACTOR - ProductOption - belongs_many_many Product #21
  • REFACTOR - Namespace update to Dynamic\Foxy\Orders #20
  • Order - parse order info into OrderItem to track products sold #17
  • Order - PermissionProvider #15
  • NEW OrderAdmin #13
  • NEW Updated docs and policies #11
  • CI - setup Jenkins testing #6
  • DataTestController - replace curl with guzzle #5
  • NEW CustomerExtension #3
  • Remove legacy sso() function from FoxyController #2
  • NEW FoxyController #1
  • REFACTOR provide flexible transction decryption #31 (muskie9)

Fixed bugs:

  • BUG ProductName needs to be HTMLText #48
  • BUG OrderHistoryController - setOrderPaginatedList() throws an error if a user accesses the page when not logged in #46
  • BUG OrderDetailFactory - Price not being set #40
  • BUG OrderFactory - Response is not being set #38
  • BUG OrderDetail - ProductID is not being set during order parsing #36

Closed issues:

  • BUG OrderDetailFactory - Update product query to use FoxyHelper::getProducts() #37

Merged pull requests:

  • BUGFIX update ProductName to HTMLVarchar #50 (muskie9)
  • BUGFIX OrderHIstory - setOrderPaginatedList() no longer errors if log… #47 (jsirish)
  • BUGFIX Member has_many Orders #45 (jsirish)
  • FEATURE README badges #44 (jsirish)
  • BUGFIX response not recording #43 (muskie9)
  • ENHANCEMENT viewable orders in order history admin #42 (muskie9)
  • BUGFIX relations not being set during order parsing #35 (muskie9)
  • BUGFIX remove rc4crypt as it’s in the feed parser package #33 (muskie9)
  • FEATURE Order - parse customer data #30 (jsirish)
  • FEATURE OrderHistory - page type to display user’s order history #28 (jsirish)
  • BUGFIX Additional namespace updates, routes #27 (jsirish)
  • FoxyController - corrected namespace in routes.yml #26 (jsirish)
  • refactor - update namespaces #25 (jsirish)
  • new GitHub issue templates #24 (jsirish)
  • composer - add authors #23 (jsirish)
  • NEW implement OrderDetail, OrderOption #19 (jsirish)
  • Order - implement PermissionProvider #16 (jsirish)
  • OrderAdmin - initial build #14 (jsirish)
  • update documents and policies #12 (jsirish)
  • refactor - order processing #10 (jsirish)
  • CustomerExtension - record orders to member records #9 (jsirish)
  • DataTestController - use guzzle in favor of curl #8 (jsirish)
  • jenkins CI setup #7 (jsirish)
  • remove legacy SSO functions #4 (jsirish)