Added ability for cached thumbnails to never expire.
Added custom thumbnails so that you can override the screenshot with your own image, such as custom graphics and photos. Custom thumbnails are automatically resized to match other thumbnails.
Added a timeout of 10 seconds for loading thumbnail images so that pages do eventually load.
Added new option [wp-portfolio hidegroupinfo="1"] so that you can hide group descriptions on only certain pages or posts.
1.09
Changed the code that shows the portfolio to [wp-portfolio] to improve performance, reduce errors and to allow for new functionality.
Added a tool to automatically upgrade the old style tags to the new style.
1.08
Added the ability to render the portfolio from within your theme files in PHP.
Added PHP code to allow you to create a random selection of your portfolio from PHP.
Moved all documentation into a single documentation page.
1.07
Removed a debug message
Added silent error handling for creating cache directory
1.06
Fixed the broken regular expression to allow the original method of showing all websites.
1.05
Added feature to portfolio admin section that allows to only show websites within a certain group.
Massive cleanup of code for admin area to reduce errors and allow future features more easily.
Added the much requested selective rending of groups. This means you can choose which groups of websites you show on any page.
1.04
Fixed issue where default thumbnails were not showing when thumbnail is not available.
1.03
Fixed an issue where saving the template CSS over-writes the group template code.
1.02
Added option for using cURL rather than fopen for fetching thumbnails to handle strict server security settings.
Moved formatting options for portfolio into separate settings section.
Created option to enable/disable credit link back to my website.
Now handles lack of str_ireplace function if using PHP4.
Added button to empty the thumbnail cache.
1.01
Removed test.css from header when CSS is rendered on page.