From 769cb3ded6da45c4f2f9f8f6332988ed8079545c Mon Sep 17 00:00:00 2001 From: Alexander Bohndorf Date: Mon, 30 Sep 2019 18:04:10 +0200 Subject: [PATCH] [TASK] Release 1.0.0 --- Classes/Adminpanel/Modules/TranslateLabel/TranslateLabel.php | 2 +- .../Adminpanel/Modules/TranslateLabel/TranslateLabelInfo.php | 2 +- Classes/Adminpanel/Modules/TranslateLabelModule.php | 2 +- Classes/Controller/AjaxController.php | 2 +- Classes/Domain/Model/Translation.php | 2 +- Classes/Domain/Repository/TranslationRepository.php | 2 +- Classes/Hooks/TypoScriptFrontendController.php | 2 +- Classes/Middleware/CreateLabelResolver.php | 2 +- Classes/Plugin/FrontendLoginController.php | 2 +- Classes/Utility/TranslationLabelUtility.php | 2 +- .../Form/TranslatedValidationResultsViewHelper.php | 2 +- Classes/ViewHelpers/Traits/RenderTranslation.php | 2 +- Classes/ViewHelpers/TranslateElementErrorViewHelper.php | 2 +- Classes/ViewHelpers/TranslateElementPropertyViewHelper.php | 2 +- Classes/ViewHelpers/TranslateViewHelper.php | 2 +- LICENSE.txt => LICENSE | 0 composer.json | 2 +- ext_emconf.php | 2 +- 18 files changed, 17 insertions(+), 17 deletions(-) rename LICENSE.txt => LICENSE (100%) diff --git a/Classes/Adminpanel/Modules/TranslateLabel/TranslateLabel.php b/Classes/Adminpanel/Modules/TranslateLabel/TranslateLabel.php index 856dbf0..cba531f 100644 --- a/Classes/Adminpanel/Modules/TranslateLabel/TranslateLabel.php +++ b/Classes/Adminpanel/Modules/TranslateLabel/TranslateLabel.php @@ -8,7 +8,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/Adminpanel/Modules/TranslateLabel/TranslateLabelInfo.php b/Classes/Adminpanel/Modules/TranslateLabel/TranslateLabelInfo.php index 706b3fa..739adab 100644 --- a/Classes/Adminpanel/Modules/TranslateLabel/TranslateLabelInfo.php +++ b/Classes/Adminpanel/Modules/TranslateLabel/TranslateLabelInfo.php @@ -8,7 +8,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/Adminpanel/Modules/TranslateLabelModule.php b/Classes/Adminpanel/Modules/TranslateLabelModule.php index 803f178..4c4e7ca 100644 --- a/Classes/Adminpanel/Modules/TranslateLabelModule.php +++ b/Classes/Adminpanel/Modules/TranslateLabelModule.php @@ -8,7 +8,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/Controller/AjaxController.php b/Classes/Controller/AjaxController.php index 4076979..6245fc5 100644 --- a/Classes/Controller/AjaxController.php +++ b/Classes/Controller/AjaxController.php @@ -8,7 +8,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/Domain/Model/Translation.php b/Classes/Domain/Model/Translation.php index 931aaac..a238f88 100644 --- a/Classes/Domain/Model/Translation.php +++ b/Classes/Domain/Model/Translation.php @@ -6,7 +6,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/Domain/Repository/TranslationRepository.php b/Classes/Domain/Repository/TranslationRepository.php index cca5d6d..aa4dfb7 100644 --- a/Classes/Domain/Repository/TranslationRepository.php +++ b/Classes/Domain/Repository/TranslationRepository.php @@ -6,7 +6,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/Hooks/TypoScriptFrontendController.php b/Classes/Hooks/TypoScriptFrontendController.php index 32282ec..48aa4b3 100644 --- a/Classes/Hooks/TypoScriptFrontendController.php +++ b/Classes/Hooks/TypoScriptFrontendController.php @@ -7,7 +7,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/Middleware/CreateLabelResolver.php b/Classes/Middleware/CreateLabelResolver.php index 6d9b0fc..906d62e 100644 --- a/Classes/Middleware/CreateLabelResolver.php +++ b/Classes/Middleware/CreateLabelResolver.php @@ -7,7 +7,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/Plugin/FrontendLoginController.php b/Classes/Plugin/FrontendLoginController.php index 8e2d5ee..585aba9 100644 --- a/Classes/Plugin/FrontendLoginController.php +++ b/Classes/Plugin/FrontendLoginController.php @@ -11,7 +11,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/Utility/TranslationLabelUtility.php b/Classes/Utility/TranslationLabelUtility.php index f49b1d2..6bdc64a 100644 --- a/Classes/Utility/TranslationLabelUtility.php +++ b/Classes/Utility/TranslationLabelUtility.php @@ -7,7 +7,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/ViewHelpers/FluidComponents/Form/TranslatedValidationResultsViewHelper.php b/Classes/ViewHelpers/FluidComponents/Form/TranslatedValidationResultsViewHelper.php index 823523c..a3162e4 100644 --- a/Classes/ViewHelpers/FluidComponents/Form/TranslatedValidationResultsViewHelper.php +++ b/Classes/ViewHelpers/FluidComponents/Form/TranslatedValidationResultsViewHelper.php @@ -6,7 +6,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/ViewHelpers/Traits/RenderTranslation.php b/Classes/ViewHelpers/Traits/RenderTranslation.php index 010ffad..02f9468 100644 --- a/Classes/ViewHelpers/Traits/RenderTranslation.php +++ b/Classes/ViewHelpers/Traits/RenderTranslation.php @@ -7,7 +7,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/ViewHelpers/TranslateElementErrorViewHelper.php b/Classes/ViewHelpers/TranslateElementErrorViewHelper.php index 9aeb1f0..b3c6acc 100644 --- a/Classes/ViewHelpers/TranslateElementErrorViewHelper.php +++ b/Classes/ViewHelpers/TranslateElementErrorViewHelper.php @@ -7,7 +7,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/ViewHelpers/TranslateElementPropertyViewHelper.php b/Classes/ViewHelpers/TranslateElementPropertyViewHelper.php index a14a46d..e81ce75 100644 --- a/Classes/ViewHelpers/TranslateElementPropertyViewHelper.php +++ b/Classes/ViewHelpers/TranslateElementPropertyViewHelper.php @@ -7,7 +7,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/Classes/ViewHelpers/TranslateViewHelper.php b/Classes/ViewHelpers/TranslateViewHelper.php index c0858d3..b970501 100644 --- a/Classes/ViewHelpers/TranslateViewHelper.php +++ b/Classes/ViewHelpers/TranslateViewHelper.php @@ -7,7 +7,7 @@ * This file is part of the "translatelabels" Extension for TYPO3 CMS. * * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. + * LICENSE file that was distributed with this source code. * */ diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/composer.json b/composer.json index eac5bbc..07a0794 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "sitegeist/translatelabels", "type": "typo3-cms-extension", "description": "", - "version": "1.0.0-beta", + "version": "1.0.0", "authors": [ { "name": "Alexander Bohndorf", diff --git a/ext_emconf.php b/ext_emconf.php index 160d75b..132df62 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '1.0.0-beta', + 'version' => '1.0.0', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.0-9.5.99',