Skip to main content
Stripe Pro Changelog

Version 1.7.1 — February 16, 2014

  • Fixed an issue with declined cards not getting caught.

Version 1.7 — February 5, 2014

  • Fixed a bug with Recurring Payments that could result in a failed transaction being considered as complete.
  • Added better error handling for declined cards and other Stripe API failures.
  • Added a check to detect if a customer has been deleted.

Version 1.6.7 — January 2, 2014

  • Fixed an issue where Stripe would attempt to use the same customer ID for both test and live mode, resulting in failed transactions.

Version 1.6.6 — December 1, 2013

  • Fixed an undefined index error.

Version 1.6.5 — September 29, 2013

  • Fixed an issue with recurring payments not getting logged after the first payment.

Version 1.6.4 — July 1, 2013

  • Fixed an issue with past customers possibly using the wrong stored credit card on new purchases.

Version 1.6.3 — June 23, 2013

  • Fixed an issue with discount codes and recurring subscription signups.

Version 1.6.2 — May 31, 2013

  • Updated edd-stripe.js for EDD v1.6 compatibility.

Version 1.6.1 — May 9, 2013

  • Fixed a bug with the currency not always getting passed to Stripe, resulting in failed purchases.

Version 1.5.1 — March 8, 2013

  • Fixed an issue with occasional pending payments.

Version 1.4 — February 1, 2013

  • Removed jQuery validation. EDD Version 1.4.3 is strongly suggested for this gateway version.

Version 1.3.2 — January 22, 2013

  • Fixed a bug with Missing Stripe Token.

Version 1.3.1 — January 3, 2013

  • Fixed a broken loading image.
  • Fixed a problem with JS validation requiring a double click.

Version 1.3 — December 7, 2012

  • Upgraded the credit card form with address and billing info for improved security, especially to help prevent chargebacks.
  • All address info associated with the card is now sent to Stripe, instead of just the number, name, and expiration.

Version 1.2.1 — December 5, 2012

  • Fixed an issue with jQuery validation.

Version 1.2 — December 4, 2012

  • Fixed an issue with the ajax indicator.

Version 1.1.9 — November 12, 2012

  • Fixed a problem caused by disabling jQuery form validation.

Version 1.1.8 — November 7, 2012

  • Fixed a conflict with jQuery validate and also fixed a problem with processing cards in Firefox.

Version 1.1.7 — November 6, 2012

  • Added Stripe JS fallback support for sites that can’t use Stripe JS.

Version 1.1.6.3 — November 2, 2012

  • Fixed a problem with processing cards after first payment attempt fails.