From 986d99550651f46502caf5a52c26f919218e67a3 Mon Sep 17 00:00:00 2001 From: Martijn van der Ven Date: Mon, 9 Nov 2015 12:05:06 +0100 Subject: [PATCH] Release 1.0.0 Collapse CHANGELOG for release candidates. --- CHANGELOG.md | 14 ++------------ index.php | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 857ddec..7a9881d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [1.0.0-rc.2] - 2015-11-04 -### Added -- This CHANGELOG file. -- Handle misconfigured password and destination folder. - -### Changed -- Handle duplicate files in the same way as the Python implementation, adding - the new 409 response code from API v2. - -## 1.0.0-rc.1 - 2015-11-03 +## 1.0.0 - 2015-11-09 ### Added - The server implementation all packed in a single file. - Documentation to help people get started. - -[1.0.0-rc.2]: https://github.com/PhotoBackup/server-php/compare/v1.0.0-rc.1...v1.0.0-rc.2 +- This CHANGELOG file. diff --git a/index.php b/index.php index c9bfd14..f2a7e98 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** * A minimal PhotoBackup API endpoint developed in PHP. * - * @version 1.0.0-rc.2 + * @version 1.0.0 * @author Martijn van der Ven * @copyright 2015 Martijn van der Ven * @license http://opensource.org/licenses/MIT The MIT License