updated version to 1.2
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 25 Nov 2007 07:57:18 +0000 (07:57 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 25 Nov 2007 07:57:18 +0000 (07:57 +0000)
added credits for arun patch regarding show_tags

git-svn-id: file:///var/lib/svn/phpfspot/trunk@307 fa6a889d-dae6-447d-9e79-4ba9a3039384

CHANGELOG
README
UPGRADE
phpfspot.class.php

index 8c018458a45d61b8cc1f38d674f3f87c3248a6a8..93b3fe3bfc7ce581c90f8a9b2ae4c9c694f0a8b7 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+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
 phpfspot (1.1)
 
   * new thumbnail directory strcuture inspired by GIT's directory structure
diff --git a/README b/README
index 4cbf1904c3d53bd09c59ecb9e0036d79a650a7ea..89e6fd1e50ed4de41a53f2671d13ff79e1d29754 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 Package Name: phpfspot
 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
 Author:       Andreas Unterkircher <unki@netshadow.at>
 Website:      http://oss.netshadow.at
 Desc:         dynamic PHP gallery for F-Spot
diff --git a/UPGRADE b/UPGRADE
index 620bdb99d92371e5d6508ed0896355b98868b1ec..fefb3f80cc683d5551fc99cd77c45be74781db99 100644 (file)
--- 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
 == Upgrading from 1.0 ==
 
  * Additional configuration option "db_access". See the example file
index 15697ad78fd73df8bcdf325ac0f2de191318c2a0..61b01c0aa6aa6066c97675991dbb336233ada1a3 100644 (file)
@@ -46,7 +46,7 @@ class PHPFSPOT {
 
       /* set application name and version information */
       $this->cfg->product = "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()) {
 
       /* Check necessary requirements */
       if(!$this->checkRequirements()) {