Skip to content

Commit

Permalink
[TASK] Change author
Browse files Browse the repository at this point in the history
  • Loading branch information
waldhacker1 committed May 28, 2024
1 parent ff76fd1 commit e2fefd5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ TYPO3 Extension to add hCaptcha to EXT:form - The privacy friendly captcha alter

:Authors:
waldhacker UG (haftungsbeschränkt)
dreistrom.land AG

:Email:
hello@waldhacker.dev
hello@dreistrom.land

:Website:
https://waldhacker.dev
https://dreistrom.land

:License:
This extension documentation is published under the
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ github_repository = waldhacker/ext-hcaptcha
# .................................................................................

# usually an email address
project_contact = hello@waldhacker.dev
project_contact = hello@dreistrom.land

# URL of online discussions, you can leave this blank
project_discussions =

# URL of webpage of your extension (if it has one)
project_home = https://waldhacker.dev
project_home = https://dreistrom.land

# URL to Issues
project_issues = https://github.com/dreistromland/typo3-ext-hcaptcha
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,14 @@ For more info see: https://docs.hcaptcha.com/faq
* Issues: https://github.com/dreistromland/typo3-ext-hcaptcha
* Slack: #typo3-cms

Visit our [website](https://waldhacker.dev)
Visit our [website](https://dreistrom.land)
or read [Susi's blog entry about hCaptcha at susi.dev](https://susi.dev/hcaptcha).

### Migration from `waldhacker/hcaptcha` 2.x to `dreistromland/typo3-hcaptcha` 2.x

[dreistrom.land AG](https://dreistrom.land) has taken over the maintenance of the extension. In this context, the package namespace was changed from `waldhacker/hcaptcha` to `dreistromland/typo3-hcaptcha`.
To migrate your project to the new namespace, do something like this:

```
composer rem waldhacker/hcaptcha && composer req dreistromland/typo3-hcaptcha:^2.0
```
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
'title' => 'hCaptcha for EXT:form',
'description' => 'TYPO3 Extension to add hCaptcha to EXT:form - The privacy friendly captcha alternative.',
'category' => 'frontend',
'author' => 'waldhacker',
'author_email' => 'hello@waldhacker.dev',
'author_company' => 'waldhacker UG (haftungsbeschränkt)',
'author' => 'dreistrom.land AG',
'author_email' => 'hello@dreistrom.land',
'author_company' => 'dreistrom.land AG',
'state' => 'stable',
'uploadfolder' => '0',
'clearCacheOnLoad' => 1,
Expand Down

0 comments on commit e2fefd5

Please sign in to comment.