commit
f9bc4f9e79
2 changed files with 22 additions and 1 deletions
3
AUTHORS
3
AUTHORS
|
@ -1,4 +1,4 @@
|
||||||
664 ArthurHoaro <arthur@hoa.ro>
|
682 ArthurHoaro <arthur@hoa.ro>
|
||||||
355 VirtualTam <virtualtam@flibidi.net>
|
355 VirtualTam <virtualtam@flibidi.net>
|
||||||
195 nodiscc <nodiscc@gmail.com>
|
195 nodiscc <nodiscc@gmail.com>
|
||||||
56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
|
56 Sébastien Sauvage <sebsauvage@sebsauvage.net>
|
||||||
|
@ -15,6 +15,7 @@
|
||||||
4 David Sferruzza <david.sferruzza@gmail.com>
|
4 David Sferruzza <david.sferruzza@gmail.com>
|
||||||
4 Immánuel Fodor <immanuelfactor+github@gmail.com>
|
4 Immánuel Fodor <immanuelfactor+github@gmail.com>
|
||||||
3 Teromene <teromene@teromene.fr>
|
3 Teromene <teromene@teromene.fr>
|
||||||
|
3 llune <llune@users.noreply.github.com>
|
||||||
2 Chris Kuethe <chris.kuethe@gmail.com>
|
2 Chris Kuethe <chris.kuethe@gmail.com>
|
||||||
2 Felix Bartels <felix@host-consultants.de>
|
2 Felix Bartels <felix@host-consultants.de>
|
||||||
2 Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org>
|
2 Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org>
|
||||||
|
|
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [v0.10.1](https://github.com/shaarli/Shaarli/releases/tag/v0.10.1) - 2018-08-11
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Accessibility:
|
||||||
|
- Remove alt text on the logo
|
||||||
|
- Remove redundant title in tools page
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed an error on the daily page and daily RSS
|
||||||
|
- Fixed an issue causing 'You are not authorized to add a link' error while logged out
|
||||||
|
- Fixed thumbnail path when Shaarli's path uses symbolic links
|
||||||
|
- Add a `mod_version` check in Shaarli's root `.htaccess` file for Apache 2.2 syntax
|
||||||
|
- Include assets in the release Makefile target
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- Firefox Social API shaare has been removed
|
||||||
|
|
||||||
## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - 2018-07-28
|
## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - 2018-07-28
|
||||||
**PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6.
|
**PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue