From ca8c374a5a8e0f2bf83566f90b1649e6ae6b94c9 Mon Sep 17 00:00:00 2001 From: Stefano Novelli Date: Thu, 20 Jun 2024 14:56:46 +0200 Subject: [PATCH 1/3] Refactor Instagram blade template to add lazy loading attribute to iframe tag --- resources/views/instagram.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/instagram.blade.php b/resources/views/instagram.blade.php index 15aaad0..4a65162 100644 --- a/resources/views/instagram.blade.php +++ b/resources/views/instagram.blade.php @@ -1 +1,2 @@ - \ No newline at end of file + From 0741bbe02cfcc36100735a901b357ff983c713f2 Mon Sep 17 00:00:00 2001 From: Stefano Novelli Date: Tue, 12 Nov 2024 15:58:34 +0100 Subject: [PATCH 2/3] Fix YouTube iframe URL by replacing '&' with '?' for autoplay. --- resources/views/youtube.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/youtube.blade.php b/resources/views/youtube.blade.php index 31de866..5856487 100644 --- a/resources/views/youtube.blade.php +++ b/resources/views/youtube.blade.php @@ -1,6 +1,6 @@ @if($youtubeId) - From b1379bfc51e1864a37f662ab19514b2779edb478 Mon Sep 17 00:00:00 2001 From: murdercode Date: Tue, 12 Nov 2024 14:59:57 +0000 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b38757a..e453b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `laravel-shortcode-plus` will be documented in this file. +## v5.2.3 - 2024-11-12 + +Fix Youtube autoplay +**Full Changelog**: https://github.com/murdercode/laravel-shortcode-plus/compare/v5.2.2...v5.2.3 + ## v5.2.2 - 2024-10-15 **Full Changelog**: https://github.com/murdercode/laravel-shortcode-plus/compare/v5.2.1...v5.2.2