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

Release 6.7

parent e577d80d
Branches
Tags
No related merge requests found
Package: com.drastikbydesign.stripe
Copyright (C) 2021, Matthew Wire (MJW Consulting) <mjw@mjwconsult.co.uk>
Copyright (C) 2022, Matthew Wire (MJW Consulting) <mjw@mjwconsult.co.uk>
Licensed under the GNU Affero Public License 3.0 (below).
-------------------------------------------------------------------------------
......
......@@ -14,12 +14,10 @@ View/Download this extension in the [Extension Directory](https://civicrm.org/ex
There are a number of planned features that depend on funding/resources. See [Roadmap](./roadmap.md).
## Compatibility / Requirements
* CiviCRM 5.35+
* PHP 7.2+
* Jquery 1.10+ (Use jquery_update module on Drupal 7).
* Drupal 7 / Drupal 8 / Joomla / Wordpress (latest supported release).
* Drupal 7 / Drupal 9 / Joomla / Wordpress (latest supported release).
* Stripe API version: 2019-12-03+ (recommended: 2020-08-27).
* Drupal webform_civicrm 7.x-5.1+ (if using webform integration) - see [Integration](integration.md) for more details.
* Drupal webform_civicrm 7.x-5.5+ (if using webform integration) - see [Integration](integration.md) for more details.
#### Required extensions
......
......@@ -9,7 +9,7 @@ Releases use the following numbering system:
* **[BC]**: Items marked with [BC] indicate a breaking change that will require updates to your code if you are using that code in your extension.
## Release 6.7 (not yet released)
## Release 6.7
#### Features
......@@ -24,7 +24,6 @@ Releases use the following numbering system:
* Fix getSubscriptionDetails when contributionRecur not in CiviCRM.
* Set paymentTypeLabel to 'Stripe'
* Test improvements / fixes.
* Only load handling for drupal webform on drupal sites.
* Use paymentProcessor + stripeClient object in all API calls. Translation fixes.
#### Developers / Integration
......
......@@ -15,11 +15,11 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2022-01-31</releaseDate>
<version>6.7-dev</version>
<develStage>beta</develStage>
<releaseDate>2022-02-24</releaseDate>
<version>6.7</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.42</ver>
<ver>5.40</ver>
</compatibility>
<comments>Original Author: Joshua Walker (drastik) - Drastik by Design.
Jamie Mcclelland (ProgressiveTech) did a lot of the 5.x compatibility work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment