Browse Source

changed version to v2.5.4

updated CHANGELOG.md
develop v2.5.4
REJack 9 years ago
parent
commit
4636fd7704
  1. 1
      CHANGELOG.md
  2. 2
      application/libraries/Aauth.php

1
CHANGELOG.md

@ -1,6 +1,7 @@
## Change Log ## Change Log
### v2.5.4 (2016/06/02) ### v2.5.4 (2016/06/02)
- [58c9526](https://github.com/emreakay/CodeIgniter-Aauth/commit/58c9526fabeae0902c6e8d9968b72c24d01debf2) updated CHANGELOG.md (@REJack)
- [66622f6](https://github.com/emreakay/CodeIgniter-Aauth/commit/66622f640f2b454c04257b946b1062293993ed3b) DDoS Protections fixes in `login()` (@REJack) - [66622f6](https://github.com/emreakay/CodeIgniter-Aauth/commit/66622f640f2b454c04257b946b1062293993ed3b) DDoS Protections fixes in `login()` (@REJack)
- removed user get query from DDoS check in - removed user get query from DDoS check in
- fixed DDoS protection to update login_attempts if user not exist too - fixed DDoS protection to update login_attempts if user not exist too

2
application/libraries/Aauth.php

@ -13,7 +13,7 @@
* *
* @copyright 2014-2016 Emre Akay * @copyright 2014-2016 Emre Akay
* *
* @version 2.5.3 * @version 2.5.4
* *
* @license LGPL * @license LGPL
* @license http://opensource.org/licenses/LGPL-3.0 Lesser GNU Public License * @license http://opensource.org/licenses/LGPL-3.0 Lesser GNU Public License

Loading…
Cancel
Save