I’ve released photos 4.0 beta 2. This suppresses the PHP warning messages that appeared from time to time and adds multi-keyword searching on the URL field.
I’ve started with the IPTC data parsing/import, but I’m not ready to release that yet and I wanted to get these changes out.
This post is part of the project: Photos. View the project timeline for more context on this post.
I’m not sure whats changed from beta 1 in beta 2, but it seems to require the ‘imagecreatefromjpeg()’ function that some people might not have.
Worth a mention.
photos has always required gd, (which includes the imagecreatefromjpeg() function) to do the image manipulation. One person had gd enabled but mis-configured and it was a bear to debug so I added the extra check.