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

Set version 0.9-dev

parent c6bbb87e
No related branches found
No related tags found
1 merge request!90.9
......@@ -8,6 +8,14 @@ Where:
* minor: Breaking change in some circumstances, or a new feature. Read carefully and make sure you understand the impact of the change.
* incremental: A "safe" change / improvement. Should *always* be safe to upgrade.
## Release 0.9 - not yet released
* Update API3 `Mjwpayment.get_payment` spec
* Refactor API3 `Mjwpayment.get_contribution` so it accepts `order_reference` and `trxn_id` params and returns a single contribution with matching payments
* Use API3 `Mjwpayment.create_payment` instead of API3 `Payment.create` API in `updateContributionRefund()` for compatibility with multiple versions of CiviCRM
* Allow completing a contribution that has Failed status via `updateContributionCompleted()`
* Add basic function for updating a contribution (eg. the trxn_id) without touching other things
## Release 0.8.1
* Fixes and improvements to system checks.
......
......@@ -14,9 +14,9 @@
<url desc="Release Notes">https://lab.civicrm.org/extensions/mjwshared/blob/0.8/docs/releasenotes.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-07-09</releaseDate>
<version>0.8.1</version>
<develStage>stable</develStage>
<releaseDate>2020-07-13</releaseDate>
<version>0.9-dev</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.24</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