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

Release 0.7-beta2

parent 691d8993
No related branches found
No related tags found
1 merge request!60.7
......@@ -13,6 +13,9 @@ Where:
* Implement buildAsset hook so that assets can be loaded via AssetBuilder without the [minifier](https://lab.civicrm.org/extensions/minifier) extension being available.
* Recommend minifier extension (and implement a dummy buildAsset hook so extensions using buildAsset for the minifier will still work without it).
* Recommend contributiontransactlegacy extension if drupal webform_civicrm is enabled.
* Implements setExceptionMode to allow skipping the exit on exception policy [!5](https://lab.civicrm.org/extensions/mjwshared/-/merge_requests/5).
* Add compat functions to work around issues with `\Civi::resources()->addVars()` - This improves compatibility for forms with multiple payment processors.
* Update Mjwpayment.get_payment API to support multiple parameters and options.
## Release 0.6
......
......@@ -10,12 +10,12 @@
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/mjwshared</url>
<url desc="Support">https://www.mjwconsult.co.uk/support</url>
<url desc="Support">https://mjw.pt/support/mjwshared</url>
<url desc="Release Notes">https://lab.civicrm.org/extensions/mjwshared/blob/0.7/docs/release/release_notes.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-02-10</releaseDate>
<version>0.7beta1</version>
<releaseDate>2020-02-25</releaseDate>
<version>0.7-beta2</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.19</ver>
......
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