I've just sent Ludo another small patch today that increases WPFF's compatibility with WordPress. Hopefully the patch will make it into the next beta, slated for release tomorrow. The changes are intended to allow you to use your existing
.htaccess
file generated by WordPress. I want to make sure that it's easy to make the switch, so watch out for ports of popular WP plugins too.
The patch also fixes a minor bug (typo) in Frontend.php --- line 95 should read:
$config_message = array_merge($default_messages, $config_messages);
Unstable 1.0.0 beta3 As promised, I have applied most the patches Jerome sent me yesterday night and released 1.0 beta 3. I chose not to apply the following two patches:
query logging in DB_lite/MySQL.php, it’s a good idea and very useful when you need to debug a SQL …