Skip to content

Commit 90378da

Browse files
committed
Updated To v0.2.1
1 parent 0408c7b commit 90378da

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# Changelog
22

33
**All notable changes to `AdminR` will be documented in this file**
4+
5+
==================================================
6+
7+
## Release v0.2.1 - May 01, 2022
8+
9+
- Added default landing page
10+
411
==================================================
512

613
## Release v0.2.0 - Apr 30, 2022
714

8-
- Now it is using ```Laravel v9.x``` and ```php v8.1.x```.
9-
- Renamed ```adminr-core``` to ```adminr-engine```.
10-
- ```adminr-engine``` is no more an additional ```package```.
11-
- ```adminr-engine``` is now a ```core``` code build in ```AdminR```.
15+
- Now it is using ```Laravel v9.x``` and ```php v8.1.x```.
16+
- Renamed ```adminr-core``` to ```adminr-engine```.
17+
- ```adminr-engine``` is no more an additional ```package```.
18+
- ```adminr-engine``` is now a ```core``` code build in ```AdminR```.
1219

1320
==================================================
1421

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# AdminR v0.2.0
1+
# AdminR v0.2.1
22

33
<p align="center">
4-
<a href="https://travis-ci.org/thedevsbuddy/laravel-adminr"><img src="https://travis-ci.org/thedevsbuddy/laravel-adminr.svg" alt="Build Status"></a>
5-
<a href="https://packagist.org/packages/thedevsbuddy/laravel-adminr"><img src="https://img.shields.io/packagist/dt/thedevsbuddy/laravel-adminr" alt="Total Downloads"></a>
6-
<a href="https://packagist.org/packages/thedevsbuddy/laravel-adminr"><img src="https://img.shields.io/packagist/v/thedevsbuddy/laravel-adminr" alt="Latest Stable Version"></a>
7-
<a href="https://packagist.org/packages/thedevsbuddy/laravel-adminr"><img src="https://img.shields.io/packagist/l/thedevsbuddy/laravel-adminr" alt="License"></a>
4+
<a href="https://travis-ci.org/thedevsbuddy/adminr"><img src="https://travis-ci.org/thedevsbuddy/adminr.svg" alt="Build Status"></a>
5+
<a href="https://packagist.org/packages/thedevsbuddy/adminr"><img src="https://img.shields.io/packagist/dt/thedevsbuddy/adminr" alt="Total Downloads"></a>
6+
<a href="https://packagist.org/packages/thedevsbuddy/adminr"><img src="https://img.shields.io/packagist/v/thedevsbuddy/adminr" alt="Latest Stable Version"></a>
7+
<a href="https://packagist.org/packages/thedevsbuddy/adminr"><img src="https://img.shields.io/packagist/l/thedevsbuddy/adminr" alt="License"></a>
88
</p>
99

1010
## About AdminR

app/adminr-engine/src/Http/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ function returnIfRoutes($routes, $return, $fallback = null)
5757
}
5858
}
5959

60-
const ADMINR_VERSION = "0.2.0";
60+
const ADMINR_VERSION = "0.2.1";

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.2.0",
3+
"version": "0.2.1",
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": [

0 commit comments

Comments
 (0)