mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Add minimumCompatibleVersion and update refresh modal to show more detail informations
This commit is contained in:
parent
03e68f92eb
commit
73f6d383b5
5 changed files with 60 additions and 28 deletions
|
@ -78,11 +78,13 @@ function getserverurl() {
|
|||
}
|
||||
|
||||
var version = '0.4.2';
|
||||
var minimumCompatibleVersion = '0.4.2';
|
||||
var maintenance = true;
|
||||
var cwd = path.join(__dirname, '..');
|
||||
|
||||
module.exports = {
|
||||
version: version,
|
||||
minimumCompatibleVersion: minimumCompatibleVersion,
|
||||
maintenance: maintenance,
|
||||
debug: debug,
|
||||
urlpath: urlpath,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue