Bumped version to 3.4.3

This commit is contained in:
TimZ99 2019-09-26 00:52:42 +02:00
parent b399327c4b
commit 8035608fe3
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
4 changed files with 16 additions and 8 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.