Merge branch 'master' into feature_be_module
No related branches found
No related tags found
Showing
- Classes/Utility/VersionUtility.php 83 additions, 0 deletionsClasses/Utility/VersionUtility.php
- Classes/Xclass/Typo3DbBackend.php 0 additions, 176 deletionsClasses/Xclass/Typo3DbBackend.php
- Configuration/TCA/Overrides/pages.php 133 additions, 42 deletionsConfiguration/TCA/Overrides/pages.php
- Configuration/TypoScript/Frontend/setup.txt 1 addition, 0 deletionsConfiguration/TypoScript/Frontend/setup.txt
- README.md 8 additions, 0 deletionsREADME.md
- Resources/Private/Language/de.locallang_db.xlf 4 additions, 0 deletionsResources/Private/Language/de.locallang_db.xlf
- Resources/Private/Language/locallang_db.xlf 3 additions, 0 deletionsResources/Private/Language/locallang_db.xlf
- composer.json 8 additions, 2 deletionscomposer.json
- ext_emconf.php 2 additions, 1 deletionext_emconf.php
- ext_localconf.php 0 additions, 2 deletionsext_localconf.php
Classes/Utility/VersionUtility.php
0 → 100644
Classes/Xclass/Typo3DbBackend.php
deleted
100755 → 0
... | ... | @@ -6,19 +6,25 @@ |
"license": [ | ||
"GPL-2.0+" | ||
], | ||
"version": "3.9.3", | ||
"version": "4.1.4", | ||
"support": { | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.sgalinski.de/" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/froemken/repair_translation.git" | ||
} | ||
], | ||
"require": { | ||
"typo3/cms-core": "7.6.0 - 8.7.99" | ||
"typo3/cms-core": "7.6.0 - 8.7.99", | ||
"stefanfroemken/repair_translation": "^1.0" | ||
}, | ||
"suggest": { | ||
"sgalinski/languagevisibility": "Minimum version 1.1 required, if multi language is enabled", | ||
"sgalinski/sg-ajax": "Needed for the like feature", | ||
"sgalinski/sg-comments": "Flexible comments system", | ||
"typo3-ter/rx-shariff": "Social Share possibilities" | ||
... | ... |
Please register or sign in to comment