-
Notifications
You must be signed in to change notification settings - Fork 8
/
readme.txt
50 lines (33 loc) · 1.75 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
=== Revision Notes ===
Contributors: helen
Requires at least: 4.7
Tested up to: 6.4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Stable tag: 2.0
Add a note explaining the changes you're about to save. It's like commit messages, except for your WordPress content.
== Description ==
Enter a message describing the changes you are about to save in the Publish box, to be displayed around the admin. This is especially helpful amongst groups of editors, but can also be useful for your future self.
**Important note:** This plugin requires WordPress 4.4 for full functionality. Versions below 4.4 will be able to enter and save revision notes, but will only display the latest note in the All Posts list.
= Contributing =
Pull requests and issues on [GitHub](https://github.com/helenhousandi/revision-notes) welcome.
== Installation ==
Revision Notes is most easily installed automatically via the Plugins tab in your dashboard.
== Frequently Asked Questions ==
= Where are all the settings? =
Revision Notes is meant to be a plugin that "just works" when activated, and does not currently have plans to be complex enough to warrant any settings of its own.
== Screenshots ==
1. Revision note field in the block editor sidebar
2. Revision note field in the classic editor publish metabox
3. Note displayed in the revisions metabox
4. Note displayed on the revisions comparison screen
5. Note displayed in the posts list table
== Changelog ==
= 2.0 =
* Block editor support (with thanks to theMikeD, TimothyBJacobs, and johnwatkins0)
= 1.1 =
Thanks to Kenshino for the following:
* Initialize the plugin after the point custom post types are registered.
* Set a translations directory per plugin standard.
= 1.0 =
* Initial release