diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d63166..04aacad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,11 @@ configuration to enable URL rewriting, see: - Fix permalink image alignment in daily page - Fix the delete button in `editlink` +## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15 + +### Fixed + +- Editing a link created before the new ID system would change its permalink. ## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - 2016-12-12 diff --git a/index.php b/index.php index b27c83b6..145ea3f6 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ /shaarli/ define('WEB_PATH', substr($_SERVER['REQUEST_URI'], 0, 1+strrpos($_SERVER['REQUEST_URI'], '/', 0))); diff --git a/shaarli_version.php b/shaarli_version.php index 431387bb..e93b0e7f 100644 --- a/shaarli_version.php +++ b/shaarli_version.php @@ -1 +1 @@ - +