diff --git a/docs/index.md b/docs/index.md index 080986b5cfa1a0caaeec053ad7913ceb32b3c6c8..e88344fc1f5273cd01c11d9e830ee8afad7e32fe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,14 +14,14 @@ View/Download this extension in the [Extension Directory](https://civicrm.org/ex * Updating Stripe subscriptions from CiviCRM. ## Compatibility / Requirements -* CiviCRM 5.13+ +* CiviCRM 5.19+ * PHP 7.1+ * Jquery 1.10 (Use jquery_update module on Drupal). * Drupal 7 / Joomla / Wordpress (latest supported release). *Not currently tested with other CMS but it may work.* * Stripe API version: 2019-12-03 * Drupal webform_civicrm 7.x-4.28+ (if using webform integration) - does NOT support test mode: * If using test mode with drupal webform_civicrm (4.x) you need [this patch for webform_civicrm](https://github.com/colemanw/webform_civicrm/pull/266). - * If using drupal webform_civicrm (4.x) you need [this patch for CiviCRM core](https://github.com/civicrm/civicrm-core/pull/15340). + * If using drupal webform_civicrm (4.x) you may need [this patch for CiviCRM core](https://github.com/civicrm/civicrm-core/pull/15340). * [MJWShared extension](https://civicrm.org/extensions/mjwshared) version 0.6. diff --git a/docs/release/release_notes.md b/docs/release/release_notes.md index a954c22ebccb776b9453ee1c215a0171bc062446..786dce416d47afc4c09a0d8ea34dc4d36ec90fb8 100644 --- a/docs/release/release_notes.md +++ b/docs/release/release_notes.md @@ -11,6 +11,11 @@ * Update required Stripe API verison to 2019-12-03. * Fix issues with StripeSubscription.import and mismatched id/customer_id params. * Fix [#125](https://lab.civicrm.org/extensions/stripe/issues/125) Thousands of failed/spam transactions for charge.failed webhook *(We ignore and return 200 OK to Stripe so it does not retry if there is no customer ID)*. +* Change default to 1 hour to cancel uncaptured payments based on client feedback. +* Update definition of getAmount to match current version in CiviCRM core. +* Pre-fill existing billing postcode if we already have address. +* Fix recurring contribution issue on drupal webform. +* [#148](https://lab.civicrm.org/extensions/stripe/issues/148) Fix Credit or debit card translation. ## Release 6.2.2 diff --git a/info.xml b/info.xml index 71cdf7ff405de43c46759290c001522ad6fd8b5c..b9a3651c3c3361929f839538b092822eed693471 100644 --- a/info.xml +++ b/info.xml @@ -13,8 +13,8 @@ <author>Matthew Wire (MJW Consulting)</author> <email>mjw@mjwconsult.co.uk</email> </maintainer> - <releaseDate>2019-11-14</releaseDate> - <version>6.3.alpha1</version> + <releaseDate>2019-12-22</releaseDate> + <version>6.3.beta1</version> <develStage>stable</develStage> <compatibility> <ver>5.19</ver>