-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from b13/task/v12-compatability
[TASK] Add v12 compatibility
- Loading branch information
Showing
10 changed files
with
47 additions
and
95 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
templates.typo3/cms-backend { | ||
1643293191 = b13/link2language:Resources/Private/TemplateOverrides | ||
} |
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<xliff version="1.0"> | ||
<file> | ||
<body> | ||
<trans-unit id="link2language.headline" resname="link2language.headline"> | ||
<source>Link to page</source> | ||
<target>Link auf Seite</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<xliff version="1.0"> | ||
<file> | ||
<body> | ||
<trans-unit id="link2language.headline" resname="link2language.headline"> | ||
<source>Link to page</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
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
This file was deleted.
Oops, something went wrong.
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
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,19 +1,18 @@ | ||
<?php | ||
|
||
$EM_CONF[$_EXTKEY] = array( | ||
'title' => 'Links to specific languages', | ||
'description' => 'Allows to select links to pages or content elements for a specific language', | ||
'category' => 'be', | ||
'version' => '2.0.2', | ||
'state' => 'stable', | ||
'clearcacheonload' => 1, | ||
'author' => 'b13 GmbH', | ||
'author_email' => '[email protected]', | ||
'author_company' => 'b13 GmbH', | ||
'constraints' => array( | ||
'depends' => array( | ||
'typo3' => '9.5.0-11.5.99', | ||
'recordlist' => '9.5.0-11.5.99', | ||
), | ||
), | ||
'title' => 'Links to specific languages', | ||
'description' => 'Allows to select links to pages or content elements for a specific language', | ||
'category' => 'be', | ||
'version' => '3.0.0', | ||
'state' => 'stable', | ||
'clearcacheonload' => 1, | ||
'author' => 'b13 GmbH', | ||
'author_email' => '[email protected]', | ||
'author_company' => 'b13 GmbH', | ||
'constraints' => array( | ||
'depends' => array( | ||
'typo3' => '11.5.0-12.4.99', | ||
), | ||
), | ||
); |
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