diff --git a/README.md b/README.md index a5cac2f..5998cc2 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ These settings can be adjusted according to your preferences and needs. It's imp ## Changelog +- 12.2.1: Bugfix which prevented deletion of pages - 12.2.0: Improved GUI, added alt-texts logs and security layer in the European Union, improved messages related with generate image operations - 12.1.2: Crop and extend image with prompt field in StabilityAI, image to video in StabilityAI, ACL for tt_content: media field - 12.1.1: Batch generation of alt texts, ACL for settings tab, Small bugfixes - alt-text generation failed for big images, adjust actions available via context menu on filelist, multiple images generation in tt_content diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf index 1172eba..f9ed9fe 100644 --- a/Resources/Private/Language/locallang.xlf +++ b/Resources/Private/Language/locallang.xlf @@ -3,9 +3,6 @@
- - Image - Upscaled image saved diff --git a/Resources/Private/Language/locallang_db.xlf b/Resources/Private/Language/locallang_db.xlf index 98df712..1339caa 100644 --- a/Resources/Private/Language/locallang_db.xlf +++ b/Resources/Private/Language/locallang_db.xlf @@ -3,9 +3,6 @@
- - Image - AltText Log diff --git a/ext_tables.php b/ext_tables.php index 9af53a7..0345987 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -36,10 +36,6 @@ ] ); - TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_mkcontentai_domain_model_image', 'EXT:mkcontentai/Resources/Private/Language/locallang_csh_tx_mkcontentai_domain_model_image.xlf'); - TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_mkcontentai_domain_model_image'); - - TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_mkcontentai_domain_model_alt_text_logs', 'EXT:mkcontentai/Resources/Private/Language/locallang_csh_tx_mkcontentai_domain_model_alt_text_logs.xlf'); TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_mkcontentai_domain_model_alt_text_logs'); })();