Skip to content

Commit 4034a3c

Browse files
committed
Fixed adminr home reference url in landing page
1 parent 3d479fd commit 4034a3c

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
==================================================
44

5+
## Release v0.3.2 - Jun 26, 2022
6+
7+
- Fixed adminr home reference url in landing page.
8+
9+
==================================================
10+
511
## Release v0.3.1 - Jun 26, 2022
612

713
- Fixed issue [#5](https://github.com/thedevsbuddy/adminr/issues/5).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AdminR v0.3.1
1+
# AdminR v0.3.2
22

33
<p align="center">
44
<a href="https://packagist.org/packages/thedevsbuddy/adminr"><img src="https://img.shields.io/packagist/dt/thedevsbuddy/adminr" alt="Total Downloads"></a>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thedevsbuddy/adminr",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "project",
55
"description": "A simple yet powerful laravel starter with admin panel and CRUD resources generator to help you build application faster.",
66
"keywords": [

resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class="text-white position-absolute">{{ getVersion(prefix: "v") }}</span>
4646
<ul>
4747
<li><a class="active " href="{{ route('index') }}">Home</a></li>
4848
<li><a href="#features">Features</a></li>
49-
<li><a href="https://docsyard.devsbuddy.com/devsbuddy/adminr/v0.2">Docs</a></li>
49+
<li><a href="https://devsbuddy.com/open-source/adminr?ref={{ request()->url() }}">Docs</a></li>
5050
<li><a href="https://devsbuddy.com/blog">Blog</a></li>
5151
<li><a href="https://devsbuddy.com/contact-us">Contact Us</a></li>
5252
<li>

0 commit comments

Comments
 (0)