From 40fa5245b85df31ca4453c3ddc8ec37f7ed3122d Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 25 Nov 2007 07:57:18 +0000 Subject: updated version to 1.2 added credits for arun patch regarding show_tags git-svn-id: file:///var/lib/svn/phpfspot/trunk@307 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- CHANGELOG | 6 ++++++ README | 2 +- UPGRADE | 6 ++++++ phpfspot.class.php | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8c01845..93b3fe3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +phpfspot (1.2) + + * Show only user-definied tags and pictures (contributed by Arun Persaud). + + -- Andreas Unterkircher Fri, 25 Nov 2007 09:57:00 +0100 + phpfspot (1.1) * new thumbnail directory strcuture inspired by GIT's directory structure diff --git a/README b/README index 4cbf190..89e6fd1 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Package Name: phpfspot -Version: 1.0 +Version: 1.2 Author: Andreas Unterkircher Website: http://oss.netshadow.at Desc: dynamic PHP gallery for F-Spot diff --git a/UPGRADE b/UPGRADE index 620bdb9..fefb3f8 100644 --- a/UPGRADE +++ b/UPGRADE @@ -1,3 +1,9 @@ +== Upgrading from 1.1 == + + * New configuration option "show_tags". But not mandatory to be + specified. See the example file phpfspot_cfg.php.dist for + available values. + == Upgrading from 1.0 == * Additional configuration option "db_access". See the example file diff --git a/phpfspot.class.php b/phpfspot.class.php index 15697ad..61b01c0 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -46,7 +46,7 @@ class PHPFSPOT { /* set application name and version information */ $this->cfg->product = "phpfspot"; - $this->cfg->version = "1.1"; + $this->cfg->version = "1.2"; /* Check necessary requirements */ if(!$this->checkRequirements()) { -- cgit v1.2.3-18-g5258