From 1bb1f92ace7ec48094daa422a0b1a61522ba8eec Mon Sep 17 00:00:00 2001 From: Dimitris T <56406468+dimitrist19@users.noreply.github.com> Date: Sat, 29 Jan 2022 16:29:02 +0200 Subject: [PATCH] Version Update --- install.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.php b/install.php index 213511a..1ca535b 100644 --- a/install.php +++ b/install.php @@ -22,7 +22,7 @@ //DO NOT EDIT $conn = mysqli_connect("{$dbhost}", "{$dbuser}", "{$dbpass}", "{$dbname}") or die("Connection Error: " . mysqli_error($conn)); - $version = "1.3.1"; + $version = "1.3.2"; ?>'; fwrite($conffile, $data); @@ -61,7 +61,7 @@ //DO NOT EDIT $conn = mysqli_connect("{$dbhost}", "{$dbuser}", "{$dbpass}", "{$dbname}") or die("Connection Error: " . mysqli_error($conn)); - $version = "1.3.1"; + $version = "1.3.2"; ?>'; fwrite($conffile, $data); @@ -132,11 +132,11 @@
This will update your installation from =$version?> to V1.3.1 (It will not delete any data but you are advised to backup your database before update)
+This will update your installation from =$version?> to V1.3.2 (It will not delete any data but you are advised to backup your database before update)
Update InstallationWarning! The updater may not work correctly as it's still in the testing phase. If you wish to safely update the CMS delete 'install.php' file and visit this page