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

Release 0.6.beta2

parent a5881a59
Branches
Tags
No related merge requests found
<?php
/**
* https://civicrm.org/licensing
/*
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC. All rights reserved. |
| |
| This work is published under the GNU AGPLv3 license with some |
| permitted exceptions and without any warranty. For full license |
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*/
use CRM_Stripe_ExtensionUtil as E;
use CRM_Mjwshared_ExtensionUtil as E;
/**
* Class CRM_Stripe_Check
* Class CRM_Mjwshared_Check
*/
class CRM_Mjwshared_Check {
const MIN_VERSION_MJWSHARED = '0.6';
public static function checkRequirements(&$messages) {
$extensions = civicrm_api3('Extension', 'get', [
'full_name' => 'uk.co.nfpservice.onlineworldpay',
......
<?php
/**
* https://civicrm.org/licensing
/*
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC. All rights reserved. |
| |
| This work is published under the GNU AGPLv3 license with some |
| permitted exceptions and without any warranty. For full license |
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*/
/**
* Class CRM_Mjwshared_Utils
*/
class CRM_Mjwshared_Utils {
/**********************
* MJW_Utils: 20190822
*********************/
/**
* Return the field ID for $fieldName custom field
......@@ -38,4 +47,3 @@ class CRM_Mjwshared_Utils {
}
}
......@@ -8,8 +8,8 @@ The extension is licensed under [AGPL-3.0](LICENSE.txt).
## Requirements
* PHP v7.x+
* CiviCRM 5.13+
* PHP v7.1+
* CiviCRM 5.19+
## Installation
......
......@@ -11,6 +11,8 @@ Where:
## Release 0.6
* Improve updateContributionRefund() function to handle new `order_reference` field and use `Payment.create` API.
* Simply calls in Contribution.getbalance to improve performance.
* Add check to warn if nfp worldpay extension is installed as it breaks things!
## Release 0.5.1
......@@ -23,7 +25,7 @@ Where:
## Release 0.4.6
* Fix missing return array on getTokenParameter.
## Release 0.4.5
* Remove setTokenParameter, modify getTokenParameter as we're now using pre_approval_parameters in Stripe 6.2
......@@ -43,12 +45,12 @@ Where:
## Release 0.4.1
* Fix 'is not boolean' error on IPNs. `getIsTestMode()` was returning TRUE/FALSE but the API requires 1/0.
* Fix 'is not boolean' error on IPNs. `getIsTestMode()` was returning TRUE/FALSE but the API requires 1/0.
## Release 0.4
* Fix issue with non-default currency on form when you can choose from more than one payment processor on the form.
* Add `getTokenParameter()`/`setTokenParameter()` functions to MJWTrait which should be used when setting parameters
* Add `getTokenParameter()`/`setTokenParameter()` functions to MJWTrait which should be used when setting parameters
via javascript (eg. Stripe `paymentIntentID`) which are required when the payment is actually processed (via `doPayment()`).
## Release 0.3
......
......@@ -13,8 +13,8 @@
<url desc="Support">https://www.mjwconsult.co.uk</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2019-11-14</releaseDate>
<version>0.6.beta1</version>
<releaseDate>2019-12-22</releaseDate>
<version>0.6.beta2</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.13</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment