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

0.8-alpha

parent fc54c125
No related branches found
No related tags found
1 merge request!70.8
......@@ -8,6 +8,13 @@ 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.8
**This release contains breaking changes**
* Update `updateContributionCompleted`, `updateContributionFailed`, `updateContributionRefunded`, `repeatContribution` IPN functions so they now take `order_reference` and `trxn_id` parameters.
*You need to update `contribution_trxn_id` -> `order_reference` and `payment_trxn_id` to `trxn_id`.*
## Release 0.7
* Implement buildAsset hook so that assets can be loaded via AssetBuilder without the [minifier](https://lab.civicrm.org/extensions/minifier) extension being available.
......
......@@ -11,12 +11,12 @@
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/mjwshared</url>
<url desc="Support">https://mjw.pt/support/mjwshared</url>
<url desc="Release Notes">https://lab.civicrm.org/extensions/mjwshared/blob/0.7/docs/releasenotes.md</url>
<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-05-10</releaseDate>
<version>0.7</version>
<develStage>stable</develStage>
<releaseDate>2020-05-30</releaseDate>
<version>0.8-alpha</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