diff --git a/docs/releasenotes.md b/docs/releasenotes.md index 78a9e4f03d27fd870bb14c1b5f1ea47dae634be3..583ef987ef1c067f2217e79bbff09f9dc321a6db 100644 --- a/docs/releasenotes.md +++ b/docs/releasenotes.md @@ -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. +## Release 6.11.3 (2024-10-13) + +* Upgrade to EntityFrameworkV2 +* Add setting to allow recording contributions/payments using payout amount/currency instead of charge amount/currency. + ## Release 6.11.2 (2024-08-12) * Set next_sched_contribution_date to the actual date retrieved from Stripe instead of using CiviCRM calculated value. diff --git a/info.xml b/info.xml index bb209bb8460cfa76836877d99246ee5f24fb5904..9cfc80e5394e8d27a901db4d37e7ccd2d7af95b0 100644 --- a/info.xml +++ b/info.xml @@ -15,8 +15,8 @@ <author>Matthew Wire (MJW Consulting)</author> <email>mjw@mjwconsult.co.uk</email> </maintainer> - <releaseDate>2024-08-12</releaseDate> - <version>6.11.2</version> + <releaseDate>2024-10-13</releaseDate> + <version>6.11.3</version> <develStage>stable</develStage> <compatibility> <ver>5.74</ver>