From 44649f8ead146e4fa0d60019a995957f98395116 Mon Sep 17 00:00:00 2001 From: Midhun Devasia Date: Tue, 13 Dec 2016 08:27:23 +0530 Subject: [PATCH] [RELEASE] --- composer.json | 6 +++--- ext_emconf.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 6d2d9a3..dcf33cf 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { "name": "midhundevasia/typo3-serverclock", "type": "typo3-cms-extension", - "description": "Show server time in backend view", + "description": "A Clock which shows server time and timezone in the backend. The clock widget is simple and based on Javascript, and appears in the top right toolbar area. You set the DateTime format in the extension configuration wizard.", "homepage": "https://github.com/midhundevasia/typo3-serverclock", "support": { "issues": "https://github.com/midhundevasia/typo3-serverclock/issues" }, - "version" : "1.0.0", + "version" : "1.0.1", "license": ["GPL-3.0+"], "authors": [ { @@ -20,7 +20,7 @@ ], "require": { "php" : ">=5.5", - "typo3/cms": "^7.6 || ^8.4" + "typo3/cms": "^6.2 || ^7.6 || ^8.4" }, "require-dev": { "phpunit/phpunit": "~4.8.0", diff --git a/ext_emconf.php b/ext_emconf.php index 02a01c0..3ced8b3 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,8 +14,8 @@ */ $EM_CONF[$_EXTKEY] = [ 'title' => 'Server Clock: Server Time and Timezone', - 'description' => 'A Clock which shows server time and timezone in backend', - 'category' => 'services', + 'description' => 'A Clock which shows server time and timezone in the backend. The clock widget is simple and based on Javascript, and appears in the top right toolbar area. You set the DateTime format in the extension configuration wizard.', + 'category' => 'be', 'author' => 'Midhun Devasia', 'author_email' => 'hello@midhundevasia.com', 'state' => 'stable', @@ -23,10 +23,10 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '1.0.0', + 'version' => '1.0.1', 'constraints' => [ 'depends' => [ - 'typo3' => '7.6.0-8.9.99', + 'typo3' => '6.2.0-8.9.99', ], 'conflicts' => [], 'suggests' => [],