aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-01-04 18:13:43 +0100
committerVirtualTam <virtualtam@flibidi.net>2018-01-04 18:13:43 +0100
commitcb9b87eb1ca015b0fdb03a223e2df190cb53cf05 (patch)
treef8f6b76c78880318d74d7990cd6bfe2cf1b7e660
parent5ec90c7155f7185b35feb59c47816fc4188a314d (diff)
downloadShaarli-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--AUTHORS4
-rw-r--r--CHANGELOG.md8
-rw-r--r--shaarli_version.php2
3 files changed, 11 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 105561c1..57ff612a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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.
4The format is based on [Keep a Changelog](http://keepachangelog.com/) 4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/). 5and 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 */ ?>