Downloads
Download tar.gz
24.93 KB
MD5: b56d28cf8186e04498f654bfbf564813
SHA-1: 19c3b8ecdf0969371318862ba387fa4e0c337141
SHA-256: 1d6aea212d500eff57d22e942293ca3f5ca28c114cc72cefc4ccb89c0552e798
Download zip
36.31 KB
MD5: f9b39e0463fd441aed2da430325f6f32
SHA-1: 4f18b2d210ced69e037bc8460bc84ab5ebd21d4e
SHA-256: adb577c6e07ae2316ddc0019781609573e18aa292bd058840e35368f253192cd
Release notes
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.