diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-01-04 18:13:43 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-01-04 18:13:43 +0100 |
commit | cb9b87eb1ca015b0fdb03a223e2df190cb53cf05 (patch) | |
tree | f8f6b76c78880318d74d7990cd6bfe2cf1b7e660 | |
parent | 5ec90c7155f7185b35feb59c47816fc4188a314d (diff) | |
download | Shaarli-cb9b87eb1ca015b0fdb03a223e2df190cb53cf05.tar.gz Shaarli-cb9b87eb1ca015b0fdb03a223e2df190cb53cf05.tar.zst Shaarli-cb9b87eb1ca015b0fdb03a223e2df190cb53cf05.zip |
Bump Shaarli version to v0.9.3v0.9.3
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | shaarli_version.php | 2 |
3 files changed, 11 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | 537 ArthurHoaro <arthur@hoa.ro> | 1 | 542 ArthurHoaro <arthur@hoa.ro> |
2 | 252 VirtualTam <virtualtam@flibidi.net> | 2 | 255 VirtualTam <virtualtam@flibidi.net> |
3 | 148 nodiscc <nodiscc@gmail.com> | 3 | 148 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 120c5d22..4b9bb954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. | |||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | 4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | 5 | and this project adheres to [Semantic Versioning](http://semver.org/). |
6 | 6 | ||
7 | ## [v0.9.3](https://github.com/shaarli/Shaarli/releases/tag/v0.9.3) - 2018-01-04 | ||
8 | |||
9 | **XSS vulnerability fixed. Please update.** | ||
10 | |||
11 | ### Security | ||
12 | - Fix an XSS (cross-site-scripting) vulnerability in `index.php` | ||
13 | |||
14 | |||
7 | ## [v0.9.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07 | 15 | ## [v0.9.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07 |
8 | 16 | ||
9 | **Major security issue fixed. Please update.** | 17 | **Major security issue fixed. Please update.** |
diff --git a/shaarli_version.php b/shaarli_version.php index 035a86a6..a92b5619 100644 --- a/shaarli_version.php +++ b/shaarli_version.php | |||
@@ -1 +1 @@ | |||
<?php /* 0.9.2 */ ?> | <?php /* 0.9.3 */ ?> | ||