Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Updated README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumen Damyanov committed Sep 10, 2020
1 parent 15db8f4 commit ae50231
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 15 deletions.
8 changes: 0 additions & 8 deletions CHANGELOG-8.0.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change log


## v8.0.1 (2020-09-10)

### Added

- Added support to Laravel 8
- Added new branch for development ``8.x-dev``

### Fixed

- Minor bug fixes and optimizations
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,39 @@

## Installation

Run the following command and provide the latest stable version (e.g v7.0.\*) :
Run the following command and provide the latest stable version (e.g v8.\*) :

```bash
composer require laravelium/sitemap
```

*or add the following to your `composer.json` file :*

#### For Laravel 7.0
#### For Laravel 8
```json
"laravelium/sitemap": "7.0.*"
"laravelium/sitemap": "8.*"
```
(development branch)
```json
"laravelium/sitemap": "7.0.x-dev"
"laravelium/sitemap": "8.x-dev"
```

#### For Laravel 6.0
#### For Laravel 7
```json
"laravelium/sitemap": "6.0.*"
"laravelium/sitemap": "7.*"
```
(development branch)
```json
"laravelium/sitemap": "6.0.x-dev"
"laravelium/sitemap": "7.x-dev"
```

#### For Laravel 6
```json
"laravelium/sitemap": "6.*"
```
(development branch)
```json
"laravelium/sitemap": "6.x-dev"
```

#### For Laravel 5.8
Expand Down

0 comments on commit ae50231

Please sign in to comment.