From 19045caa08a41546ecfc50623c10647d9a837fb5 Mon Sep 17 00:00:00 2001 From: A909M Date: Mon, 27 Jan 2025 21:17:42 +0300 Subject: [PATCH 1/2] remove deprecated tgas from image and video blade --- resources/views/image.blade.php | 9 --------- resources/views/video.blade.php | 3 --- 2 files changed, 12 deletions(-) diff --git a/resources/views/image.blade.php b/resources/views/image.blade.php index 3067e1a..9a17eaa 100644 --- a/resources/views/image.blade.php +++ b/resources/views/image.blade.php @@ -2,15 +2,6 @@ @if (! empty($image->url)) {{ url($image->url) }} @endif -@if (! empty($image->caption)) - {{ $image->caption }} -@endif -@if (! empty($image->geo_location)) - {{ $image->geo_location }} -@endif -@if (! empty($image->title)) - {{ $image->title }} -@endif @if (! empty($image->license)) {{ $image->license }} @endif diff --git a/resources/views/video.blade.php b/resources/views/video.blade.php index 376d737..0330971 100644 --- a/resources/views/video.blade.php +++ b/resources/views/video.blade.php @@ -5,9 +5,6 @@ @if ($video->contentLoc) {{ $video->contentLoc }} @endif -@if ($video->playerLoc) - {{ $video->playerLoc }} -@endif @foreach($video->options as $tag => $value) {{$value}} @endforeach From a0fccd84ca3cf0141f1389e6b2b308a58b6eda7d Mon Sep 17 00:00:00 2001 From: A909M Date: Mon, 27 Jan 2025 21:25:30 +0300 Subject: [PATCH 2/2] Update ImageTest.php --- tests/ImageTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ImageTest.php b/tests/ImageTest.php index f9ed7be..919a1f1 100644 --- a/tests/ImageTest.php +++ b/tests/ImageTest.php @@ -10,7 +10,6 @@ https://localhost https://localhost/favicon.ico - Favicon ';