diff --git a/AUTHORS b/AUTHORS index 7fa2734..755d1ba 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,13 +1,13 @@ - 734 ArthurHoaro - 400 VirtualTam - 215 nodiscc + 769 ArthurHoaro + 401 VirtualTam + 216 nodiscc 56 Sébastien Sauvage 15 Florian Eula 13 Emilien Klein + 13 Luce Carević 12 Nicolas Danelon 9 Willi Eggeling 8 Christophe HENRY - 7 Luce Carević 6 B. van Berkum 6 llune 5 Lucas Cimon @@ -16,6 +16,7 @@ 4 Alexandre Alapetite 4 David Sferruzza 4 Immánuel Fodor + 3 Agurato 3 Teromene 2 Alexandre G.-Raymond 2 Chris Kuethe @@ -57,6 +58,7 @@ 1 Mark Gerarts 1 Marsup 1 Neros + 1 Rajat Hans 1 Sbgodin 1 TsT 1 dimtion diff --git a/CHANGELOG.md b/CHANGELOG.md index 865e037..189ed13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,51 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v0.11.0](https://github.com/shaarli/Shaarli/releases/tag/v0.11.0) - 2019-07-27 + +**Shaarli no longer officially support PHP 5.6 and PHP 7.0 as they've reached end of life.** + +**Shaarli classes now use namespace, third party plugins need to update.** + +### Added +- Add optional PHP extension to composer suggestions. +- composer: enforce PHP security advisories +- phpDocumentor configuration and make target +- Run unit tests against PHP 7.3 +- Bunch of accessibility improvements to the default template, thanks to @llune +- Bulk actions: set visibility +- Display sticky label in linklist +- Add print CSS rules to the default template +- New setting to automatically retrieve description for new bookmarks +- Plugin to override default template colors + +### Changed +- Shaarli now uses namespaces for its classes. +- Rewrite IP ban management +- Default template: slightly lighten visited link color +- Hide select all button on mobile view +- Switch from FontAwesome v4.x to ForkAwesome +- Daily - display the current day instead of the previous one + +### Fixed +- Do not check the IP address with session protection disabled +- API: update test regexes to comply with PCRE2 +- Optimize and cleanup imports +- ensure HTML tags are stripped from OpenGraph description +- Documentation invalid links +- Thumbnails disabling if PHP GD is not installed +- Warning if links sticky status isn't set +- Fix button overlapping on mobile in linklist +- Do not try to retrieve thumbnails for internal link +- Update node-sass to fix a vulnerability in node tar dependency +- armhf Dockerfile +- Default template: Responsive issue with delete button fix +- Persist sticky status on bookmark update + +### Removed +- Doxygen configuration +- redirector setting +- QRCode link to an external service ## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16 ### Fixed