k3-translations icon indicating copy to clipboard operation
k3-translations copied to clipboard

Kirby 4 compatibility ?

Open Yoh7 opened this issue 11 months ago • 3 comments

The plugin seems to work with kirby4 alpha-4 but i can't delete a translation :

Error in the delete pop-up : The internal $model->contentFile() method has been deprecated. You can use $model->storage()->contentFile() instead, however please note that this method is also internal and may be removed in the future.

index.php line 118 : $filePath = $page->contentFile($languageCode, true);

with this change : $filePath = $page->storage()->contentFile($languageCode, true); error in the same delete pop-up : Invalid language: 1

Thanks !

Yoh7 avatar Jul 18 '23 15:07 Yoh7