Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

v4.2.0

Compare
Choose a tag to compare
@gnikyt gnikyt released this 15 Nov 02:51
· 663 commits to master since this release
  • Moved Shop model logic into a trait (issue #137). The base shop model now uses a trait from Traits/ShopModelTrait
  • ShopObserver was changed to accept any object due to the above change as well