Commit graph

7 commits

Author SHA1 Message Date
Heiko August
5f7b857dc9 Change: add new version string to index.php and config/VERSION 2017-07-09 21:48:11 +02:00
Heiko August
7ff76d4264 Change: add the new version number to index.php and config/VERSION 2017-03-12 12:48:02 +01:00
Heiko August
3f4b3b0c22 Change: new version number in version file 2017-02-20 19:41:20 +01:00
Heiko August
6908bda953 Change: new version number in file VERSION 2017-02-16 09:32:59 +01:00
Heiko August
d24c75a7e6 data for new pre release 2.3.99.3 (#164)
* Change: add changes and fixes for version 2.3.99.3
* Change: add the data for version 2.3.99.3
* Change: add the new version number 2.3.99.3
2017-02-05 13:58:09 +01:00
Heiko August
28288031ee Change: new version number (#154)
closes #152
2017-01-24 19:58:19 +01:00
Heiko August
6627539a28 version check from file (#66)
* Change: read new version number from file in case of an update

* Fix: put the version checks into a block, that will only be executed in absence of an error

* Fix: stop update even with equal version numbers of current installation and update version

* Fix: compare the current version with the array of allowed version numbers, not with version number of the update

* Change: replace $update['version'] with $newVersion

It's not part of the given data and will be read from the file VERSION.
Thatswhy it is now a separated variable.

* Change: use the file VERSION to get the version number

* Fix: relative path must be given from the requested script, not the included one
2016-11-06 13:36:04 +01:00