+phpfspot (1.5)
+
+ * feature, support for Nikon's NEF RAW photo format (via dcraw and ImageMagick).
+ * bug, if tag added to hide-tags, don't show up in photo-details box (single-photo).
+ * bug, if tag added to hide-tags, don't allow adding to selected-tags list.
+ * bug, if tag added to hide-tags, random-photo needs to take care of it.
+
+ -- Andreas Unterkircher <unki@netshadow.at> Sat, 13 Apr 2008 11:00:00 +0100
+
phpfspot (1.4)
* feature, support PNG image format.
Package Name: phpfspot
-Version: 1.4
+Version: 1.5
Author: Andreas Unterkircher <unki@netshadow.at>
Website: http://oss.netshadow.at
Desc: dynamic PHP gallery for F-Spot
+== Upgrading from 1.4 ==
+
+ * nothing special necessary.
+
== Upgrading from 1.3 ==
* nothing special necessary.
/* set application name and version information */
$this->cfg->product = "phpfspot";
- $this->cfg->version = "1.4";
+ $this->cfg->version = "1.5";
$this->sort_orders= array(
'date_asc' => 'Date ↑',