added credits for arun patch regarding show_tags
git-svn-id: file:///var/lib/svn/phpfspot/trunk@307
fa6a889d-dae6-447d-9e79-
4ba9a3039384
+phpfspot (1.2)
+
+ * Show only user-definied tags and pictures (contributed by Arun Persaud).
+
+ -- Andreas Unterkircher <unki@netshadow.at> Fri, 25 Nov 2007 09:57:00 +0100
+
phpfspot (1.1)
* new thumbnail directory strcuture inspired by GIT's directory structure
Package Name: phpfspot
-Version: 1.0
+Version: 1.2
Author: Andreas Unterkircher <unki@netshadow.at>
Website: http://oss.netshadow.at
Desc: dynamic PHP gallery for F-Spot
+== 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
/* 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()) {