Skip to content

Commit

Permalink
[BUGFIX] remove TCA for obsolete table
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Oct 9, 2024
1 parent cc8434e commit 954ab7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Image.
*/
class Image extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity
class Image
{
public function __construct(string $url, string $text = '', string $base64 = '')
{
Expand Down
28 changes: 0 additions & 28 deletions Configuration/TCA/tx_mkcontentai_domain_model_image.php

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 954ab7c

Please sign in to comment.