Skip to content

Releases: laravel/cashier-paddle

v1.1.0

01 Sep 15:50
cb5229f
Compare
Choose a tag to compare

Added

  • Added function to see when the trial is ending (#69)
  • Update webhook events to be more expressive (#67)

v1.0.0

25 Aug 18:36
641587f
Compare
Choose a tag to compare

Added

  • Add paymentMethod method (6f78dfe)
  • Laravel 8 support (#62)

Changed

  • Refactor exception throwing for updates (#54)

Fixed

  • Fix webhook controller quantities (#44)
  • Fix receipt relation with subscription (#49)

v1.0.0-beta.2

21 Jul 15:18
4525c5d
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Changed

  • Use primary key as customer ID (#3)
  • Update minimum Laravel version (5a0531e)
  • Refactor to Customer model (#18, f59334b)
  • Implement new prices (#24)
  • Use endpoint for card info (#25, 3b57ced, 442d4ca)
  • Allow to create empty customer (#26)
  • Refactor to polymorphic subscriptions (#29)
  • Remove paddle_id and paddle_email columns (#38)
  • Refactor transactions to receipts (#40)

Fixed

  • Prevent swapping during trial (#19)
  • Reset pause state after unpausing (7d80186)
  • Handle Paddle not charging immediately when trial_days=0 (#35)
  • Prevent updating quantities during trial (fcc8b35)
  • Prevent cancelling during grace period (5016fea)

v1.0.0-beta

05 Jun 13:41
e85d632
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

Initial release.