From ad02fdc92ca0304bfe53ef35b2817ce1139f277c Mon Sep 17 00:00:00 2001 From: Matthew Wire <mjw@mjwconsult.co.uk> Date: Sun, 22 Dec 2019 22:35:23 +0000 Subject: [PATCH] Release 6.3.beta1 --- docs/index.md | 4 ++-- docs/release/release_notes.md | 5 +++++ info.xml | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 080986b5..e88344fc 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 a954c22e..786dce41 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 71cdf7ff..b9a3651c 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> -- GitLab