-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
48 lines (29 loc) · 1.15 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
=== SMNTCS Themes List View ===
Contributors: nielslange
Tags: Theme, List View, Administration
Stable tag: 1.3
Tested up to: 6.4
Requires at least: 5.2
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Adds a list view for installed themes in the WordPress admin area.
== Description ==
Adds a list view for installed themes in the WordPress admin area.
== Installation ==
1. Upload `smntcs-themes-list-view` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the `Plugins` menu in WordPress.
3. Go to `Appearance → List view` to access the themes list view.
== Screenshots ==
1. List all installed themes in a list view.
== Contribute ==
Contributions are more than welcome. Simply head over to [Github](https://github.com/nielslange/smntcs-theme-list-view) and open an issue or a pull request.
== Changelog ==
= 1.3 (2023.10.21) =
- Test up to WP 6.4
= 1.2 (2023.05.06) =
- Fix broken column sorting
= 1.1 (2023.04.26) =
- Update wp_kses definitions to highlight active theme
= 1.0 (2023.03.30) =
- Initial release