]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Bump Shaarli version to v0.8.7 v0.8 v0.8.7
authorVirtualTam <virtualtam@flibidi.net>
Wed, 20 Jun 2018 14:33:30 +0000 (16:33 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Wed, 20 Jun 2018 14:33:30 +0000 (16:33 +0200)
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
CHANGELOG.md
index.php
shaarli_version.php

index 3f5bafd1234ee0357c24bc461678f2fa974e6450..a945715d8cfb14b864d4446c7c3cbf23e610507d 100644 (file)
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
-## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - UNPUBLISHED
+## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
 ### Changed
 - Build the Docker image from the local Git sources
 
index 8a0be951b1e6adf518c87cff42ffd8231f24729c..7c5b0f8eb6b874ad8b04f5241c481ad97149856d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Shaarli v0.8.6 - Shaare your links...
+ * Shaarli v0.8.7 - Shaare your links...
  *
  * The personal, minimalist, super-fast, database free, bookmarking service.
  *
@@ -25,7 +25,7 @@ if (date_default_timezone_get() == '') {
 /*
  * PHP configuration
  */
-define('shaarli_version', '0.8.6');
+define('shaarli_version', '0.8.7');
 
 // http://server.com/x/shaarli --> /shaarli/
 define('WEB_PATH', substr($_SERVER['REQUEST_URI'], 0, 1+strrpos($_SERVER['REQUEST_URI'], '/', 0)));
index 4d882663185c0d88f1aacd04a2317e2a5a9d7a43..c02e55fa4e70cffb37d2011f65b7035ad5350919 100644 (file)
@@ -1 +1 @@
-<?php /* 0.8.6 */ ?>
+<?php /* 0.8.7 */ ?>