Skip to content

Commit

Permalink
Merge pull request #26 from envor/main
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
inmanturbo authored Apr 25, 2024
2 parents 29c765d + 226ab42 commit 9202135
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class="w-full h-screen"
<span>{{ __('Replace') }}</span>
</x-platform::secondary-button>

@if ($this->model?->landingPage()->exists())
@if ($this->model?->landingPagePath())
<x-platform::secondary-button type="button" class="mt-2 mr-2" wire:click="downloadLandingPage" x-on:click="pagePreview=false" >
<span>{{ __('Download') }}</span>
</x-platform::secondary-button>
Expand Down

0 comments on commit 9202135

Please sign in to comment.