From 5143faa4b1c0141b9bbc7d3660785e6d05e48d9c Mon Sep 17 00:00:00 2001 From: DaneEveritt Date: Mon, 30 May 2022 11:40:21 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ config/sanctum.php | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2171fedb4..aacb4184d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This file is a running track of new features and fixes to each version of the pa This project follows [Semantic Versioning](http://semver.org) guidelines. +## v1.8.1 +### Fixed +* Fixes a bug causing mounts to return a 404 error when adding them to a server. +* Fixes a bug causing the Egg Image dropdown to not display properly when creating a new server. +* Fixes a bug causing an error when attemping to create a new server via the API. + ## v1.8.0 **Important:** this version updates the `version` field on generated Eggs to be `PTDL_v2` due to formatting changes. This should be completely seamless for most installations as the Panel is able to convert between the two. Custom solutions diff --git a/config/sanctum.php b/config/sanctum.php index 5e2a12062..adb410a56 100644 --- a/config/sanctum.php +++ b/config/sanctum.php @@ -1,6 +1,5 @@ explode(',', env('SANCTUM_STATEFUL_DOMAINS', sprintf( '%s%s', 'localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1', - Sanctum::currentApplicationUrlWithPort() + Laravel\Sanctum\Sanctum::currentApplicationUrlWithPort() ))), /*