Skip to content

Commit a2f1eed

Browse files
Improved readme.
1 parent 3696d08 commit a2f1eed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

readme.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
Contributors: hellofromTonya
33
Donate link: https://KnowTheCode.io
44
Tags: debug, debugger, var_dump, print_r, backtrace, trace, debug_backtrace
5-
Requires at least: 3.5
5+
Requires at least: 4.9
66
Tested up to: 5.1
77
Stable tag: 1.0.0
8+
Requires PHP: 5.6
89
License: GPLv2 or later
910
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1011

@@ -18,8 +19,6 @@ Debug Toolkit makes debugging your code easier and more enjoyable. It provides
1819
* Better variable inspection - no need to use `var_dump`, `print_r`, or X-debug
1920
* An interactive way to back trace the program's execution order
2021

21-
This plugin requires a minimum of PHP 5.6.
22-
2322
== Better PHP Error Interface from Whoops ==
2423

2524
The built-in PHP error container is basic and not as helpful as it could be. On top of that, it's rather ugly. Wouldn't you agree?
@@ -154,7 +153,9 @@ Deactivate and delete this plugin.
154153
== ChangeLog ==
155154

156155
= Version 1.0.0 =
157-
158156
* First release
159157

160158
== Upgrade Notice ==
159+
160+
= Version 1.0.0 =
161+
First release

0 commit comments

Comments
 (0)