Bumped version to 3.4.4
parent
932c695f4d
commit
b0df0e77bf
|
@ -6,6 +6,14 @@ Not yet released
|
|||
----------------
|
||||
\-
|
||||
|
||||
v3.4.4 (released September 26, 2019)
|
||||
------------------------------------
|
||||
|
||||
* 932c695f: Fixed selected view in graph.
|
||||
* 6aca2e10: Fixed auto refresh with wrong layout.
|
||||
* 9f3e140b: Changed static file path to new path.
|
||||
* 29adce26: Removed old static directory.
|
||||
|
||||
v3.4.3 (released September 26, 2019)
|
||||
------------------------------------
|
||||
|
||||
|
|
|
@ -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.4.3 (Updated design!)
|
||||
Version 3.4.4 (Updated design!)
|
||||
|
||||
|
||||
PHP Server Monitor is a script that checks whether your websites and servers are up and running.
|
||||
|
|
|
@ -51,7 +51,7 @@ copyright = u'2008-2017, Pepijn Over'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '3.4.3'
|
||||
version = '3.4.4'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/**
|
||||
* Current PSM version
|
||||
*/
|
||||
define('PSM_VERSION', '3.4.3');
|
||||
define('PSM_VERSION', '3.4.4');
|
||||
|
||||
/**
|
||||
* URL to check for updates. Will not be checked if turned off on config page.
|
||||
|
|
Loading…
Reference in New Issue