@@ -9,8 +9,8 @@ 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 2.2 (Not yet released 2020-08-14)
**Requires mjwshared (Payment Shared) 0.9.1**
## Release 2.2 (Not yet released 2020-08-25)
**Requires mjwshared (Payment Shared) 0.9.2**
* Fix [#10](https://lab.civicrm.org/extensions/authnet/-/issues/10): Multiple fixes to contribution/transaction matching and repeat transactions.
* Update mjwshared requirement to 0.9.1.
...
...
@@ -20,6 +20,8 @@ Releases use the following numbering system:
* Fix [!6](https://lab.civicrm.org/extensions/authnet/-/merge_requests/6): Don't check webhooks if 'API Login ID' (user_name) is empty.
* Fix [#8](https://lab.civicrm.org/extensions/authnet/-/issues/8): Don't set recurring contribution status when creating initial payment - let CiviCRM handle it.
* Fix [#12](https://lab.civicrm.org/extensions/authnet/-/issues/12): one-off payments not completed.
* Fix issues with subsequent recurring payments.
* Fix missing class on cancelSubscription exception.