From 8035608fe398c19d21f650cca93a48a9dffa7c4e Mon Sep 17 00:00:00 2001 From: TimZ99 Date: Thu, 26 Sep 2019 00:52:42 +0200 Subject: [PATCH] Bumped version to 3.4.3 --- CHANGELOG.rst | 18 +++++++++++++----- README.rst | 2 +- docs/conf.py | 2 +- src/includes/psmconfig.inc.php | 2 +- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a11466c8..d6cfe56d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,23 +4,31 @@ Changelog Not yet released ---------------- +\- +v3.4.3 (released September 26, 2019) +------------------------------------ + +* b399327c: Fixed week/month/year graph. +* 4ebe934b: Added timeout to services. +* 8342a979: Changed auto-refresh_help to uniform name. +* 5d668b78: Fixed auto-refresh. * #777: Fix pushover_status checkbox population from config. v3.4.2 (released September 24, 2019) --------------------------------- +------------------------------------ * 1b0d86b: Fixed wrong upgrade query and added forgotten version_compare. v3.4.1 (released September 17, 2019) --------------------------------- +------------------------------------ * #733: Added catalan ca_ES.lang.php. * 6c1763e: Updated table style. * #770: Changed last_output column to TEXT and restricted to 5000 characters. v3.4.0 (released September 17, 2019) --------------------------------- +------------------------------------ * #741: Truncate server output. * accd556: Fixed typo in es_ES.lang.php. @@ -73,7 +81,7 @@ v3.4.0 (released September 17, 2019) * f6173d4: Added license to composer.json file. v3.3.1 (released August 10, 2018) --------------------------------- +--------------------------------- * #403: Removed default mysql port settings from files and left empty values. * 5e61d89: Defined $encrypted_password. @@ -99,7 +107,7 @@ v3.3.1 (released August 10, 2018) * b98a4af: Typo fix. v3.3.0 (released May 30, 2018) --------------------------------- +------------------------------ * 57f4c36: Added support for the following SMS gateways: Plivo, SolutionsInfini, Callr and GatewayAPI. * c3751e7: Moved Clickatell api key to password field. diff --git a/README.rst b/README.rst index fef26c7f..7d35c731 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.2 (Updated design!) +Version 3.4.3 (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 f79541f8..e965f320 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.2' +version = '3.4.3' # 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 e20df145..04ce99b2 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.2'); +define('PSM_VERSION', '3.4.3'); /** * URL to check for updates. Will not be checked if turned off on config page.