From 2ebec9ebb686b4d70e2184efb1ce225275ca1dde Mon Sep 17 00:00:00 2001 From: Kallol Chakraborty Date: Wed, 17 Jul 2024 17:15:40 +0530 Subject: [PATCH] [TASK] Miscellaneous adjustments for TER release --- CHANGELOG.md | 4 +++- README.md | 6 +++--- ext_emconf.php | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6735ff3..39a7846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Changelog -### v1.0.0 +#### 17.07.2024 + +- v1.0.0 release #### 16.07.2024 diff --git a/README.md b/README.md index 8d4f955..cc0e00e 100644 --- a/README.md +++ b/README.md @@ -86,12 +86,12 @@ Example: ### Found a bug? * First, check out the main branch and verify that the issue has not yet been resolved. -* Review the existing [issues](https://github.com/creativekallol/docuseal-typo3/issues) to prevent duplicates -* If not found, report the bug in our [issue tracker](https://github.com/creativekallol/docuseal-typo3/issues/new). +* Review the existing [issues](https://github.com/learntube/docuseal/issues) to prevent duplicates +* If not found, report the bug in our [issue tracker](https://github.com/learntube/docuseal/issues/new). ------------ ### Like a new feature? * If you want to **sponsor** a feature, get in [contact](https://www.lms3.de/home/kontakt) with us or email us at mail@learntube.de. -* You can also contact us for any customization needs. \ No newline at end of file +* You can also contact us for any customization needs. diff --git a/ext_emconf.php b/ext_emconf.php index b5ca4c7..3b9b464 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,17 +1,17 @@ 'DocuSeal for TYPO3', + 'title' => 'LMS3 DocuSeal', 'description' => 'Allows TYPO3 to integrate with DocuSeal services, enabling frontend users to securely sign documents using the DocuSeal API', 'category' => 'plugin', - 'author' => 'Kallol Chakraborty', + 'author' => 'Kallol Chakraborty (Learntube GmbH)', 'author_email' => 'kchakraborty@learntube.de', - 'author_company' => 'Learntube! GmbH', + 'author_company' => 'Learntube GmbH', 'state' => 'stable', 'version' => '1.0.0', 'constraints' => [ 'depends' => [ - 'typo3' => '12.0.0-12.99.99', + 'typo3' => '12.4.0-12.4.99', ], 'conflicts' => [], 'suggests' => [],