Skip to content

Commit

Permalink
[TASK] Miscellaneous adjustments for TER release
Browse files Browse the repository at this point in the history
  • Loading branch information
creativekallol committed Jul 18, 2024
1 parent dc6efc8 commit 2ebec9e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Changelog

### v1.0.0
#### 17.07.2024

- v1.0.0 release

#### 16.07.2024

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].
* You can also contact us for any customization needs.
* You can also contact us for any customization needs.
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?php

$EM_CONF[$_EXTKEY] = [
'title' => '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' => '[email protected]',
'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' => [],
Expand Down

0 comments on commit 2ebec9e

Please sign in to comment.