Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
naagaraa committed Jun 11, 2021
1 parent e9d5b32 commit 744a685
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/error/Error_404.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public function index($response = "Halaman tidak ditemukan")
$data = [
'message' => $response,
];
$this->error_view('error_404_v1', $data);
$this->error_view('error_404_v3', $data);
}
}
10 changes: 5 additions & 5 deletions apps/views/Welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<h5> Nagara </h5>
</a>
<div class="d-flex">
<p>view <a href="#" class="navbar-item release">release notes</a> for mini mvc 4.0.1</p>
<p>view <a href="https://github.com/naagaraa/mini-mvc-php-native/tags" target="_blank" class="navbar-item release">release notes</a> for mini mvc 4.0.4</p>
</div>
</div>
</nav>
Expand Down Expand Up @@ -75,7 +75,7 @@
<i class="fas fa-code align-self-center"></i>
</div>
<div class="col">
<h5 class="color-orange" ><a href="#" class="navbar-item release">Documentation</a></h5>
<h5 class="color-orange" ><a href="https://docs.minimvcphp.nagara.my.id" target="_blank" class="navbar-item release">Documentation</a></h5>
<span>Topics, references, & how to's</span>
</div>
</div>
Expand All @@ -86,7 +86,7 @@
<i class="fab fa-youtube align-self-center"></i>
</div>
<div class="col">
<h5 class="color-orange"><a href="#" class="navbar-item release">Video : Documentation</a></h5>
<h5 class="color-orange"><a href="https://www.youtube.com/playlist?list=PLK5_CL-hAKCf-H7snj3RlLVjrkJ7yql6o" target="_blank" class="navbar-item release">Video : Documentation</a></h5>
<span>Short documentation at youtube</span>
</div>
</div>
Expand All @@ -97,7 +97,7 @@
<i class="fab fa-github align-self-center"></i>
</div>
<div class="col">
<h5 class="color-orange"><a href="#" class="navbar-item release">Start Github</a></h5>
<h5 class="color-orange"><a href="https://github.com/naagaraa/mini-mvc-php-native" target="_blank" class="navbar-item release">Start Github</a></h5>
<span>source code, fork & start</span>
</div>
</div>
Expand All @@ -108,7 +108,7 @@
<i class="fas fa-hand-holding-usd align-self-center"></i>
</div>
<div class="col">
<h5 class="color-orange"><a href="#" class="navbar-item release">Support</a></h5>
<h5 class="color-orange"><a href="https://saweria.co/naagaraa" target="_blank" class="navbar-item release">Support</a></h5>
<span>donation support indonesia only</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion nagara
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use Console\App\Commands\SeedRunMigrationCommand;
*/


$app = new Application('mini mvc nagara', '4.0.1');
$app = new Application('mini mvc nagara', '4.0.4');
$app->add(new TestCommand());
$app->add(new ClearcacheCommand());
$app->add(new MakeControllerCommand());
Expand Down

0 comments on commit 744a685

Please sign in to comment.