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

Release 6.7

parent e577d80d
No related branches found
No related tags found
No related merge requests found
Package: com.drastikbydesign.stripe 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). 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 ...@@ -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). There are a number of planned features that depend on funding/resources. See [Roadmap](./roadmap.md).
## Compatibility / Requirements ## Compatibility / Requirements
* CiviCRM 5.35+
* PHP 7.2+
* Jquery 1.10+ (Use jquery_update module on Drupal 7). * 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). * 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 #### Required extensions
......
...@@ -9,7 +9,7 @@ Releases use the following numbering system: ...@@ -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. * **[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 #### Features
...@@ -24,7 +24,6 @@ Releases use the following numbering system: ...@@ -24,7 +24,6 @@ Releases use the following numbering system:
* Fix getSubscriptionDetails when contributionRecur not in CiviCRM. * Fix getSubscriptionDetails when contributionRecur not in CiviCRM.
* Set paymentTypeLabel to 'Stripe' * Set paymentTypeLabel to 'Stripe'
* Test improvements / fixes. * Test improvements / fixes.
* Only load handling for drupal webform on drupal sites.
* Use paymentProcessor + stripeClient object in all API calls. Translation fixes. * Use paymentProcessor + stripeClient object in all API calls. Translation fixes.
#### Developers / Integration #### Developers / Integration
......
...@@ -15,11 +15,11 @@ ...@@ -15,11 +15,11 @@
<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>2022-01-31</releaseDate> <releaseDate>2022-02-24</releaseDate>
<version>6.7-dev</version> <version>6.7</version>
<develStage>beta</develStage> <develStage>stable</develStage>
<compatibility> <compatibility>
<ver>5.42</ver> <ver>5.40</ver>
</compatibility> </compatibility>
<comments>Original Author: Joshua Walker (drastik) - Drastik by Design. <comments>Original Author: Joshua Walker (drastik) - Drastik by Design.
Jamie Mcclelland (ProgressiveTech) did a lot of the 5.x compatibility work. 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.
Finish editing this message first!
Please register or to comment