Releases: jalendport/craft-stripecheckout
Releases · jalendport/craft-stripecheckout
2.0.2
2.0.1
Fixed
- Migration table schema
2.0.0
Added
- Default templates
- The ability to filter, search, sort and delete charges
- The ability to override the plugin name
- View raw charge data
- Additional parameters can be inserted into the stripe charge request via the
BEFORE_CHARGE
event
Changed
- Updated Stripe to
^6.7
- Charges are now elements
- Improved error handling
- Improved settings templates
- Event names changed to
EVENT_BEFORE_CHARGE
andEVENT_AFTER_CHARGE
- Updated icons
- More charge data made available
v1.0.7
Changed
- Renamed the composer package name to
craft-stripecheckout
- Set Craft CMS minimum requirement to
^3.0.1
- Set Stripe minimum requirement to
^6.5.0
v1.0.6
Changed
{{ csrfInput() }}
added to docs
Fixed
- Require admin no longer enforced in templates
v1.0.5
v1.0.4
Fixed
- Issue retrieving charges within prefixed tables
v1.0.3
Changed
- Set Craft CMS minimum requirement to
^3.0.0-RC11
- Set Stripe minimum requirement to
^5.9.2
v1.0.2
Changed
- Screenshot added to README.md
Fixed
- Typos
v1.0.1
Added
- Webhook endpoint URL displayed on plugin settings page