Posted by markus_petrux on January 8, 2010 at 7:05pm
| Download | Size | md5 hash |
|---|---|---|
| persistent_login-6.x-1.4.tar.gz | 24.93 KB | b56d28cf8186e04498f654bfbf564813 |
| persistent_login-6.x-1.4.zip | 36.31 KB | f9b39e0463fd441aed2da430325f6f32 |
Last updated: December 24, 2010 - 23:36
Changes since Persistent Login 6.x-1.4-beta6
Release notes:
- Please, read the UPGRADING section in the README.txt.
Features:
- #442782 Limit the number of PL records in the database per user.
- Optimize regex turning off capturing backreferences.
- Added note about max remembered persistent logins. Also, reformatted README.
- Added @file comments.
- Added CHANGELOG.txt.
- #489180 Provide "remember me" checkbox on registration form (when users are able to login immediately).
Bugfixes:
- #448852 Remember me button displays next to User Login link.
- Remove httponly argument, which is new to PHP 5.2.0.
- Fix typo in SQL query, using %s where it should be %d.
- #456452 Take care of language negotiation when checking path during hook_boot().
- #456334 Problems when cookie domains are www.example.com and subdomain.example.com (drupal removes www.). Let's derive the PL cookie name from the Drupal session name. Also, please check out Drupal issue: #458704: Don't automatically remove "www." from admin-set cookie domains.
- #621916 PHP notice before security alert.