Skip to content

Latest commit

 

History

History
278 lines (152 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

278 lines (152 loc) · 12.4 KB

Release Notes

v2.2.0 - 2024-01-16

v2.1.0 - 2024-01-12

v2.0.7 - 2024-01-09

v2.0.6 - 2023-12-21

v2.0.5 - 2023-12-19

v2.0.4 - 2023-12-12

v2.0.3 - 2023-12-07

v2.0.2 - 2023-12-07

v2.0.1 - 2023-12-05

v2.0.0 - 2023-12-04

  • Paddle Billing support

v1.9.2 - 2023-10-17

v1.9.1 - 2023-08-24

v1.9.0 - 2023-05-22

  • Drop PHP 7.2 & 7.3 and Laravel 7 by @driesvints in laravel#188

v1.8.2 - 2023-04-27

  • Fix Japanese Yen amounts by @driesvints in laravel#184
  • Fix Korean Won amounts by @patrickomeara in laravel#185
  • Move the logic into a Cashier static method by @patrickomeara in laravel#186
  • Handle the paddle decimal amount by @patrickomeara in laravel#187

v1.8.1 - 2023-01-19

Fixed

  • Modify return type of updateUrl and cancelUrl on Subscription by @LasseRafn in laravel#179

v1.8.0 - 2023-01-06

Added

v1.7.0 - 2023-01-03

Changed

  • Uses PHP Native Type Declarations 🐘 by @nunomaduro in laravel#171

v1.6.2 - 2022-11-15

Changed

  • Do not allow updating quantities to zero by @driesvints in laravel#174

v1.6.1 - 2022-06-22

Changed

  • Replace heavy symfony/intl dependency by @jbrooksuk in laravel#167

v1.6.0 - 2022-05-17

Added

  • Add trial expired methods by @driesvints in laravel#166

v1.5.5 - 2022-04-22

Changed

  • Add options to formatAmount by @driesvints in laravel#162

v1.5.4 - 2022-04-01

Changed

  • Pass locale to custom format amount by @driesvints in laravel#160

v1.5.3 - 2022-03-28

Fixed

v1.5.2 - 2022-03-18

Changed

  • Allow to serialize payment object by @driesvints in laravel#157

v1.5.1 - 2022-02-22

Changed

Added

  • Add hasTax method (#149)

Changed

  • Laravel 9 Support (#150)

Fixed

  • Fix empty paymentMethod (#148)

Changed

  • Allow moneyphp version 4 (#143)

Fixed

  • Update environment sandbox Paddle.js (#129)
  • Fix refunds (#131)

Fixed

  • Trim whitespace for pay link values (#121)

Fixed

  • Fix maxlength characters for charge title (#112)

Changed

  • Allow custom models (#106)

Fixed

  • Fix payment method calls (#105)

Fixed

  • Fix bug with cancelNow (#99)
  • Fix cancelling paused subscriptions (#101, #102)

Added

  • Subscription Modifiers (#95)

Added

  • PHP 8 Support (#91)

Fixed

  • Fix trial ends at (#87)
  • Ignore manual paylinks (#89)

Fixed

  • Missing use statement for SubscriptionPaymentFailed (#81)
  • Fix n+1 problem with subscription retrieval (#83)

Changed

  • Allow customer values in payload override (#78)

Added

  • Event Improvements (#72)

Added

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

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)

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 (2020-06-05)

Initial release.