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

Update flag to stable

parent 10e17787
Branches
Tags 0.3
No related merge requests found
......@@ -5,8 +5,9 @@
/**
* Shared payment IPN functions that should one day be migrated to CiviCRM core
*
* Trait CRM_Core_Payment_MJWIPNTrait
*/
trait CRM_Core_Payment_MJWIPNTrait {
/**
......
......@@ -5,12 +5,9 @@
/**
* Shared payment functions that should one day be migrated to CiviCRM core
* Trait CRM_Core_Payment_MJWTrait
*/
trait CRM_Core_Payment_MJWTrait {
/**********************
* MJW_Core_Payment_MJWTrait: 20190905
*********************/
/**
* @var array params passed for payment
......
......@@ -7,9 +7,6 @@
* Class CRM_Mjwshared_Utils
*/
class CRM_Mjwshared_Utils {
/**********************
* MJW_Utils: 20190822
*********************/
/**
* Return the field ID for $fieldName custom field
......
......@@ -9,12 +9,13 @@
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/mattwire/civicrm-mjwshared</url>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/mjwshared</url>
<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-09-10</releaseDate>
<releaseDate>2019-09-13</releaseDate>
<version>0.3</version>
<develStage>beta</develStage>
<develStage>stable</develStage>
<compatibility>
<ver>5.13</ver>
</compatibility>
......
<?php
/**
* https://civicrm.org/licensing
*/
require_once 'mjwshared.civix.php';
use CRM_Mjwshared_ExtensionUtil as E;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment