From 14967d081bcd2295ba1327ff54aa5cf15cf0e47d Mon Sep 17 00:00:00 2001 From: inmanturbo Date: Thu, 25 Apr 2024 18:17:38 +0000 Subject: [PATCH 1/3] Update CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43341c5..237304f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to `platform` will be documented in this file. +## v1.6.2 - 2024-04-25 + +### What's Changed + +* Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in https://github.com/envor/platform/pull/24 + +**Full Changelog**: https://github.com/envor/platform/compare/v1.6.1...v1.6.2 + +### What's Changed + +* Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in https://github.com/envor/platform/pull/24 +* fix relations in landing page by @inmanturbo in https://github.com/envor/platform/pull/25 + +**Full Changelog**: https://github.com/envor/platform/compare/v1.6.1...v1.6.2 + ## v1.6.1 - 2024-03-26 ### What's Changed From 454a6407c236142c11abe7f2bd86a1064bf441e4 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 25 Apr 2024 14:40:40 -0400 Subject: [PATCH 2/3] wip --- resources/views/livewire/update-landing-page-form.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/update-landing-page-form.blade.php b/resources/views/livewire/update-landing-page-form.blade.php index 9cb9169..461b8fb 100644 --- a/resources/views/livewire/update-landing-page-form.blade.php +++ b/resources/views/livewire/update-landing-page-form.blade.php @@ -93,7 +93,7 @@ class="w-full h-screen" {{ __('Replace') }} - @if ($this->model?->landingPage()->exists()) + @if ($this->model?->landingPagePath()) {{ __('Download') }} From 226ab42a3e0f67c3c394640668a6c381c72bdec1 Mon Sep 17 00:00:00 2001 From: inmanturbo Date: Thu, 25 Apr 2024 18:42:11 +0000 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237304f..c95fae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `platform` will be documented in this file. +## v1.6.3 - 2024-04-25 + +**Full Changelog**: https://github.com/envor/platform/compare/v1.6.2...v1.6.3 + ## v1.6.2 - 2024-04-25 ### What's Changed