Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 898 Bytes

File metadata and controls

44 lines (35 loc) · 898 Bytes

Changelog

All notable changes to laravel-stripe will be documented in this file.

[1.0.0] - 2024-01-01

Added

  • Initial release
  • One-time payment processing
  • Subscription management
  • Checkout sessions
  • Webhook handling
  • Customer management
  • Refund processing
  • Payment status tracking
  • Laravel 10.x & 11.x support
  • Full documentation

[1.0.1] - 2024-01-15

Added

  • Added support for payment method saving
  • Added trial period support
  • Enhanced error handling
  • Added console commands for installation and testing

Fixed

  • Webhook signature verification issues
  • Payment status mapping improvements
  • Database migration issues

[1.1.0] - 2024-02-01

Added

  • Multi-currency support
  • Custom metadata support
  • Improved logging
  • API rate limiting
  • Better error messages

Changed

  • Updated Stripe SDK to v13.0
  • Improved performance
  • Enhanced test coverage