updated version to 1.3
[phpfspot.git] / UPGRADE
1 == Upgrading from 1.2 ==
2
3  * nothing special necessary yet.
4
5 == Upgrading from 1.1 ==
6
7  * New configuration option "show_tags". But not mandatory to be
8    specified. See the example file phpfspot_cfg.php.dist for
9    available values.
10  * phpfspot now auto-creates some indices in f-spot's database
11    to speed up some time-consuming queries. For this write access
12    to f-spot's sqlite database (usally called photos.db) is now
13    necessary. phpfspot will claim if write access is not possible.
14
15 == Upgrading from 1.0 ==
16
17  * Additional configuration option "db_access". See the example file
18    phpfspot_cfg.php.dist for available values.
19
20  * Additional configuration option "thumb_path". See the example
21    file phpfspot_cfg.php.dist for more information.
22
23  * Additional configuration option "smarty_path". See the example
24    file phpfspot_cfg.php.dist for more information.
25
26  * Thumbnail directory structure has changed. Remove all thumbnail
27    files (xxx_{md5sum}) from your current thumbs-directory.
28    phpfspot will automatically create the needed sub-directory
29    structure when regenerating the thumbnails.