Skip to content

Commit

Permalink
Bump Shaarli version to v0.8.5
Browse files Browse the repository at this point in the history
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
  • Loading branch information
virtualtam committed Jan 4, 2018
1 parent aadec30 commit 9cd0df4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [v0.9.0](https://github.com/shaarli/Shaarli/releases/tag/v0.9.0) - UNPUBLISHED
## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04

### Added
**XSS vulnerability fixed. Please update.**

### Changed
### Security
- Fix an XSS (cross-site-scripting) vulnerability in `index.php`

### Fixed

## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
### Security
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Shaarli v0.8.4 - Shaare your links...
* Shaarli v0.8.5 - Shaare your links...
*
* The personal, minimalist, super-fast, database free, bookmarking service.
*
Expand Down
2 changes: 1 addition & 1 deletion shaarli_version.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php /* 0.8.4 */ ?>
<?php /* 0.8.5 */ ?>

0 comments on commit 9cd0df4

Please sign in to comment.