mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 13:59:11 +01:00
Version update
This commit is contained in:
parent
28f2dcb17d
commit
01f88c9bd3
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
Addon_Name = 'Typesetter Core'
|
||||
Addon_Unique_ID = 40
|
||||
Addon_Version = 5.2-rc
|
||||
Addon_Version = 5.2-p8-a2
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue