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

Release 6.9.2

parent ebab4fa2
Branches
Tags 6.9.2
No related merge requests found
......@@ -9,6 +9,13 @@ 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.9.2 (2023-08-14)
* Enable BACS direct debit and send subscribtion data to stripe checkout.
* When form incorrectly submits a one-off for a recur log an error and return a generic error message (it's a configuration error).
* Standardize event processor return messages (messages that are displayed in the list of processed payment processor webhooks).
* More conversion to \Civi\Payment\Propertybag (internal code enhancements).
## 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.
......
......@@ -15,8 +15,8 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2023-07-18</releaseDate>
<version>6.9.1</version>
<releaseDate>2023-08-14</releaseDate>
<version>6.9.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment