From ab962c3db26e47c479e78271db4f0c9ed2b7949f Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 2 Feb 2019 22:54:08 +0100 Subject: [PATCH] Version 1.4.1. --- package.json | 2 +- readme.md | 2 +- readme.txt | 2 +- user-switching.php | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6d81ceb..3e7ca60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "user-switching", - "version": "1.4.0", + "version": "1.4.1", "description": "WordPress plugin that provides instant switching between user accounts.", "license": "GPL-2.0-or-later", "author": "John Blackbourn", diff --git a/readme.md b/readme.md index 81bd98e..bf92b2f 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ **Tags:** users, profiles, user switching, fast user switching, multisite, buddypress, bbpress, become, user management, developer **Requires at least:** 3.7 **Tested up to:** 5.1 -**Stable tag:** 1.4.0 +**Stable tag:** 1.4.1 **Requires PHP:** 5.3 **License:** GPL v2 or later diff --git a/readme.txt b/readme.txt index d46a20f..60428e8 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: johnbillion Tags: users, profiles, user switching, fast user switching, multisite, buddypress, bbpress, become, user management, developer Requires at least: 3.7 Tested up to: 5.1 -Stable tag: 1.4.0 +Stable tag: 1.4.1 Requires PHP: 5.3 License: GPL v2 or later diff --git a/user-switching.php b/user-switching.php index 69ba76c..e8599c2 100644 --- a/user-switching.php +++ b/user-switching.php @@ -5,12 +5,12 @@ * @package user-switching * @link https://github.com/johnbillion/user-switching * @author John Blackbourn - * @copyright 2009-2018 John Blackbourn + * @copyright 2009-2019 John Blackbourn * @license GPL v2 or later * * Plugin Name: User Switching * Description: Instant switching between user accounts in WordPress - * Version: 1.4.0 + * Version: 1.4.1 * Plugin URI: https://johnblackbourn.com/wordpress-plugin-user-switching/ * Author: John Blackbourn & contributors * Author URI: https://github.com/johnbillion/user-switching/graphs/contributors