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

Release 1.2.19

parent 64e9eaf1
Branches
Tags
No related merge requests found
......@@ -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 1.2.19 (2023-12-15)
* Add CustomFields to API3 MJWPayment.create spec - makes the custom fields "discoverable" via the API3 explorer.
* Update beginChangeSubscriptionAmount() function - for Payment Processors that allow you to update the subscription amount it should now be slightly more reliable.
## Release 1.2.18 (2023-11-21)
* [!42](https://lab.civicrm.org/extensions/mjwshared/-/merge_requests/42) avoid extra redirect; correctly show auth.net errors on failed transaction.
......
......@@ -14,9 +14,9 @@
<url desc="Release Notes">https://lab.civicrm.org/extensions/mjwshared/-/blob/master/docs/releasenotes.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-12-12</releaseDate>
<version>1.2.19-dev</version>
<develStage>beta</develStage>
<releaseDate>2023-12-15</releaseDate>
<version>1.2.19</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.
Please register or to comment