From 56587826a3f36c2772e5088a574918951bd44902 Mon Sep 17 00:00:00 2001 From: TimZ99 Date: Mon, 30 Sep 2019 17:59:24 +0200 Subject: [PATCH] Bumped version to 3.4.5 --- CHANGELOG.rst | 5 +++++ README.rst | 3 +-- docs/conf.py | 2 +- src/includes/psmconfig.inc.php | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6e7eb849..bd10a7d9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) ------------------------------------ diff --git a/README.rst b/README.rst index 6cc52a57..d0a633ee 100755 --- a/README.rst +++ b/README.rst @@ -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, diff --git a/docs/conf.py b/docs/conf.py index aee0af61..266839e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/src/includes/psmconfig.inc.php b/src/includes/psmconfig.inc.php index 56cc60ad..3b2830d0 100644 --- a/src/includes/psmconfig.inc.php +++ b/src/includes/psmconfig.inc.php @@ -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.