Skip to content

Commit 986d995

Browse files
committed
Release 1.0.0
Collapse CHANGELOG for release candidates.
1 parent 90677d7 commit 986d995

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,8 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [1.0.0-rc.2] - 2015-11-04
6-
### Added
7-
- This CHANGELOG file.
8-
- Handle misconfigured password and destination folder.
9-
10-
### Changed
11-
- Handle duplicate files in the same way as the Python implementation, adding
12-
the new 409 response code from API v2.
13-
14-
## 1.0.0-rc.1 - 2015-11-03
5+
## 1.0.0 - 2015-11-09
156
### Added
167
- The server implementation all packed in a single file.
178
- Documentation to help people get started.
18-
19-
[1.0.0-rc.2]: https://github.com/PhotoBackup/server-php/compare/v1.0.0-rc.1...v1.0.0-rc.2
9+
- This CHANGELOG file.

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* A minimal PhotoBackup API endpoint developed in PHP.
44
*
5-
* @version 1.0.0-rc.2
5+
* @version 1.0.0
66
* @author Martijn van der Ven <martijn@zegnat.net>
77
* @copyright 2015 Martijn van der Ven
88
* @license http://opensource.org/licenses/MIT The MIT License

0 commit comments

Comments
 (0)