]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Update README, CHANGELOG and AUTHORS for v0.10.4 1294/head
authorVirtualTam <virtualtam@flibidi.net>
Mon, 15 Apr 2019 22:22:15 +0000 (00:22 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Mon, 15 Apr 2019 22:22:15 +0000 (00:22 +0200)
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
AUTHORS
CHANGELOG.md
README.md
doc/md/Download-and-Installation.md

diff --git a/AUTHORS b/AUTHORS
index db23ad322f18ea1bbf5728cf5b24a365571410f7..7fa2734ac65ecb24b9e04e092b005c8970c20b26 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,13 +1,15 @@
-   687 ArthurHoaro <arthur@hoa.ro>
-   355 VirtualTam <virtualtam@flibidi.net>
-   195 nodiscc <nodiscc@gmail.com>
+   734 ArthurHoaro <arthur@hoa.ro>
+   400 VirtualTam <virtualtam@flibidi.net>
+   215 nodiscc <nodiscc@gmail.com>
     56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
     15 Florian Eula <eula.florian@gmail.com>
     13 Emilien Klein <emilien@klein.st>
     12 Nicolas Danelon <hi@nicolasmd.com.ar>
      9 Willi Eggeling <thewilli@gmail.com>
      8 Christophe HENRY <christophe.henry@sbgodin.fr>
+     7 Luce Carević <lcarevic@access42.net>
      6 B. van Berkum <dev@dotmpe.com>
+     6 llune <llune@users.noreply.github.com>
      5 Lucas Cimon <lucas.cimon@gmail.com>
      5 Mark Schmitz <kramred@gmail.com>
      5 kalvn <kalvnthereal@gmail.com>
@@ -15,7 +17,7 @@
      4 David Sferruzza <david.sferruzza@gmail.com>
      4 Immánuel Fodor <immanuelfactor+github@gmail.com>
      3 Teromene <teromene@teromene.fr>
-     3 llune <llune@users.noreply.github.com>
+     2 Alexandre G.-Raymond <alex@ndre.gr>
      2 Chris Kuethe <chris.kuethe@gmail.com>
      2 Felix Bartels <felix@host-consultants.de>
      2 Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org>
      2 julienCXX <software@chmodplusx.eu>
      2 philipp-r <philipp-r@users.noreply.github.com>
      2 pips <pips@e5150.fr>
+     2 trailjeep <trailjeep@gmail.com>
      1 Adrien Oliva <adrien.oliva@yapbreak.fr>
      1 Adrien le Maire <adrien@alemaire.be>
-     1 Alexandre G.-Raymond <alex@ndre.gr>
      1 Alexis J <alexis@effingo.be>
      1 Angristan <angristan@users.noreply.github.com>
+     1 Bish Erbas <42714627+bisherbas@users.noreply.github.com>
      1 BoboTiG <bobotig@gmail.com>
      1 Bronco <bronco@warriordudimanche.net>
      1 Buster One <37770318+buster-one@users.noreply.github.com>
index ada0f1096a7f26fcaf121c6c84bf37362e1ae038..865e037068cd0480eea6c5efad271d078547b4da 100644 (file)
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
 
+## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16
+### Fixed
+- Fix thumbnails disabling if PHP GD is not installed
+- Fix a warning if links sticky status isn't set
+
 ## [v0.10.3](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) - 2019-02-23
 ### Added
 - Add OpenGraph metadata tags on permalink page
index ea2c8176f27405bf516b4c8ab781903b7a4fdac7..21f2eae75013f7c7ad9551e0f55947ec7eeae09b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ _It is designed to be personal (single-user), fast and handy._
 [![](https://img.shields.io/badge/stable-v0.9.7-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7)
 [![](https://img.shields.io/travis/shaarli/Shaarli/stable.svg?label=stable)](https://travis-ci.org/shaarli/Shaarli)
 &bull;
-[![](https://img.shields.io/badge/latest-v0.10.3-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3)
+[![](https://img.shields.io/badge/latest-v0.10.4-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4)
 [![](https://img.shields.io/travis/shaarli/Shaarli/latest.svg?label=latest)](https://travis-ci.org/shaarli/Shaarli)
 &bull;
 [![](https://img.shields.io/badge/master-v0.11.x-blue.svg)](https://github.com/shaarli/Shaarli)
index 1c4ad947a8f85fc84d3cff12bd78ddad41a6e47d..8c9e8a325f123033dbcd988206978a7fba09f9d1 100644 (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.10.3`
+The current latest released version is `v0.10.4`
 
 ```bash
-$ wget https://github.com/shaarli/Shaarli/releases/download/v0.10.3/shaarli-v0.10.3-full.zip
-$ unzip shaarli-v0.10.3-full.zip
+$ wget https://github.com/shaarli/Shaarli/releases/download/v0.10.4/shaarli-v0.10.4-full.zip
+$ unzip shaarli-v0.10.4-full.zip
 $ mv Shaarli /path/to/shaarli/
 ```