0.6-beta3
This commit is contained in:
parent
b6176c3609
commit
a26ca725cf
|
|
@ -3,19 +3,18 @@
|
||||||
<file>civiproxy</file>
|
<file>civiproxy</file>
|
||||||
<name>CiviProxy</name>
|
<name>CiviProxy</name>
|
||||||
<description>This will enable CiviProxy support for mailings</description>
|
<description>This will enable CiviProxy support for mailings</description>
|
||||||
<license></license>
|
<license>AGPL</license>
|
||||||
<maintainer>
|
<maintainer>
|
||||||
<author>B. Endres</author>
|
<author>B. Endres</author>
|
||||||
<email>endres@systopia.de</email>
|
<email>endres@systopia.de</email>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<releaseDate></releaseDate>
|
<releaseDate>2021-11-19</releaseDate>
|
||||||
<version>0.6-dev</version>
|
<version>0.6-beta3</version>
|
||||||
<develStage>dev</develStage>
|
<develStage>beta</develStage>
|
||||||
<compatibility>
|
<compatibility>
|
||||||
<ver>4.7</ver>
|
|
||||||
<ver>5.0</ver>
|
<ver>5.0</ver>
|
||||||
</compatibility>
|
</compatibility>
|
||||||
<comments>This is an addition to SYSTOPIA's CiviProxy security system</comments>
|
<comments>This is the companion extension to SYSTOPIA's CiviProxy security system</comments>
|
||||||
<civix>
|
<civix>
|
||||||
<namespace>CRM/Civiproxy</namespace>
|
<namespace>CRM/Civiproxy</namespace>
|
||||||
</civix>
|
</civix>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
+---------------------------------------------------------*/
|
+---------------------------------------------------------*/
|
||||||
|
|
||||||
require_once "config.php";
|
require_once "config.php";
|
||||||
$civiproxy_version = '0.6-dev';
|
$civiproxy_version = '0.6-beta3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* this will redirect the request to another URL,
|
* this will redirect the request to another URL,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue