Skip to content

Releases: manishkatyan/strapi-stripe

3.4.0

20 Jun 09:43
2b11eab
Compare
Choose a tag to compare

Release

  • Updated the plugin with a new strapi design system for compatibility.
  • Added API TOKEN authentication to routes.
  • Now stripe keys are loaded from .env variable.

3.3.0

30 Mar 09:57
469706b
Compare
Choose a tag to compare

Releases

  • Able to delete products (It will only delete from strapi database, not in stripe).
  • Enable/Disable promotion codes.

3.2.1

09 Feb 08:33
e6ca297
Compare
Choose a tag to compare

Release

  • Fix callback URL bug.
  • Updated the readme to check subscription status.

3.2.0

01 Feb 03:07
0060754
Compare
Choose a tag to compare

Release

  • supporting user email to pre-populate in checkout sessions.
  • Added API-End point to query the subscription status of the users.

3.1.2

17 Jan 11:07
60eaaec
Compare
Choose a tag to compare

Feature

  • Support Danish Krone currency.

3.1.1

22 Dec 10:23
1aacb7b
Compare
Choose a tag to compare

Fix

  • Fixed decimal point errors while creating the stripe price or plan.

3.1.0

21 Dec 09:21
1ba7d6b
Compare
Choose a tag to compare

Release

  • Added to display the notice, if the new version of the plugin is available.

3.0.0

19 Dec 12:21
ce5b173
Compare
Choose a tag to compare

Release

  • Added support for new payment methods such as SEPA Direct Debit, ACH Direct Debit, Alipay, Klarna, iDEAL, and SOFORT.
  • Made image optional while creating the product.

2.6.1

24 Nov 13:46
e15374a
Compare
Choose a tag to compare

Release

  • Updated readme document related to database table rename.

2.6.1

24 Nov 13:34
f981f22
Compare
Choose a tag to compare

Release

  • Renamed table names for MySQL server compatibility.
  • Fixed webhook URL error.