Version Description
April 26, 2019 =
Tested plugin for WordPress 5.1.
1.4 update
- Plugin meta information, and a link, updated.
1.3 update
- Minor update for WordPress 4.7 compatibility, and some formatting changes.
1.2 update
- Added more reliable way to output PHP version number.
1.1 update
- Updated for WordPress 3.9.1.
1.0 update
- Initial uploaded version!
Download this release
Release Info
Developer | dgwyer |
Plugin | Display PHP Version |
Version | 1.5 |
Comparing to | |
See all releases |
Code changes from version 1.4 to 1.5
- display-php-version.php +1 -1
- readme.txt +14 -8
- screenshot-1.png +0 -0
display-php-version.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Display PHP Version
|
4 |
Description: Displays the current PHP version in the "At a Glance" admin dashboard widget.
|
5 |
-
Version: 1.
|
6 |
Author: David Gwyer
|
7 |
Author URI: http://www.wpgoplugins.com
|
8 |
*/
|
2 |
/*
|
3 |
Plugin Name: Display PHP Version
|
4 |
Description: Displays the current PHP version in the "At a Glance" admin dashboard widget.
|
5 |
+
Version: 1.5
|
6 |
Author: David Gwyer
|
7 |
Author URI: http://www.wpgoplugins.com
|
8 |
*/
|
readme.txt
CHANGED
@@ -1,17 +1,19 @@
|
|
1 |
=== Display PHP Version ===
|
2 |
-
Contributors: dgwyer
|
3 |
Tags: admin, server, support, version, dashboard, widget, display, PHP
|
4 |
-
Requires at least:
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 1.
|
7 |
|
8 |
-
Displays the
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
-
|
13 |
|
14 |
-
Please rate
|
|
|
|
|
15 |
|
16 |
== Installation ==
|
17 |
|
@@ -25,10 +27,14 @@ Instructions for installing the Display PHP Version Plugin.
|
|
25 |
|
26 |
== Screenshots ==
|
27 |
|
28 |
-
1.
|
29 |
|
30 |
== Changelog ==
|
31 |
|
|
|
|
|
|
|
|
|
32 |
*1.4 update*
|
33 |
|
34 |
* Plugin meta information, and a link, updated.
|
1 |
=== Display PHP Version ===
|
2 |
+
Contributors: dgwyer, wpgoplugins
|
3 |
Tags: admin, server, support, version, dashboard, widget, display, PHP
|
4 |
+
Requires at least: 3.0
|
5 |
+
Tested up to: 5.1
|
6 |
+
Stable tag: 1.5
|
7 |
|
8 |
+
Displays the currently installed PHP version in the "At a Glance" admin dashboard widget.
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
+
Very lightweight and simple plugin that displays the currently installed PHP version in the "At a Glance" admin dashboard widget.
|
13 |
|
14 |
+
Please <a href="https://wordpress.org/support/view/plugin-reviews/display-php-version"><strong>rate</strong></a> this Plugin if you find it useful. It only takes a moment but it's very much appreciated. :)
|
15 |
+
|
16 |
+
For more top plugins see our <a href="https://www.wpgoplugins.com" target="_blank">WordPress plugin site</a>. Why not stop by and say hello, we'd love to hear from you!
|
17 |
|
18 |
== Installation ==
|
19 |
|
27 |
|
28 |
== Screenshots ==
|
29 |
|
30 |
+
1. Display the currently installed PHP version in the "At a Glance" admin dashboard widget.
|
31 |
|
32 |
== Changelog ==
|
33 |
|
34 |
+
= 1.5 - April 26, 2019 =
|
35 |
+
|
36 |
+
* Tested plugin for WordPress 5.1.
|
37 |
+
|
38 |
*1.4 update*
|
39 |
|
40 |
* Plugin meta information, and a link, updated.
|
screenshot-1.png
CHANGED
Binary file
|