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

Fix #6 - release 0.9.8

parent 904f958e
No related branches found
Tags 0.9.8
No related merge requests found
...@@ -9,6 +9,13 @@ Releases use the following numbering system: ...@@ -9,6 +9,13 @@ 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. * **[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 0.9.8
**This affects new installs only. It should be completely safe to upgrade existing sites from 0.9.7 to 0.9.8**
* Fix [#6](https://lab.civicrm.org/extensions/mjwshared/-/issues/6) Install error on 0.9.7.
- This was because the new settings file referenced a class from the Stripe extension.
## Release 0.9.7 ## Release 0.9.7
* Add support for issuing refunds via the payment UI for payment processors that support refunds (eg. Stripe). * Add support for issuing refunds via the payment UI for payment processors that support refunds (eg. Stripe).
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
<url desc="Release Notes">https://lab.civicrm.org/extensions/mjwshared/-/blob/master/docs/releasenotes.md</url> <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> <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls> </urls>
<releaseDate>2020-11-09</releaseDate> <releaseDate>2020-11-14</releaseDate>
<version>0.9.7</version> <version>0.9.8</version>
<develStage>stable</develStage> <develStage>stable</develStage>
<compatibility> <compatibility>
<ver>5.28</ver> <ver>5.28</ver>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
+--------------------------------------------------------------------+ +--------------------------------------------------------------------+
*/ */
use CRM_Stripe_ExtensionUtil as E; use CRM_Mjwshared_ExtensionUtil as E;
return [ return [
'mjwshared_refundpaymentui' => [ 'mjwshared_refundpaymentui' => [
......
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