From bada3e5d36447014a2b11793639dcadebb6cdd0b Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 20 Feb 2022 20:51:42 +0000 Subject: [PATCH] tag for release --- classes/inichecker.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/inichecker.php b/classes/inichecker.php index 08a3168..7a2da82 100644 --- a/classes/inichecker.php +++ b/classes/inichecker.php @@ -50,7 +50,7 @@ static function checkFileNames() // starting with version 4.4, it is not necessary to have exactly one .ini // file (and optionally many .ini.append.php) - if ( version_compare( '4.4', eZPublishSDK::version() ) >= 0 ) + if ( version_compare( '4.4', eZPublishSDK::version() ) > 0 ) { // .ini files in extensions that have same name as std files, no .ini (master) file for new ones $newinis = array(); diff --git a/composer.json b/composer.json index 92b6b2a..da7eb23 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "gggeek/ggsysinfo", "type": "ezpublish-legacy-extension", - "description": "Allows eZ Publish administrators to have better insight into their working installation", + "description": "Allows eZ Publish administrators and developers to have better insight into their working installation", "license": "GPL-2.0-or-later", "homepage": "http://projects.ez.no/ggsysinfo", "minimum-stability": "dev",