aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-06-20 16:33:30 +0200
committerVirtualTam <virtualtam@flibidi.net>2018-06-20 16:33:30 +0200
commitc372fc96faa94c124cf94d26fa34666d071116f8 (patch)
tree5fa04f9084e6a816bee36326ffc7a5973237a731
parent9e425954817621711a528bb3bd2972692a2a528a (diff)
downloadShaarli-v0.8.tar.gz
Shaarli-v0.8.tar.zst
Shaarli-v0.8.zip
Bump Shaarli version to v0.8.7v0.8.7v0.8
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r--CHANGELOG.md2
-rw-r--r--index.php4
-rw-r--r--shaarli_version.php2
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.
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.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
diff --git a/index.php b/index.php
index 8a0be951..7c5b0f8e 100644
--- a/index.php
+++ b/index.php
@@ -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 */
28define('shaarli_version', '0.8.6'); 28define('shaarli_version', '0.8.7');
29 29
30// http://server.com/x/shaarli --> /shaarli/ 30// http://server.com/x/shaarli --> /shaarli/
31define('WEB_PATH', substr($_SERVER['REQUEST_URI'], 0, 1+strrpos($_SERVER['REQUEST_URI'], '/', 0))); 31define('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 */ ?>