From 903d4a4d67af041d623f128de85693b0ae7dbfb2 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 7 Jun 2008 17:09:54 +0200 Subject: [PATCH] increase version to 1.6 Signed-off-by: Andreas Unterkircher --- CHANGELOG | 11 +++++++++++ README | 2 +- phpfspot.class.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 12cd368..ca0bb1a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +phpfspot (1.6) + + * bug, sort-by rates if all photos of the library are displayed works now. + * bug, phpfspot used the image files last modification date instead of F-Spot's + recorded date when no EXIF data were available. Now it displays the same time as + F-Spot does. + * feature, date-input appears now as one field instead of seperates for year, month + and day. + + -- Andreas Unterkircher Sat, 25 May 2008 11:00:00 +0100 + phpfspot (1.5) * feature, user-friendly URL's (with Apache's mod_rewrite). diff --git a/README b/README index d00991e..48f9ae5 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Package Name: phpfspot -Version: 1.5 +Version: 1.6 Author: Andreas Unterkircher Website: http://oss.netshadow.at Desc: dynamic PHP gallery for F-Spot diff --git a/phpfspot.class.php b/phpfspot.class.php index 107ce4c..ae58790 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -122,7 +122,7 @@ class PHPFSPOT { /* set application name and version information */ $this->cfg->product = "phpfspot"; - $this->cfg->version = "1.5"; + $this->cfg->version = "1.6"; $this->sort_orders= array( 'date_asc' => 'Date ↑', -- 2.25.1