Config: Generates a sample code at the end of the module configuration, which is adapted to the current settings.
Client classes: SSL connection flag setting now read from constant instead of static function for easier handling. (WARNING: You need to change DrupalUserBase::setUseSSL(true); to define('USER_DATA_CONNECTOR_USE_SSL', TRUE); if you are already using the SSL connection feature).
2012-03-27 Added possibility to define USER_DATA_CONNECTOR_MODULE_PATH in
the client script to specify the URI path to the module. The
constant is used to access the server script if the normal
path determination fails. The auto path determination now throws
an exception on failure, so that the error source can be traced
more efficiently.
2012-04-08 Fixed bug for servers behind routers, fixed potential include
bootstrap issue, added HTTP user agent verification.