Skip to content

Commit 2da23fd

Browse files
build: update author email and role in composer.json and ext_emconf.php
1 parent 260c9f0 commit 2da23fd

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Documentation/guides.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
edit-on-github="xima-media/xima-typo3-frontend-edit"
1313
typo3-core-preferred="main"
1414
/>
15-
<project title="Frontend Edit" release="1.5.1" copyright="since 2024 by XIMA"/>
15+
<project title="Frontend Edit" release="1.5.1" copyright="since 2024 by Konrad Michalik"/>
1616
<inventory id="t3coreapi" url="https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/"/>
1717
<inventory id="t3tsref" url="https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/"/>
1818
</guides>

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"authors": [
99
{
1010
"name": "Konrad Michalik",
11-
"email": "konrad.michalik@xima.de",
12-
"role": "Developer"
11+
"email": "hej@konradmichalik.dev",
12+
"role": "Maintainer"
1313
}
1414
],
1515
"require": {

ext_emconf.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
'description' => 'This extension provides an edit button for editors within frontend content elements.',
77
'category' => 'module',
88
'author' => 'Konrad Michalik',
9-
'author_email' => 'konrad.michalik@xima.de',
10-
'author_company' => 'XIMA MEDIA GmbH',
9+
'author_email' => 'hej@konradmichalik.dev',
1110
'state' => 'stable',
1211
'version' => '1.5.1',
1312
'constraints' => [

0 commit comments

Comments
 (0)