Merge pull request from virtualtam/changelog/v0.10.3

Update badges, changelog and documentation for v0.10.3
This commit is contained in:
Aurélien Tamisier 2019-02-24 15:51:01 +01:00 committed by GitHub
commit 5bb384cd27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 7 deletions

View file

@ -24,11 +24,11 @@ Using one of the following methods:
In most cases, you should download the latest Shaarli release from the [releases](https://github.com/shaarli/Shaarli/releases) page. Download our **shaarli-full** archive to include dependencies.
The current latest released version is `v0.9.7`
The current latest released version is `v0.10.3`
```bash
$ wget https://github.com/shaarli/Shaarli/releases/download/v0.9.7/shaarli-v0.9.7-full.zip
$ unzip shaarli-v0.9.7-full.zip
$ wget https://github.com/shaarli/Shaarli/releases/download/v0.10.3/shaarli-v0.10.3-full.zip
$ unzip shaarli-v0.10.3-full.zip
$ mv Shaarli /path/to/shaarli/
```