Skip to content

Releases: jalendport/craft-stripecheckout

2.0.2

24 Jul 10:00
64fba61
Compare
Choose a tag to compare

Fixed

  • Wrong value being displayed for the live secret key in the settings page (#11)

2.0.1

31 May 12:35
34a728f
Compare
Choose a tag to compare

Fixed

  • Migration table schema

2.0.0

31 May 10:45
9c77df7
Compare
Choose a tag to compare

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 and EVENT_AFTER_CHARGE
  • Updated icons
  • More charge data made available

v1.0.7

10 Apr 11:22
8d3ea6c
Compare
Choose a tag to compare

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

09 Apr 14:52
4df0a7d
Compare
Choose a tag to compare

Changed

  • {{ csrfInput() }} added to docs

Fixed

  • Require admin no longer enforced in templates

v1.0.5

06 Apr 12:43
5e92c5e
Compare
Choose a tag to compare

Added

  • added beforeSave and afterSave events to the Charge Service (credit @cole007)

v1.0.4

06 Mar 12:10
52ad3a5
Compare
Choose a tag to compare

Fixed

  • Issue retrieving charges within prefixed tables

v1.0.3

26 Feb 12:45
dc0cd4f
Compare
Choose a tag to compare

Changed

  • Set Craft CMS minimum requirement to ^3.0.0-RC11
  • Set Stripe minimum requirement to ^5.9.2

v1.0.2

14 Jan 19:28
433438a
Compare
Choose a tag to compare

Changed

  • Screenshot added to README.md

Fixed

  • Typos

v1.0.1

14 Jan 11:30
919ae2e
Compare
Choose a tag to compare

Added

  • Webhook endpoint URL displayed on plugin settings page