File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
resources/views/livewire/project/service Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
// The release version of your application
9
9
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
10
- 'release ' => '4.0.0-beta.352 ' ,
10
+ 'release ' => '4.0.0-beta.353 ' ,
11
11
// When left empty or `null` the Laravel environment will be used
12
12
'environment ' => config ('app.env ' ),
13
13
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- return '4.0.0-beta.352 ' ;
3
+ return '4.0.0-beta.353 ' ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class="{{ request()->routeIs('project.service.configuration') ? 'menu-item-activ
10
10
<a class =" menu-item" :class =" activeTab === 'general' && 'menu-item-active'"
11
11
@click .prevent =" activeTab = 'general'; window.location.hash = 'general'; if(window.location.search) window.location.search = ''"
12
12
href =" #" >General</a >
13
- @if ($serviceDatabase -> isBackupSolutionAvailable () )
13
+ @if ($serviceDatabase ? -> isBackupSolutionAvailable () )
14
14
<a :class =" activeTab === 'backups' && 'menu-item-active'" class =" menu-item"
15
15
@click .prevent =" activeTab = 'backups'; window.location.hash = 'backups'" href =" #" >Backups</a >
16
16
@endif
Original file line number Diff line number Diff line change 1
1
{
2
2
"coolify" : {
3
3
"v4" : {
4
- "version" : " 4.0.0-beta.352 "
4
+ "version" : " 4.0.0-beta.353 "
5
5
},
6
6
"nightly" : {
7
- "version" : " 4.0.0-beta.353 "
7
+ "version" : " 4.0.0-beta.354 "
8
8
},
9
9
"helper" : {
10
10
"version" : " 1.0.1"
You can’t perform that action at this time.
0 commit comments