1.0.8
- Changed how DBO::query returned its value in a certain case. Returning mysql_result(...) as a reference was causing problems on some configurations of PHP. Instead, I assign a variable and return that variable. It seemed to fix the issue.
1.0.7
- Removed maxlength restriction on groups criteria input box in admin area
1.0.6
- Fix: array error in setup_smtp.php
1.0.5
- Added filter to allow disable password. Do the following:
add_filter('poMMo_use_password_field',create_function('$a,$poMMo_Package','return false;'),10,2);
1.0.4
- Added filter to allow customized redirect on login
- Added a hook that allows a workaround if fsockopen won't work locally.
- Added a filter that allows a workaround if server is compiled with --enable-magic-quotes
1.0.3
- Now works in Safe Mode (even though this is a deprecated feature as of PHP 5.3.0)
1.0.2
- Bug fixes - error on user login
1.0.1
- Fixed fatal error on install if Top Quark Architecture is not installed
1.0.0