-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Miscellaneous adjustments for TER release
- Loading branch information
1 parent
dc6efc8
commit 2ebec9e
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => [], | ||
|