Merge pull request #771 from ArthurHoaro/master
v0.8.3 version bump in master
This commit is contained in:
commit
6f566b69ba
3 changed files with 8 additions and 2 deletions
|
@ -52,6 +52,12 @@ configuration to enable URL rewriting, see:
|
||||||
- Fix permalink image alignment in daily page
|
- Fix permalink image alignment in daily page
|
||||||
- Fix the delete button in `editlink`
|
- Fix the delete button in `editlink`
|
||||||
|
|
||||||
|
## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
|
||||||
|
|
||||||
## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
|
## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Shaarli v0.8.2 - Shaare your links...
|
* Shaarli v0.8.3 - Shaare your links...
|
||||||
*
|
*
|
||||||
* The personal, minimalist, super-fast, database free, bookmarking service.
|
* The personal, minimalist, super-fast, database free, bookmarking service.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<?php /* 0.8.2 */ ?>
|
<?php /* 0.8.3 */ ?>
|
||||||
|
|
Loading…
Reference in a new issue