diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d6cfe56d..6e7eb849 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) ------------------------------------ diff --git a/README.rst b/README.rst index 7d35c731..6cc52a57 100755 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/docs/conf.py b/docs/conf.py index e965f320..aee0af61 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.3' +version = '3.4.4' # 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 04ce99b2..34b068fe 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.3'); +define('PSM_VERSION', '3.4.4'); /** * URL to check for updates. Will not be checked if turned off on config page.