Skip to content

Commit

Permalink
Prepare 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzeeb3 committed Jan 24, 2022
1 parent e85cf23 commit 705d64c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion includes/class-wp-force-logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class WP_Force_Logout {
*
* @var string
*/
public $version = '1.4.5';
public $version = '1.5.0';


/**
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wp-force-logout",
"description": "Forcefully logout WordPress user(s).",
"version": "1.4.5",
"version": "1.5.0",
"homepage": "http://sanjeebaryal.com.np",
"repository": {
"type": "git",
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: sanzeeb3
Tags: logout, force, online, last seen, last login
Requires at least: 4.0
Tested up to: 5.7
Tested up to: 5.9
Requires PHP: 5.6
Stable tag: 1.4.5
Stable tag: 1.5.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -61,6 +61,10 @@ Yes you can! Join in on [GitHub repository](https://github.com/sanzeeb3/wp-force

== Changelog ==

= 1.5.0 - 01/xx/2022 =
* Compatiblity with WP 5.9
* Add - WP CLI commands

= 1.4.5 - 4/20/2021 =
* Fix - Update online status for users with low capability.

Expand Down
5 changes: 3 additions & 2 deletions wp-force-logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: WPForce Logout
* Description: Forcefully logout WordPress user(s).
* Version: 1.4.5
* Version: 1.5.0
* Author: Sanjeev Aryal
* Author URI: http://www.sanjeebaryal.com.np
* Text Domain: wp-force-logout
Expand All @@ -15,7 +15,8 @@
*/

if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
exit;
// Exit if accessed directly.
}

// Define WP_FORCE_LOGOUT_PLUGIN_FILE.
Expand Down

0 comments on commit 705d64c

Please sign in to comment.