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

Release 6.7.10

parent c87e2667
Branches
Tags 6.9.2
No related merge requests found
......@@ -9,6 +9,12 @@ 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.10 (2022-09-22)
* Fix [#388](https://lab.civicrm.org/extensions/stripe/-/issues/388) Recurring payments not being recorded in CiviCRM.
* [!198](https://lab.civicrm.org/extensions/stripe/-/merge_requests/198) Handle null balance trxn id when calculating fees.
* [!195](https://lab.civicrm.org/extensions/stripe/-/merge_requests/195) Make errors more visible.
## Release 6.7.9 (2022-09-01)
* Fix [#387](https://lab.civicrm.org/extensions/stripe/-/issues/387) Paid multi-participant registration fails.
......
......@@ -15,8 +15,8 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2022-09-01</releaseDate>
<version>6.7.9</version>
<releaseDate>2022-09-22</releaseDate>
<version>6.7.10</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.49</ver>
......
/**
* JS Integration between CiviCRM & Stripe.
*/
/*jshint esversion: 6 */
(function($, ts) {
var script = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment