WordPress phpinfo() - Version 0.1.3

Version Description

Download this release

Release Info

Developer christopherross
Plugin Icon 128x128 WordPress phpinfo()
Version 0.1.3
Comparing to
See all releases

Code changes from version 0.1.2 to 0.1.3

Files changed (2) hide show
  1. index.html +31 -1
  2. readme.txt +26 -5
index.html CHANGED
@@ -6,6 +6,36 @@
6
  </head>
7
 
8
  <body>
9
- The <a href="http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/">WordPress PHPInfo() Plugin</a> by <a href="http://www.thisismyurl.com">Christopher Ross</a>.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  </body>
11
  </html>
6
  </head>
7
 
8
  <body>
9
+ <h1> WordPress PHPInfo() Plugin</h1>
10
+ <h2>Plugin Name </h2>
11
+ <p>Contributors: <a href="http://wordpress.org/extend/plugins/profile/christopherross">christopherross</a><br />
12
+ Plugin URI: <a href="http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/">http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/</a><br />
13
+ Donate link:<a href="http://www.thisismyurl.com/donate/"> http://www.thisismyurl.com/donate/</a><br />
14
+ Tags: simple, php, admin, phpinfo<br />
15
+ Requires at least: 2.0.0<br />
16
+ Tested up to: 2.7.1<br />
17
+ Stable tag: 0.1.3</p>
18
+ <p>It's important for a non technical administrator to be able to diagnose server related problems in WordPress but also rapidly retrieve feedback regarding their web server. This simple plugin adds an option to an adminstrator's Tools menu which displays standard phpinfo() feedback details to the user. </p>
19
+ <h2> Description </h2>
20
+ <p>It's important for a non technical administrator to be able to diagnose server related problems in WordPress but also rapidly retrieve feedback regarding their web server. This simple plugin adds an option to an adminstrator's Tools menu which displays standard phpinfo() feedback details to the user. </p>
21
+ <p>This a very simple script, designed to help the non technical user get immediate feedback about their blog.</p>
22
+ <h2> Installation </h2>
23
+ <p>To install the plugin, please upload the folder to your plugins folder and active the plugin.</p>
24
+ <h2> Updates </h2>
25
+ <p>Updates to the plugin will be posted here, to <a href="http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/">http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/</a>)</p>
26
+ <h2> Frequently Asked Questions </h2>
27
+ <h3> Where is the information displayed? </h3>
28
+ <p>Under your Plugins page, there is a link for settings beside the plugin details as well as in your Tools menu.</p>
29
+ <h3> Is this plugin stable? </h3>
30
+ <p>Technically yes. Until I upgrade the version to 1.x, I still consider it to be in development but yes it has been tested and works well.</p>
31
+ <h2> Donations </h2>
32
+ <p>If you would like to donate to help support future development of this tool, please visit <a href="http://www.thisismyurl.com/donate/">http://www.thisismyurl.com/donate/</a><br />
33
+ </p>
34
+ <h2> Change Log </h2>
35
+ <p>0.1.2 (2009-03-16)<br />
36
+ Added the change log</p>
37
+ <p>0.1.3 (2009-03-26)<br />
38
+ - Happy Birthday to me<br />
39
+ - Fixed a link in the readme.txt file</p>
40
  </body>
41
  </html>
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
  === Plugin Name ===
2
  Contributors: christopherross
3
  Plugin URI: http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/
4
- Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2805621
5
  Tags: simple, php, admin, phpinfo
6
  Requires at least: 2.0.0
7
  Tested up to: 2.7.1
8
- Stable tag: 0.1.2
9
 
10
  It's important for a non technical administrator to be able to diagnose server related problems in WordPress but also rapidly retrieve feedback regarding their web server. This simple plugin adds an option to an adminstrator's Tools menu which displays standard phpinfo() feedback details to the user.
11
 
@@ -15,12 +15,33 @@ It's important for a non technical administrator to be able to diagnose server r
15
 
16
  This a very simple script, designed to help the non technical user get immediate feedback about their blog.
17
 
 
 
 
 
18
  == Installation ==
19
 
20
  To install the plugin, please upload the folder to your plugins folder and active the plugin.
21
 
22
- == Updates ==
23
- Updates to the plugin will be posted here, to [thisismyurl](http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/)
 
 
 
 
 
 
 
24
 
25
  == Donations ==
26
- If you would like to donate to help support future development of this tool, please visit [thisismyurl](http://www.thisismyurl.com/)
 
 
 
 
 
 
 
 
 
 
1
  === Plugin Name ===
2
  Contributors: christopherross
3
  Plugin URI: http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/
4
+ Donate link: http://www.thisismyurl.com/donate/
5
  Tags: simple, php, admin, phpinfo
6
  Requires at least: 2.0.0
7
  Tested up to: 2.7.1
8
+ Stable tag: 0.1.3
9
 
10
  It's important for a non technical administrator to be able to diagnose server related problems in WordPress but also rapidly retrieve feedback regarding their web server. This simple plugin adds an option to an adminstrator's Tools menu which displays standard phpinfo() feedback details to the user.
11
 
15
 
16
  This a very simple script, designed to help the non technical user get immediate feedback about their blog.
17
 
18
+ == Updates ==
19
+ Updates to the plugin will be posted here, to [thisismyurl.com](http://www.thisismyurl.com/wordpress/plugins/wordpress-phpinfo/
20
+ )
21
+
22
  == Installation ==
23
 
24
  To install the plugin, please upload the folder to your plugins folder and active the plugin.
25
 
26
+ == Frequently Asked Questions ==
27
+
28
+ = Where is the information displayed? =
29
+
30
+ Under your Plugins page, there is a link for settings beside the plugin details as well as in your Tools menu.
31
+
32
+ = Is this plugin stable? =
33
+
34
+ Technically yes. Until I upgrade the version to 1.x, I still consider it to be in development but yes it has been tested and works well.
35
 
36
  == Donations ==
37
+ If you would like to donate to help support future development of this tool, please visit [thisismyurl](http://www.thisismyurl.com/donate/)
38
+
39
+
40
+ == Change Log ==
41
+
42
+ 0.1.2 (2009-03-16)
43
+ Added the change log
44
+
45
+ 0.1.3 (2009-03-26)
46
+ - Happy Birthday to me
47
+ - Fixed a link in the readme.txt file