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

v5.0.0

Compare
Choose a tag to compare
@gnikyt gnikyt released this 20 Dec 14:51
· 617 commits to master since this release
c303f21

Possible breaking changes if you've extended the package.

+All code has been refactored to make use of Laravel more "properly"

  • Code moved to use Facades
  • Tests re-wrote to use Facades and factories
  • Services created to aide in re-use (BillingPlan, UsageCharge, AuthShopHandler)
  • Controller code thinned out to interact with services and provide responses
  • Request validators added (AuthShop, StoreUsageCharge)

Be sure to read the Changelog and Upgrade wiki docs.