Skip to content

Commit 175806a

Browse files
authored
Merge pull request #7 from soderlind/revert
Bump version to 1.0.11, update changelog, and maintain plugin header consistency
2 parents a774b1c + 25409b9 commit 175806a

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
### 1.0.11
4+
* Version bump and maintenance release.
5+
36
### 1.0.10
47
* Force, via plugin header, the required User Switching plugin.
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "super-admin-switch-to-admin",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Switch to the admin user for Super Admins.",
55
"keywords": [
66
"wordpress",

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: super admin, multisite, admin, switch
44
Requires at least: 6.5
55
Tested up to: 6.8
66
Requires PHP: 8.2
7-
Stable tag: 1.0.10
7+
Stable tag: 1.0.11
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -36,6 +36,9 @@ It lists all admins for the current site, except for the super admin., and creat
3636

3737
== Changelog ==
3838

39+
= 1.0.11 =
40+
* Version bump and maintenance release.
41+
3942
= 1.0.10 =
4043
* Force, via plugin header, the required User Switching plugin.
4144

super-admin-switch-to-admin.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
* Plugin URI: https://github.com/soderlind/super-admin-switch-to-admin
1313
* GitHub Plugin URI: https://github.com/soderlind/super-admin-switch-to-admin
1414
* Description: If you are logged in as a super admin, allows you to switch to a regular admin account on the current site.
15-
* Requires Plugins: user-switching
16-
* Version: 1.0.10
15+
* Version: 1.0.11
1716
* Author: Per Soderlind
1817
* Author URI: https://soderlind.no
1918
* Network: true
@@ -30,7 +29,7 @@
3029
}
3130

3231

33-
define( 'SWITCH_TO_ADMIN_VERSION', '1.0.4' );
32+
define( 'SWITCH_TO_ADMIN_VERSION', '1.0.11' );
3433
define( 'SWITCH_TO_ADMIN_FILE', __FILE__ );
3534
define( 'SWITCH_TO_ADMIN_PATH', plugin_dir_path( SWITCH_TO_ADMIN_FILE ) );
3635

0 commit comments

Comments
 (0)