Skip to content

Commit

Permalink
beta support
Browse files Browse the repository at this point in the history
  • Loading branch information
FatihKoz committed Jan 12, 2025
1 parent 4b777af commit 0630322
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 6 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
phpVMS v7 theme/skin (Bootstrap v5.x + FontAwesome v5.x)

> [!IMPORTANT]
> * Minimum required phpVMS v7 version is `phpVms 7.0.43-dev.g39cddd9d5c` / 24.NOV.2024
> * Minimum required phpVMS v7 version is `phpVms 7.0.52-dev.g0421186c64` / 05.JAN.2025
> [!TIP]
> * Theme supports **only** php8.1+ and laravel10
Expand Down Expand Up @@ -109,7 +109,7 @@ There are some options defined in this file for quick settings or for pre-define

```json
"name": "Disposable_v3", // Theme Name
"extends": "default", // Safety feature to extend default theme
"extends": "beta", // Safety feature to extend default beta theme

"gen_background_img": 1, // Enable - Disable background image
"gen_sidebar": 1, // SideBar , NavBar switch
Expand Down Expand Up @@ -226,6 +226,10 @@ If you need more space in footer area, kindly check theme stylesheet to add your

## Release / Update Notes

12.JAN.25

* Compatibility with latest phpVMS changes

24.NOV.24

* Added support for SimBrief Airframes feature of phpvms v7
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/Disposable_v3/theme.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Disposable_v3",
"extends": "default",
"extends": "beta",
"gen_background_img": 1,
"gen_sidebar": 0,
"gen_utc_clock": 1,
Expand Down
5 changes: 3 additions & 2 deletions resources/views/layouts/Disposable_v3/theme_version.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{{-- 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 --}}
{{-- DH Addons, Disposable Theme, Disposable Basic Pack, Disposable Extended Pack (or any other Dispo addon) names SHOULD BE VISIBLE in your site --}}
{{-- Check theme docs for possible placing examples --}}
<span>
<a href="https://github.com/FatihKoz" target="_blank" title="Theme version: v3.6.13 (24.NOV.24)">
<a href="https://github.com/FatihKoz" target="_blank" title="Theme version: v3.7.0 (12.JAN.25)">
Disposable @if(isset($DSpecial) && $DSpecial) Extended Pack @elseif(isset($DBasic) && $DBasic) Basic Pack @else Theme @endif v3.x
</a>
</span>

0 comments on commit 0630322

Please sign in to comment.