diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-06-20 16:33:30 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-06-20 16:33:30 +0200 |
commit | c372fc96faa94c124cf94d26fa34666d071116f8 (patch) | |
tree | 5fa04f9084e6a816bee36326ffc7a5973237a731 | |
parent | 9e425954817621711a528bb3bd2972692a2a528a (diff) | |
download | Shaarli-c372fc96faa94c124cf94d26fa34666d071116f8.tar.gz Shaarli-c372fc96faa94c124cf94d26fa34666d071116f8.tar.zst Shaarli-c372fc96faa94c124cf94d26fa34666d071116f8.zip |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | index.php | 4 | ||||
-rw-r--r-- | shaarli_version.php | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5bafd1..a945715d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,7 +4,7 @@ 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.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - UNPUBLISHED | 7 | ## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20 |
8 | ### Changed | 8 | ### Changed |
9 | - Build the Docker image from the local Git sources | 9 | - Build the Docker image from the local Git sources |
10 | 10 | ||
@@ -1,6 +1,6 @@ | |||
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * Shaarli v0.8.6 - Shaare your links... | 3 | * Shaarli v0.8.7 - Shaare your links... |
4 | * | 4 | * |
5 | * The personal, minimalist, super-fast, database free, bookmarking service. | 5 | * The personal, minimalist, super-fast, database free, bookmarking service. |
6 | * | 6 | * |
@@ -25,7 +25,7 @@ if (date_default_timezone_get() == '') { | |||
25 | /* | 25 | /* |
26 | * PHP configuration | 26 | * PHP configuration |
27 | */ | 27 | */ |
28 | define('shaarli_version', '0.8.6'); | 28 | define('shaarli_version', '0.8.7'); |
29 | 29 | ||
30 | // http://server.com/x/shaarli --> /shaarli/ | 30 | // http://server.com/x/shaarli --> /shaarli/ |
31 | define('WEB_PATH', substr($_SERVER['REQUEST_URI'], 0, 1+strrpos($_SERVER['REQUEST_URI'], '/', 0))); | 31 | 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 4d882663..c02e55fa 100644 --- a/shaarli_version.php +++ b/shaarli_version.php | |||
@@ -1 +1 @@ | |||
<?php /* 0.8.6 */ ?> | <?php /* 0.8.7 */ ?> | ||