Bumped version to 3.4.5

This commit is contained in:
TimZ99 2019-09-30 17:59:24 +02:00
parent a8eaedc817
commit 56587826a3
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
4 changed files with 8 additions and 4 deletions

View File

@ -6,6 +6,11 @@ Not yet released
----------------
\-
v3.4.5 (released September 30, 2019)
------------------------------------
* a8eaedc8: Fixed undefined index last_output.
v3.4.4 (released September 26, 2019)
------------------------------------

View File

@ -5,8 +5,7 @@ PHP Server Monitor
:alt: Join the chat at https://gitter.im/erickrf/nlpnet
:target: https://gitter.im/phpservermon/phpservermon
Version 3.4.4 (Updated design!)
Version 3.4.5
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,

View File

@ -51,7 +51,7 @@ copyright = u'2008-2017, Pepijn Over'
# built documents.
#
# The short X.Y version.
version = '3.4.4'
version = '3.4.5'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -29,7 +29,7 @@
/**
* Current PSM version
*/
define('PSM_VERSION', '3.4.4');
define('PSM_VERSION', '3.4.5');
/**
* URL to check for updates. Will not be checked if turned off on config page.