diff --git a/docs/README.md b/docs/README.md index 1941799..ea9fff1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -216,6 +216,13 @@ Beta testers of SmartCars v3 reported problems with some of the features theme o ## Release / Update Notes +11.FEB.24 + +* Removed `laravelcollective/html` package features/usage + **WARNING: Code Breaking Changes Present, update your duplicates** +* Removed `Login With Discord` button from register page +* Added support for new pirep field values (TOC/TOD reached) + 05.JAN.24 * Added country flags to pirep details page (follow theme settings for flight flags) diff --git a/resources/views/layouts/Disposable_v3/theme_version.blade.php b/resources/views/layouts/Disposable_v3/theme_version.blade.php index bfe6ece..3547cd3 100644 --- a/resources/views/layouts/Disposable_v3/theme_version.blade.php +++ b/resources/views/layouts/Disposable_v3/theme_version.blade.php @@ -1,7 +1,7 @@ {{-- Another Reminder: This section MUST not be altered with. Removing or chaging the visibility of attribution is AGAINST the LICENCE --}} {{-- Disposable Theme, Disposable Basic Pack, Disposable Extended Pack (or any other Dispo addon) names SHOULD BE VISIBLE in your site --}} - - Disposable @if(isset($DSpecial) && $DSpecial) Extended Pack @elseif(isset($DBasic) && $DBasic) Basic Pack @else Theme @endif v3.5.x + + Disposable @if(isset($DSpecial) && $DSpecial) Extended Pack @elseif(isset($DBasic) && $DBasic) Basic Pack @else Theme @endif v3.x