Releases: tighten/nova-stripe
Releases · tighten/nova-stripe
v3.0.0
What's Changed
This version is a comprehensive rewrite of the package, introducing a new implementation. Instead of retrieving data from Stripe on the fly, you can now synchronize your Stripe records—Products, Customers, Charges, and Subscriptions—and leverage all the Nova features you expect, including search, filters, and pagination. Learn more about the technical details here.
- Allow currency filtering by @JapSeyz in #21
- Add support for Laravel 11 by @mateusjunges in #68
- Version 3: Nova Stripe Package Complete Rewrite by @nicodevs in #70
New Contributors
- @JapSeyz made their first contribution in #21
- @mateusjunges made their first contribution in #68
- @nicodevs made their first contribution in #70
Full Changelog: v2.0.7...v3.0.0
v2.0.7
What's Changed
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Fix issues with trailing slash in nova path by @faxblaster in #64
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Add support for custom nova paths-v2 by @faxblaster in #62
Full Changelog: v2.0.4...v2.0.5
v2.0.4
v1.1.0
What's Changed
- Add column selection to Charges listing by @faxblaster in #35
- Add Customers Listing Page by @faxblaster in #33
- Add customer detail page by @faxblaster in #36
- Add PascalCase and remove kebab-case from components by @rissajackson in #40
- Add duster by @rissajackson in #37
- Use stripe-mock for testing by @faxblaster in #39
- v1 updates by @faxblaster in #57
New Contributors
- @rissajackson made their first contribution in #40
Full Changelog: v1.0.0...v.1.1.0
v2.0.3
What's Changed
- Update Github actions workflows by @faxblaster in #48
- Fix duplicate route name by @faxblaster in #55
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Add parsing for json data in Charge Detail view by @faxblaster in #47
- Add back PHP 7.4 compatibility by @faxblaster in #50
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- [Bugfix] fix nova-stripe styles overriding base by @faxblaster in #49
Full Changelog: v.1.0.1...v2.0.1
v2.0.0
What's Changed
- Add column selection to Charges listing by @faxblaster in #35
- Add Customers Listing Page by @faxblaster in #33
- Add customer detail page by @faxblaster in #36
- Add PascalCase and remove kebab-case from components by @rissajackson in #40
- Add duster by @rissajackson in #37
- Use stripe-mock for testing by @faxblaster in #39
- Nova 4 upgrade by @faxblaster in #45
New Contributors
- @rissajackson made their first contribution in #40
Full Changelog: v1.0.0...v2.0.0