diff --git a/docs/releasenotes.md b/docs/releasenotes.md index f085df75a3460d93683cbf795f176cce3657703c..6a18087dd338a438ff3a13f411de5d99a0486471 100644 --- a/docs/releasenotes.md +++ b/docs/releasenotes.md @@ -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.11 (not yet released) +## Release 6.11 (2024-07-17) ### New Requirements @@ -30,6 +30,11 @@ But you must use MJW branch: https://lab.civicrm.org/mattwire/upgraderecur/-/tre Per https://docs.stripe.com/co-badged-cards-compliance - see [this change](https://lab.civicrm.org/extensions/stripe/-/commit/d93d875aa09e2af16fb49c04a49a29ed9df11309). +#### Stripe Checkout: BECS Direct Debit payments in Australia + +You can now enable support for [BECS Direct Debit](https://docs.stripe.com/payments/au-becs-debit) in the CiviCRM Stripe settings if your Stripe account supports it. + + ### Fixes / Improvements * Fix [#470](https://lab.civicrm.org/extensions/stripe/-/issues/470) CiviCRM 5.70 compatibility (rounding issue). diff --git a/info.xml b/info.xml index b737bf29c0fbeaf2d74f68aa1bbe28afa734a8f0..f568913204e4f6396fbdf8f6c97e3a9df698a27e 100644 --- a/info.xml +++ b/info.xml @@ -16,8 +16,8 @@ <email>mjw@mjwconsult.co.uk</email> </maintainer> <releaseDate>2024-07-17</releaseDate> - <version>6.11-dev</version> - <develStage>beta</develStage> + <version>6.11</version> + <develStage>stable</develStage> <compatibility> <ver>5.74</ver> </compatibility>