diff --git a/Classes/Domain/Model/Image.php b/Classes/Domain/Model/Image.php index 84a0840..4f27b24 100644 --- a/Classes/Domain/Model/Image.php +++ b/Classes/Domain/Model/Image.php @@ -29,7 +29,7 @@ /** * Image. */ -class Image extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity +class Image { public function __construct(string $url, string $text = '', string $base64 = '') { diff --git a/Configuration/TCA/tx_mkcontentai_domain_model_image.php b/Configuration/TCA/tx_mkcontentai_domain_model_image.php deleted file mode 100644 index 97c1ed3..0000000 --- a/Configuration/TCA/tx_mkcontentai_domain_model_image.php +++ /dev/null @@ -1,28 +0,0 @@ - - * All rights reserved - * - * This file is part of TYPO3 CMS-based extension "mkcontentai" by DMK E-BUSINESS GmbH. - * - * It is free software; you can redistribute it and/or modify it under - * the terms of the GNU General Public License, either version 2 - * of the License, or any later version. - */ - -return [ - 'ctrl' => [ - 'hideTable' => true, - ], - 'columns' => [ - 'pid' => [ - 'label' => 'pid', - 'config' => [ - 'type' => 'passthrough', - ], - ], - ], -]; diff --git a/README.md b/README.md index 5998cc2..935bf21 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.2: Correct bugfix which prevented deletion of pages - 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