Skip to content

Commit a1891de

Browse files
committed
Bump version to 1.0.10, update changelog, and require User Switching plugin
- Updated version in package.json and super-admin-switch-to-admin.php to 1.0.10. - Added "Requires Plugins: user-switching" to the plugin header. - Updated stable tag in readme.txt to 1.0.10. - Added changelog entries for version 1.0.10 and previous versions in CHANGELOG.md.
1 parent 34f7ed7 commit a1891de

5 files changed

Lines changed: 46 additions & 40 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## Changelog
2+
3+
### 1.0.10
4+
* Force, via plugin header, the required User Switching plugin.
5+
6+
### 1.0.9
7+
* Another bugfix. Note to self, test better before releasing.
8+
9+
### 1.0.8
10+
* Bugfix
11+
12+
### 1.0.7
13+
- Use generic [WordPress Plugin GitHub Updater](https://github.com/soderlind/wordpress-plugin-gitHub-updater?tab=readme-ov-file#wordpress-plugin-github-updater)
14+
15+
16+
### 1.0.6
17+
- Update installation instructions.
18+
19+
### 1.0.5
20+
- Hotfix: Add missing class for plugin updater.
21+
22+
### 1.0.4
23+
- Add plugin updater.
24+
25+
### 1.0.3
26+
27+
- Exclude all super admins from the list of admins.
28+
29+
### 1.0.2
30+
31+
- Add Norwegian translation.
32+
33+
### 1.0.1
34+
35+
- Add a screenshot.
36+
37+
### 1.0.0
38+
39+
- Initial release

README.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -28,43 +28,6 @@ If you are logged in as a super admin, this plugin allows you to switch to a reg
2828
* Plugin updates are handled automatically via GitHub. No need to manually download and install updates.
2929

3030

31-
## Changelog
32-
33-
### 1.0.9
34-
* Another bugfix. Note to self, test better before releasing.
35-
36-
### 1.0.8
37-
* Bugfix
38-
39-
### 1.0.7
40-
- Use generic [WordPress Plugin GitHub Updater](https://github.com/soderlind/wordpress-plugin-gitHub-updater?tab=readme-ov-file#wordpress-plugin-github-updater)
41-
42-
43-
### 1.0.6
44-
- Update installation instructions.
45-
46-
### 1.0.5
47-
- Hotfix: Add missing class for plugin updater.
48-
49-
### 1.0.4
50-
- Add plugin updater.
51-
52-
### 1.0.3
53-
54-
- Exclude all super admins from the list of admins.
55-
56-
### 1.0.2
57-
58-
- Add Norwegian translation.
59-
60-
### 1.0.1
61-
62-
- Add a screenshot.
63-
64-
### 1.0.0
65-
66-
- Initial release
67-
6831
## Copyright and License
6932

7033
Super Admin Switch to Admin is copyright 2023 Per Soderlind

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.9",
3+
"version": "1.0.10",
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.9
7+
Stable tag: 1.0.10
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.10 =
40+
* Force, via plugin header, the required User Switching plugin.
41+
3942
= 1.0.9 =
4043
* Another bugfix. Note to self, test better before releasing.
4144

super-admin-switch-to-admin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
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-
* Version: 1.0.9
15+
* Requires Plugins: user-switching
16+
* Version: 1.0.10
1617
* Author: Per Soderlind
1718
* Author URI: https://soderlind.no
1819
* Network: true

0 commit comments

Comments
 (0)