Skip to content

Commit

Permalink
Bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoh committed Apr 19, 2015
1 parent d48a27e commit f381e00
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
17 changes: 11 additions & 6 deletions NEWS → ChangeLog.md
@@ -1,22 +1,27 @@
1.4
# Offlickr2 changelog

## Version 1.5
- Added OAuth support

## Version 1.4
- Added -l to limit the number of photos backed up in a session

1.3.1
## Version 1.3.1
- Fixed error handling from photos.getInfo

1.3
## Version 1.3
- Support for videos

1.2
## Version 1.2
- Updated to phpFlickr on GitHub

1.1
## Version 1.1
- Fixed download for non-pro accounts - https://github.com/hugoh/Offlickr2/issues/2
- Added option to force selective backup of binary, metadata and comments
- Complete back up of sets with more than 500 photos
- Added download progress information for debug levels >= 2
- Added additional debugging output
- Updated to phpFlickr 3.1

1.0
## Version 1.0
- Initial release
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -2,6 +2,10 @@

Offlickr2 is a command line program to backup Flickr accounts.

# Changelog

See [ChangeLog.md](ChangeLog.md).

# Installation

Run:
Expand All @@ -17,8 +21,3 @@ See the help information with:
```
php ./Offlickr2.php -h
```

# FAQ

- Why PHP?
- Because PHP is commonly available on Web hosting environments.
2 changes: 1 addition & 1 deletion version.php
@@ -1,5 +1,5 @@
<?php

define("OFFLICKR2_VERSION", "1.4 - March 2, 2015");
define("OFFLICKR2_VERSION", "1.5 - April 19, 2015");

?>

0 comments on commit f381e00

Please sign in to comment.