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

Release 6.0.alpha3

parent a4421acd
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ use CRM_Stripe_ExtensionUtil as E;
*/
class CRM_Stripe_Check {
const MIN_VERSION_MJWSHARED = 0.2;
const MIN_VERSION_MJWSHARED = 0.3;
public static function checkRequirements(&$messages) {
$extensions = civicrm_api3('Extension', 'get', [
......
## Release 6.0.alpha3
* Support recurring payments with paymentIntents/Elements. Cancel subscription with Stripe when we reach recurring end date
* **Update required Stripe API version to 2019-09-09**
* Handle confirmation pages properly for contribution pages (make sure we pass through paymentIntentID).
* Handle card declined on client side.
* Support creating recurring payment (subscription).
* Handle IPN events for charges / invoices (support cancel/refund etc).
* Add basic support for PaymentProcessor.refund API.
* Remove membership_type_tag from plan name.
## Release 6.0.alpha2
* Support Drupal Webform CiviCRM.
......
......@@ -12,8 +12,8 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2019-09-06</releaseDate>
<version>6.0.alpha2</version>
<releaseDate>2019-09-10</releaseDate>
<version>6.0.alpha3</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.13</ver>
......
  • vakeesan26 @vakeesan26 ·

    Still having issues with Event cart registration..

    af69cc04 (comment 22713)

  • mikantchap @mikantchap ·

    Have found an issue with the information coming through into Stripe back end.

    The Customer field is empty.

    The Description field now contains a hash value?Annotation_2019-09-12_123239

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment