From 01f88c9bd37134887a504ece2f343579887475c6 Mon Sep 17 00:00:00 2001 From: Buchholz Date: Sun, 17 Oct 2021 12:22:12 +0200 Subject: [PATCH] Version update --- Addon.ini | 2 +- include/install/Installer.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Addon.ini b/Addon.ini index 22cef2c..826cef9 100644 --- a/Addon.ini +++ b/Addon.ini @@ -2,4 +2,4 @@ Addon_Name = 'Typesetter Core' Addon_Unique_ID = 40 -Addon_Version = 5.2-rc +Addon_Version = 5.2-p8-a2 \ No newline at end of file diff --git a/include/install/Installer.php b/include/install/Installer.php index 7633ee7..3c19009 100644 --- a/include/install/Installer.php +++ b/include/install/Installer.php @@ -233,7 +233,7 @@ class Installer{ $version = phpversion(); $can_install = 2; - if( version_compare($version,'7.3','<') ){ + if( version_compare($version,'8.0','<') ){ $can_install = -1; }