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

Release 6.9.1

parent d3973d6d
No related branches found
Tags 1.0.1
No related merge requests found
...@@ -9,6 +9,11 @@ Releases use the following numbering system: ...@@ -9,6 +9,11 @@ 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.9.1 (2023-07-18)
* Fix recording balancetransaction details (eg. available_on) on FinancialTrxn when payment is completed immediately (eg. Contribution page) and add tests to cover this scenario.
* Fix [#440](https://lab.civicrm.org/extensions/stripe/-/issues/440) Fails to create a plan if one doesn't exist.
## Release 6.9 (2023-06-29) ## Release 6.9 (2023-06-29)
### Features ### Features
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,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>2023-06-29</releaseDate> <releaseDate>2023-07-18</releaseDate>
<version>6.9</version> <version>6.9.1</version>
<develStage>stable</develStage> <develStage>stable</develStage>
<compatibility> <compatibility>
<ver>5.58</ver> <ver>5.58</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