From 11f9146d55e7bf998678f2dd6c4779a84a5dedb9 Mon Sep 17 00:00:00 2001 From: Ivan Kartolo Date: Tue, 19 Dec 2023 21:15:55 +0100 Subject: [PATCH] Task #446 #398: synchronize composer.json and ext_emconf resolve #446 #398 --- .../Index.rst | 3 +- .../EnablingClickStatistics/Index.rst | 3 +- composer.json | 94 ++++++++++--------- ext_emconf.php | 4 +- 4 files changed, 55 insertions(+), 49 deletions(-) diff --git a/Documentation/Configuration/ConfiguringTheDirectMailModuleInPageTsconfig/Index.rst b/Documentation/Configuration/ConfiguringTheDirectMailModuleInPageTsconfig/Index.rst index 29012436f..725f516eb 100644 --- a/Documentation/Configuration/ConfiguringTheDirectMailModuleInPageTsconfig/Index.rst +++ b/Documentation/Configuration/ConfiguringTheDirectMailModuleInPageTsconfig/Index.rst @@ -376,7 +376,8 @@ processed. Description If set, links longer than 76 characters found in plain text content will be redirected: long URL's will be substituted with - ?RDCT=[md5hash] parameters. + ?RDCT=[md5hash] parameters. This needs the extension `rdct `_ + to be installed Note: This configuration determines how Quick Mails are handled and further sets the default value for Direct Mails. diff --git a/Documentation/Configuration/EnablingClickStatistics/Index.rst b/Documentation/Configuration/EnablingClickStatistics/Index.rst index 83f75acb3..0ffe2ba67 100644 --- a/Documentation/Configuration/EnablingClickStatistics/Index.rst +++ b/Documentation/Configuration/EnablingClickStatistics/Index.rst @@ -9,7 +9,8 @@ Enabling click statistics ------------------------- -To enable the click statistics of the Direct Mail module, enable the +To enable the click statistics of the Direct Mail module, please install +`jumpurl `_ and enable the following checkbox in the "Module configuration” function: |img-16| diff --git a/composer.json b/composer.json index 49386fbc6..4ccbb59bb 100644 --- a/composer.json +++ b/composer.json @@ -1,48 +1,52 @@ { - "name": "directmailteam/direct-mail", - "type": "typo3-cms-extension", - "description": "Advanced Direct Mail/Newsletter mailer system with sophisticated options for personalization of emails including response statistics.", - "keywords": [ - "TYPO3", - "extension", - "directmail", - "newsletter" - ], - "homepage": "https://github.com/kartolo/direct_mail", - "authors": [ - { - "name": "Ivan Kartolo", - "role": "Developer" - } - ], - "license": [ - "GPL-2.0-or-later" - ], - "support": { - "issues": "https://github.com/kartolo/direct_mail/issues" - }, - "require": { - "typo3/cms-core": "^11.5", - "typo3/cms-dashboard": "^11.5", + "name": "directmailteam/direct-mail", + "type": "typo3-cms-extension", + "description": "Advanced Direct Mail/Newsletter mailer system with sophisticated options for personalization of emails including response statistics.", + "keywords": [ + "TYPO3", + "extension", + "directmail", + "newsletter" + ], + "homepage": "https://github.com/kartolo/direct_mail", + "authors": [ + { + "name": "Ivan Kartolo", + "role": "Developer" + } + ], + "license": [ + "GPL-2.0-or-later" + ], + "support": { + "issues": "https://github.com/kartolo/direct_mail/issues" + }, + "require": { + "typo3/cms-core": "^11.5", "php": "^7.4 || ^8.0 || ^8.1 || ^8.2", - "friendsoftypo3/tt-address": "^6.0 || ^7.0 || ^8.0", - "tedivm/fetch": "0.7.*" - }, - "require-dev": { - "roave/security-advisories": "dev-master" - }, - "minimum-stability": "dev", - "autoload": { - "psr-4": { - "DirectMailTeam\\DirectMail\\": "Classes" - } - }, - "replace": { - "typo3-ter/direct-mail": "self.version" - }, - "extra": { - "typo3/cms": { - "extension-key": "direct_mail" - } - } + "friendsoftypo3/tt-address": "^6.0 || ^7.0 || ^8.0", + "tedivm/fetch": "0.7.*" + }, + "require-dev": { + "roave/security-advisories": "dev-master" + }, + "suggest": { + "typo3/cms-dashboard": "^11.5", + "friendsoftypo3/rdct": "^2.1", + "friendsoftypo3/jumpurl": "^8.1" + }, + "minimum-stability": "dev", + "autoload": { + "psr-4": { + "DirectMailTeam\\DirectMail\\": "Classes" + } + }, + "replace": { + "typo3-ter/direct-mail": "self.version" + }, + "extra": { + "typo3/cms": { + "extension-key": "direct_mail" + } + } } diff --git a/ext_emconf.php b/ext_emconf.php index d6a9c07fa..e5695c38a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -16,12 +16,12 @@ 'lowlevel' => '11.5.0-11.99.99', 'tt_address' => '6.0.0-8.0.99', 'php' => '7.4.0-8.1.99', - 'jumpurl' => '8.0.3-', - 'rdct' => '2.1.0', ], 'conflicts' => [ ], 'suggests' => [ + 'jumpurl' => '8.0.3-', + 'rdct' => '2.1.0', ], ], 'suggests' => [