1.0.0-beta
This commit is contained in:
parent
625c27878f
commit
a73477c9f2
|
|
@ -14,9 +14,9 @@
|
||||||
<url desc="Support">https://github.com/systopia/CiviProxy/issues</url>
|
<url desc="Support">https://github.com/systopia/CiviProxy/issues</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>2024-09-05</releaseDate>
|
<releaseDate>2024-01-07</releaseDate>
|
||||||
<version>1.0.0-alpha2</version>
|
<version>1.0.0-beta</version>
|
||||||
<develStage>dev</develStage>
|
<develStage>beta</develStage>
|
||||||
<compatibility>
|
<compatibility>
|
||||||
<ver>5.45</ver>
|
<ver>5.45</ver>
|
||||||
</compatibility>
|
</compatibility>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
+---------------------------------------------------------*/
|
+---------------------------------------------------------*/
|
||||||
|
|
||||||
require_once "config.php";
|
require_once "config.php";
|
||||||
$civiproxy_version = '1.0.0-alpha2';
|
$civiproxy_version = '1.0.0-beta';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* this will redirect the request to another URL,
|
* this will redirect the request to another URL,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue