0.6-beta1
This commit is contained in:
parent
6478762b74
commit
42c95f62c7
|
|
@ -8,13 +8,12 @@
|
||||||
<author>B. Endres</author>
|
<author>B. Endres</author>
|
||||||
<email>endres@systopia.de</email>
|
<email>endres@systopia.de</email>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<releaseDate>2018-03-01</releaseDate>
|
<releaseDate>2019-11-26</releaseDate>
|
||||||
<version>0.5</version>
|
<version>0.6-beta1</version>
|
||||||
<develStage>stable</develStage>
|
<develStage>beta</develStage>
|
||||||
<compatibility>
|
<compatibility>
|
||||||
<ver>4.4</ver>
|
|
||||||
<ver>4.6</ver>
|
|
||||||
<ver>4.7</ver>
|
<ver>4.7</ver>
|
||||||
|
<ver>5.0</ver>
|
||||||
</compatibility>
|
</compatibility>
|
||||||
<comments>This is an addition to SYSTOPIA's CiviProxy security system</comments>
|
<comments>This is an addition to SYSTOPIA's CiviProxy security system</comments>
|
||||||
<civix>
|
<civix>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
+---------------------------------------------------------*/
|
+---------------------------------------------------------*/
|
||||||
|
|
||||||
require_once "config.php";
|
require_once "config.php";
|
||||||
$civiproxy_version = '0.6-dev';
|
$civiproxy_version = '0.6-beta1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* this will redirect the request to another URL,
|
* this will redirect the request to another URL,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue