Skip to main content
Stripe Pro Changelog

Version 2.0 — October 23, 2014

  • Added support for Stripe Checkout for Buy Now buttons and instant purchase options that bypass the entire checkout screen.

Version 1.9.1 — October 14, 2014

  • Updated the Stripe API to the latest version
  • Improved error logging to help diagnose API connection errors
  • Added support for linking the charge ID in View Order Details to the Stripe charge details page (coming in future EDD version)

Version 1.9 — September 30, 2014

  • Added the “statement_description” argument to Charges to specify what shows up on customer’s bank statements
  • Added the customer’s email address to charge metadata

Version 1.8.9 — August 27, 2014

  • Updated the Stripe API libraries to the latest version

Version 1.8.8 — August 22, 2014

  • Fixed a bug with sites that have a lot of different recurring payment plans.

Version 1.8.7 — July 29, 2014

  • Fixed a bug with duplicate signup payments being created
  • Updated the currency settings to use edd_get_currency()

Version 1.8.6 — July 25, 2014

  • Better error handling in the Stripe webhook processor.

Version 1.8.5 — July 17, 2014

  • Better error catching during batch processing of preapproved payments.
  • Better check of the subscription payment recording process

Version 1.8.4 — July 10, 2014

  • Added proper support for zero-decimal currencies in Stripe.

Version 1.8.3 — July 9, 2014

  • Better error handling for customer retrieval from Stripe.

Version 1.8.2 — July 8, 2014

  • Fixed a bug with incorrect taxes being charged on recurring payments

Version 1.8.1 — June 27, 2014

  • Fixed “Nothing to invoice for customer” error message

Version 1.8 — June 8, 2014

  • Added support for automatically refunding Charges in Stripe when Payments are marked as Refunded.

Version 1.7.8 — June 5, 2014

  • Fixed an issue with invoice items getting charged separately from signup.
  • Fixed an issue with signup fees being charged incorrectly.

Version 1.7.7 — June 1, 2014

  • Fixed a bug with recurring payment signups sometimes getting billed incorrect amounts.

Version 1.7.6 — May 27, 2014

  • Fixed a “race condition” issue with recurring payments and Stripe webhooks.

Version 1.7.5 — May 13, 2014

  • Fixed a potential security flaw for servers that log post data.

Version 1.7.4 — April 14, 2014

  • Fixed a bug with recurring payment tracking.

Version 1.7.3 — April 12, 2014

  • Updated the Stripe API libraries to the latest version.

Version 1.7.2 — April 3, 2014

  • Added better transaction error handling.
  • Fixed a bug with tracking recurring payments for subscriptions.