Skip to content

Commit

Permalink
Fixed adminr home reference url in landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevsbuddy committed Jun 26, 2022
1 parent 3d479fd commit 4034a3c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

==================================================

## Release v0.3.2 - Jun 26, 2022

- Fixed adminr home reference url in landing page.

==================================================

## Release v0.3.1 - Jun 26, 2022

- Fixed issue [#5](https://github.com/thedevsbuddy/adminr/issues/5).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AdminR v0.3.1
# AdminR v0.3.2

<p align="center">
<a href="https://packagist.org/packages/thedevsbuddy/adminr"><img src="https://img.shields.io/packagist/dt/thedevsbuddy/adminr" alt="Total Downloads"></a>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thedevsbuddy/adminr",
"version": "0.3.1",
"version": "0.3.2",
"type": "project",
"description": "A simple yet powerful laravel starter with admin panel and CRUD resources generator to help you build application faster.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class="text-white position-absolute">{{ getVersion(prefix: "v") }}</span>
<ul>
<li><a class="active " href="{{ route('index') }}">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="https://docsyard.devsbuddy.com/devsbuddy/adminr/v0.2">Docs</a></li>
<li><a href="https://devsbuddy.com/open-source/adminr?ref={{ request()->url() }}">Docs</a></li>
<li><a href="https://devsbuddy.com/blog">Blog</a></li>
<li><a href="https://devsbuddy.com/contact-us">Contact Us</a></li>
<li>
Expand Down

0 comments on commit 4034a3c

Please sign in to comment.