From 4636fd77041afe2757a485368fb891da1c055cc5 Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 2 Jun 2016 18:57:58 +0200 Subject: [PATCH] changed version to v2.5.4 updated CHANGELOG.md --- CHANGELOG.md | 1 + application/libraries/Aauth.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3699384..0a8a03e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Change Log ### 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) - removed user get query from DDoS check in - fixed DDoS protection to update login_attempts if user not exist too diff --git a/application/libraries/Aauth.php b/application/libraries/Aauth.php index 00198dbe..426f1ab2 100644 --- a/application/libraries/Aauth.php +++ b/application/libraries/Aauth.php @@ -13,7 +13,7 @@ * * @copyright 2014-2016 Emre Akay * - * @version 2.5.3 + * @version 2.5.4 * * @license LGPL * @license http://opensource.org/licenses/LGPL-3.0 Lesser GNU Public License