aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ada0f109..c4f77fa9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -116,7 +116,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
116### Security 116### Security
117- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation 117- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation
118 118
119
120## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20 119## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20
121### Changed 120### Changed
122- Build the Docker images from the local Git sources 121- Build the Docker images from the local Git sources
@@ -336,6 +335,22 @@ Theming:
336### Security 335### Security
337- Markdown plugin: escape HTML entities by default 336- Markdown plugin: escape HTML entities by default
338 337
338## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
339### Security
340- Markdown plugin: escape HTML entities by default
341
342
343## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
344
345### Fixed
346
347- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
348
349## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
350
351### Fixed
352
353- Editing a link created before the new ID system would change its permalink.
339 354
340## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20 355## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
341### Changed 356### Changed