*Added "Select Box" type. Ability to save many options in one field (visually represented as a <select multiple>).
The selections are saved in the database as a serialized PHP array. Upon retrieval the array needs to apply unserial()
before use.
*Fixed a "Rich Text Area" bug that hindered functionality when many of these types exist in one table.
*Fixed problem that was preventing the field description popup window from functioning from the "Edit Table" pages.
*Fixed Combo Box/Select Box error messages. They are now more precise and reliable (especially for systems <= PHP 4.1).
*Fixed bug that occurs when you submit empty content in required fields whose alias names contains quotes.
*FTP types now connect to Secure FTP via ftp_ssl_connect() if supported by PHP (--with-openssl and >= PHP 4.3). If
installation of PHP does not support ftp_ssl_connect(), PFA switches back to ftp_connect().
*Visual improvements to side panel (more room for text).
*Added output_buffering=off to .htaccess.
Check out the homepage for more details!
http://phpfriendly.sourceforge.net