-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
47 lines (34 loc) · 1.33 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
=== Toolbar flags ===
Contributors: scottjwalter
Tags: security, administration, admin
Requires at least: 2.8
Tested up to: 5.3
Stable tag: 1.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Displays the status of WP_DEBUG, DISALLOW_FILE_EDIT, and DISALLOW_FILE_MODS in the Toolbar.
== Description ==
A simple plugin to provide a visual reminder of the state of 3 WP flags. Serves 2 purposes:
1. I wanted to learn more about plugin writing
2. I keep forgetting the setting of those flags as I go about updating sites.
== Installation ==
1. Upload to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Changelog ==
= 1.2.1 =
* Cleaned up documentation contact info
* Added Plugin Directory assets
= 1.2.0 =
* Dropped [PressTrends](http://www.presstrends.io/) support
* Renamed based class (prep for core unification)
= 1.1.2 =
* Bumped readme.txt to current release versions
* Non-essential upgrade to re-connect with the SVN deployment process
= 1.1.1 =
* Corrected a "divide by zero" issue inside the [PressTrends](http://www.presstrends.io/) code (which only occurs if you're using WordPress without a blog).
* Fixed version numbering
= 1.0.1 =
* Added [PressTrends](http://www.presstrends.io/) support
* Selected GPLv2 license
= 1.0 =
* Initial version of plugin