-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
51 lines (33 loc) · 1.79 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
=== Draft Links ===
Contributors: dartiss
Donate link: https://artiss.blog/donate
Tags: draft, link, menu, page, post
Requires at least: 4.6
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add menu links that take you straight to your drafts.
== Description ==
Making it easier for you to access your drafts, this plugin will add links to the WP Admin menu to both yours and all drafts post and pages. Oh, and it will also show you how many drafts there are too.
Just install and enable - there are no settings.
The code passes [WordPress](https://github.com/WordPress/WordPress-Coding-Standards) and [WordPress VIP](https://github.com/Automattic/VIP-Coding-Standards) coding standards 🎉
Iconography is courtesy of the very talented [Janki Rathod](https://www.fiverr.com/jankirathore).
**Please visit the [Github page](https://github.com/dartiss/draft-links "Github") for the latest code development, planned enhancements and known issues**
== Installation ==
Draft Links can be found and installed via the Plugin menu within WordPress administration (Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and installed manually...
1. Upload the entire `draft-links` folder to your `wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress administration.
== Screenshots ==
1. An example of how the links are shown in the menu
== Changelog ==
I use semantic versioning, with the first release being 1.0.
= 1.1 =
* Enhancement: Split plugin into separate files to make management easier
* Enhancement: Assorted code quality improvements to go along with this. Nothing visible, though
= 1.0 =
* Initial release
== Upgrade Notice ==
= 1.1 =
* Code quality improvements