Skip to content

Commit

Permalink
Merge pull request #31 from faiyazalam/dev
Browse files Browse the repository at this point in the history
release for 2.1.6
  • Loading branch information
faiyazalam authored Oct 1, 2024
2 parents e142b05 + 0d2aace commit 36d1a44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: login log,login activity,brute force indicator,security,history,tool
Requires at least: 5.0.0
Requires PHP: 8.1.2
Tested up to: 6.5.5
Stable tag: 2.1.5
Stable tag: 2.1.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -213,6 +213,10 @@ It means that:

== Changelog ==

= 2.1.6 (1st October 2024) =

* Improvements in external links.

= 2.1.5 (10th July 2024) =

* Added a new submenu for more plugins.
Expand Down
4 changes: 2 additions & 2 deletions user-login-history.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: User Login History
* Plugin URI: http://userloginhistory.com/home/
* Description: Helps you to know your website's visitors by tracking their login related information like login/logout time, country, browser and many more.
* Version: 2.1.5
* Version: 2.1.6
* Author: Er Faiyaz Alam
* Author URI: http://userloginhistory.com/
* License: GPL-2.0+
Expand Down Expand Up @@ -43,7 +43,7 @@

define( NS . 'USER_LOGIN_HISTORY', 'faulh' );

define( NS . 'PLUGIN_VERSION', '2.1.5' );
define( NS . 'PLUGIN_VERSION', '2.1.6' );

define( NS . 'USER_LOGIN_HISTORY_DIR', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit 36d1a44

Please sign in to comment.