From be8340383439f332cc8e6c42dec6c8094e28f325 Mon Sep 17 00:00:00 2001 From: TimZ99 Date: Wed, 12 Aug 2020 13:11:52 +0200 Subject: [PATCH] Added correct version number --- CHANGELOG.rst | 12 ++++++++++++ README.rst | 2 +- docs/conf.py | 4 ++-- src/includes/psmconfig.inc.php | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index df3b2e05..50e1d286 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,18 @@ Not yet released ---------------- \- +v3.5.2 (released August 12, 2020) +----------------------------- + +* Fixed missing version numbers. +* See https://github.com/phpservermon/phpservermon/compare/v3.5.1...v3.5.2 + +v3.5.1 (released August 12, 2020) +----------------------------- + +* Security update regaring jQuery, see #972. +* See https://github.com/phpservermon/phpservermon/compare/v3.5.0...v3.5.1 + v3.5.0 (released May 1, 2020) ----------------------------- diff --git a/README.rst b/README.rst index 5c453239..949ce34d 100644 --- 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.5.0 +Version 3.5.2 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 20f6ef0c..13b77a40 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2008-2017, Pepijn Over' # built documents. # # The short X.Y version. -version = '3.5.0' +version = '3.5' # The full version, including alpha/beta/rc tags. -release = '3.5.0' +release = '3.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/includes/psmconfig.inc.php b/src/includes/psmconfig.inc.php index 2491f172..601cd3c3 100644 --- a/src/includes/psmconfig.inc.php +++ b/src/includes/psmconfig.inc.php @@ -30,7 +30,7 @@ /** * Current PSM version */ -define('PSM_VERSION', '3.5.0'); +define('PSM_VERSION', '3.5.2'); /** * URL to check for updates. Will not be checked if turned off on config page.