-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
92 lines (64 loc) · 2.19 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
=== Folded Pages ===
Contributors: EarthmanWeb
Author URI: https://earthmanmedia.com
Plugin URI: https://github.com/earthmanweb/folded-pages
Donate link: https://earthmanmedia.com
Tags: wp-admin, page-management
Requires at least: 3.5
Tested up to: 6.0
Stable tag: 2.1.7
Requires PHP: 7.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
A lightweight WordPress plugin to filter and view hierarchical child pages more efficiently in the WP-Admin page listing.
== Description ==
## How to Use:
There are no settings / options, nor admin page.
You will see the new features added to your wp-admin pages list, wherever you have nested pages, in the left column, and also in the filters section in the pages admin panel..
Please see the attached screenshots for instructions on how to use the plugin.
#### Manual installation:
Download the latest release from:
https://github.com/EarthmanWeb/folded-pages/releases
- Copy / Upload to your WordPress site's plugins
- Install
- Activate
#### WordPress installation:
- In wp-admin, go to Plugins > Add New
- Search for "Folded Pages"
- Install
- Activate
== Screenshots ==
1. This is a screenshot description
2. This is a description for the second screenshot
== Frequently Asked Questions ==
= Where is the settings page for this plugin? =
There is no admin panel settings page. Due to the simplicity of the plugin, nothing is required beyond installing and activating the plugin.
== Upgrade Notice ==
= 2.1.7 =
Removes extra files
= 2.1.5 =
Miscellaneous fixes to remove PHP notices
= 2.1.0 =
This is the initial SVN deployment - hope you enjoy this offering!
== Changelog ==
= 2.1.0 =
* SVN release for Wordpress.org.
= 2.0.7 =
* Namespaced css classes.
* Fixes to page ordering for compatibility with Intuitive CPO plugin.
* Fixes filtering defaults when using core text search.
* Removes spaces from child page context links.
* Adds indentation hyphen for sub-pages in dropdown.
* Updates screenshots and readme.
= 2.0.6 =
* Added data sanitization.
= 2.0.5 =
* Removed updater and vscode format files.
= 2.0.4 =
* Added docs and WP Repo readme.
= 2.0.0 =
* Added updating capabilities.
= 1.0.0 =
* Added core files.
= 0.1.0 =
* First version