Skip to content
Snippets Groups Projects
Commit ad02fdc9 authored by mattwire's avatar mattwire
Browse files

Release 6.3.beta1

parent b8c140c5
No related branches found
No related tags found
No related merge requests found
...@@ -14,14 +14,14 @@ View/Download this extension in the [Extension Directory](https://civicrm.org/ex ...@@ -14,14 +14,14 @@ View/Download this extension in the [Extension Directory](https://civicrm.org/ex
* Updating Stripe subscriptions from CiviCRM. * Updating Stripe subscriptions from CiviCRM.
## Compatibility / Requirements ## Compatibility / Requirements
* CiviCRM 5.13+ * CiviCRM 5.19+
* PHP 7.1+ * PHP 7.1+
* Jquery 1.10 (Use jquery_update module on Drupal). * 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.* * Drupal 7 / Joomla / Wordpress (latest supported release). *Not currently tested with other CMS but it may work.*
* Stripe API version: 2019-12-03 * Stripe API version: 2019-12-03
* Drupal webform_civicrm 7.x-4.28+ (if using webform integration) - does NOT support test mode: * 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 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. * [MJWShared extension](https://civicrm.org/extensions/mjwshared) version 0.6.
......
...@@ -11,6 +11,11 @@ ...@@ -11,6 +11,11 @@
* Update required Stripe API verison to 2019-12-03. * Update required Stripe API verison to 2019-12-03.
* Fix issues with StripeSubscription.import and mismatched id/customer_id params. * 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)*. * 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 ## Release 6.2.2
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
<author>Matthew Wire (MJW Consulting)</author> <author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email> <email>mjw@mjwconsult.co.uk</email>
</maintainer> </maintainer>
<releaseDate>2019-11-14</releaseDate> <releaseDate>2019-12-22</releaseDate>
<version>6.3.alpha1</version> <version>6.3.beta1</version>
<develStage>stable</develStage> <develStage>stable</develStage>
<compatibility> <compatibility>
<ver>5.19</ver> <ver>5.19</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment