Skip to content

Commit

Permalink
Merge pull request #1186 from ArthurHoaro/changelog
Browse files Browse the repository at this point in the history
v0.10: changelog, authors and dependencies
  • Loading branch information
ArthurHoaro authored Jul 28, 2018
2 parents ad5f47a + 1df447b commit 31d160d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 28 deletions.
11 changes: 7 additions & 4 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
647 ArthurHoaro <[email protected]>
327 VirtualTam <[email protected]>
187 nodiscc <[email protected]>
664 ArthurHoaro <[email protected]>
355 VirtualTam <[email protected]>
195 nodiscc <[email protected]>
56 Sébastien Sauvage <[email protected]>
15 Florian Eula <[email protected]>
13 Emilien Klein <[email protected]>
Expand All @@ -16,6 +16,7 @@
4 Immánuel Fodor <[email protected]>
3 Teromene <[email protected]>
2 Chris Kuethe <[email protected]>
2 Felix Bartels <[email protected]>
2 Knah Tsaeb <[email protected]>
2 Mathieu Chabanon <[email protected]>
2 Miloš Jovanović <[email protected]>
Expand All @@ -24,7 +25,9 @@
2 Timo Van Neerden <[email protected]>
2 julienCXX <[email protected]>
2 philipp-r <[email protected]>
2 pips <[email protected]>
1 Adrien Oliva <[email protected]>
1 Adrien le Maire <[email protected]>
1 Alexandre G.-Raymond <[email protected]>
1 Alexis J <[email protected]>
1 Angristan <[email protected]>
Expand All @@ -36,7 +39,6 @@
1 Dennis Verspuij <[email protected]>
1 Dimtion <[email protected]>
1 Fanch <[email protected]>
1 Felix Bartels <[email protected]>
1 Felix Kästner <[email protected]>
1 Florian Voigt <[email protected]>
1 Franck Kerbiriou <[email protected]>
Expand All @@ -55,3 +57,4 @@
1 TsT <[email protected]>
1 dimtion <[email protected]>
1 durcheinandr <[email protected]>
1 lapineige <[email protected]>
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - UNPUBLISHED
## [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.

### Added
Expand All @@ -18,8 +18,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Support redirection in cURL download callback
- Introduce multi-stage builds for Docker images
- Use Travis matrix and stages to run Javascript tests in a dedicated environment
- Add tag endpoint in the REST API
- Build the documentation in Travis builds
- Provide a Docker Compose example

### Changed
- Use web-thumbnailer to retrieve thumbnails (see #687)
- Use a specific page title in all pages
- Daily: run hooks before creating the columns
- Load theme translations files automatically
Expand All @@ -32,6 +36,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Refactor server-side session management
- Update Doxygen configuration
- Update Parsedown
- Improve documentation
- Docker: build the images from the local sources
- Docker: bump alpine version to 3.7
- Docker: expose a volume for the thumbnail cache

### Removed
- Drop support for PHP 5.5
Expand All @@ -45,6 +53,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Ensure user-specific CSS file is loaded
- Fix feed permalink rendering when Markdown escaping is enabled
- Fix order of tags with the same number of occurrences
- Fixed the referrer meta tag in default template
- Disable MkDocs' strict mode for ReadTheDocs builds to pass
- fix and simplify Dockerfile for armhf

### Security
- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation
Expand Down
46 changes: 23 additions & 23 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31d160d

Please sign in to comment.