aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2019-04-16 00:04:56 +0200
committerVirtualTam <virtualtam@flibidi.net>2019-04-16 00:04:56 +0200
commit1e77e0448bbd25675d8c0fe4a73206ad9048904b (patch)
tree4be5625cc6ff4bcd1ba4667a066abbc24a352e78
parent1cc5eaf9dee0e71aefbce1ff0f28c86ff320c053 (diff)
downloadShaarli-v0.10.tar.gz
Shaarli-v0.10.tar.zst
Shaarli-v0.10.zip
Release v0.10.4v0.10.4v0.10
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r--AUTHORS4
-rw-r--r--CHANGELOG.md5
-rw-r--r--shaarli_version.php2
3 files changed, 8 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 8d06b930..f91a770e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
1 715 ArthurHoaro <arthur@hoa.ro> 1 716 ArthurHoaro <arthur@hoa.ro>
2 370 VirtualTam <virtualtam@flibidi.net> 2 372 VirtualTam <virtualtam@flibidi.net>
3 208 nodiscc <nodiscc@gmail.com> 3 208 nodiscc <nodiscc@gmail.com>
4 56 Sébastien Sauvage <sebsauvage@sebsauvage.net> 4 56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
5 15 Florian Eula <eula.florian@gmail.com> 5 15 Florian Eula <eula.florian@gmail.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ada0f109..2b2ee62e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4The format is based on [Keep a Changelog](http://keepachangelog.com/) 4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/). 5and this project adheres to [Semantic Versioning](http://semver.org/).
6 6
7## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16
8
9### Fixed
10- Fix thumbnails disabling if PHP GD is not installed
11- Fix a warning if links sticky status isn't set
7 12
8## [v0.10.3](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) - 2019-02-23 13## [v0.10.3](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) - 2019-02-23
9### Added 14### Added
diff --git a/shaarli_version.php b/shaarli_version.php
index 215fc76f..7db5053d 100644
--- a/shaarli_version.php
+++ b/shaarli_version.php
@@ -1 +1 @@
<?php /* 0.10.3 */ ?> <?php /* 0.10.4 */ ?>