Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
languagevisibility
Commits
8cee3ca9
Commit
8cee3ca9
authored
Nov 08, 2022
by
Stefan Galinski
🎮
Browse files
[TASK] Release version 4.0.8
parent
76c03aaf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Classes/Hook/TcaHook.php
View file @
8cee3ca9
...
...
@@ -26,9 +26,7 @@
namespace
TYPO3\Languagevisibility\Hook
;
use
TYPO3\CMS\Core\Database\TableConfigurationPostProcessingHookInterface
;
use
TYPO3\CMS\Core\Localization\LanguageService
;
use
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
;
use
TYPO3\CMS\Core\Utility\GeneralUtility
;
/**
* Integration Helper for adding the Language Visibility into the TCA
...
...
composer.json
View file @
8cee3ca9
...
...
@@ -10,7 +10,7 @@
"license"
:
[
"GPL-2.0-or-later"
],
"version"
:
"4.0.
7
"
,
"version"
:
"4.0.
8
"
,
"support"
:
{
"issues"
:
"https://gitlab.sgalinski.de/typo3/languagevisibility"
},
...
...
ext_emconf.php
View file @
8cee3ca9
...
...
@@ -17,11 +17,11 @@ $EM_CONF['languagevisibility'] = [
'author_email'
=>
'fabian@sgalinski.de'
,
'state'
=>
'stable'
,
'clearCacheOnLoad'
=>
TRUE
,
'version'
=>
'4.0.
7
'
,
'version'
=>
'4.0.
8
'
,
'constraints'
=>
[
'depends'
=>
[
'php'
=>
'7.3.0-8.1.99'
,
'typo3'
=>
'10.4.0.
7
1.5.99'
,
'typo3'
=>
'10.4.0.
8
1.5.99'
,
],
'conflicts'
=>
[
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment