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

Release 1.2.21

parent 9a994da6
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,14 @@ 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 1.2.21 (2024-02-09)
* Switch Payment processor webhooks menu entry to managed entity.
* Add a settings page (Administer->CiviContribute->Payment Shared Settings).
* [!44](https://lab.civicrm.org/extensions/mjwshared/-/merge_requests/44) Ensure email confirm is sent for events when using stripe checkout (Fixes extensions/stripe#456).
* Add feature to disable (hide) core 'Record Refund' link on edit contribution.
* Add handling for billingCountry on update subscription.
## Release 1.2.20 (2023-12-16)
* Fix CustomField params for Mjwpayment.create_payment.
......
......@@ -15,8 +15,8 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-02-09</releaseDate>
<version>1.2.21-dev</version>
<develStage>beta</develStage>
<version>1.2.21</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.65</ver>
</compatibility>
......
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