diff --git a/config/version.php b/config/version.php index 8de13f6e7..3a9c12a30 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@
Your Private GitHub App for private repositories.
@if ($github_app->app_id) +
+ +
- @else
diff --git a/routes/web.php b/routes/web.php index ade352398..18f09484e 100644 --- a/routes/web.php +++ b/routes/web.php @@ -116,7 +116,7 @@ Route::middleware(['auth'])->group(function () { ]); })->name('source.all'); Route::get('/source/github/{github_app_uuid}', function (Request $request) { - $github_app = GithubApp::where('uuid', request()->github_app_uuid)->first(); + $github_app = GithubApp::where('uuid', request()->github_app_uuid)->first()->makeVisible('client_secret')->makeVisible('webhook_secret'); $settings = InstanceSettings::get(); $name = Str::of(Str::kebab($github_app->name)); if ($settings->public_ipv4) { diff --git a/versions.json b/versions.json index 684123a62..6c8e94817 100644 --- a/versions.json +++ b/versions.json @@ -4,7 +4,7 @@ "version": "3.12.32" }, "v4": { - "version": "4.0.0-beta.16" + "version": "4.0.0-beta.17" } } } \ No newline at end of file