Added correct version number
parent
69f227216e
commit
be83403834
|
@ -6,6 +6,18 @@ Not yet released
|
|||
----------------
|
||||
\-
|
||||
|
||||
v3.5.2 (released August 12, 2020)
|
||||
-----------------------------
|
||||
|
||||
* Fixed missing version numbers.
|
||||
* See https://github.com/phpservermon/phpservermon/compare/v3.5.1...v3.5.2
|
||||
|
||||
v3.5.1 (released August 12, 2020)
|
||||
-----------------------------
|
||||
|
||||
* Security update regaring jQuery, see #972.
|
||||
* See https://github.com/phpservermon/phpservermon/compare/v3.5.0...v3.5.1
|
||||
|
||||
v3.5.0 (released May 1, 2020)
|
||||
-----------------------------
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ PHP Server Monitor
|
|||
:alt: Join the chat at https://gitter.im/erickrf/nlpnet
|
||||
:target: https://gitter.im/phpservermon/phpservermon
|
||||
|
||||
Version 3.5.0
|
||||
Version 3.5.2
|
||||
|
||||
PHP Server Monitor is a script that checks whether your websites and servers are up and running.
|
||||
It comes with a web based user interface where you can manage your services and websites,
|
||||
|
|
|
@ -51,9 +51,9 @@ copyright = u'2008-2017, Pepijn Over'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '3.5.0'
|
||||
version = '3.5'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '3.5.0'
|
||||
release = '3.5.2'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
/**
|
||||
* Current PSM version
|
||||
*/
|
||||
define('PSM_VERSION', '3.5.0');
|
||||
define('PSM_VERSION', '3.5.2');
|
||||
|
||||
/**
|
||||
* URL to check for updates. Will not be checked if turned off on config page.
|
||||
|
|
Loading…
Reference in New Issue