Version Description
- Framework updated. General cleanup.
Download this release
Release Info
Developer | PriMoThemes |
Plugin | WP Show IDs ( simple, yet elegant ) |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- readme.txt +6 -3
- wp-show-ids.php +4 -4
readme.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
=== WP Show IDs ( simple, yet elegant ) ===
|
2 |
|
3 |
-
Version: 1.0.
|
4 |
-
Stable tag: 1.0.
|
5 |
Framework: WS-DIP-3.1
|
6 |
|
7 |
WordPress Compatible: yes
|
8 |
WP Multisite Compatible: yes
|
9 |
Multisite Blog Farm Compatible: yes
|
10 |
|
11 |
-
Tested up to: 3.0.
|
12 |
Requires at least: 3.0
|
13 |
Requires: WordPress® 3.0+, PHP 5.2+
|
14 |
|
@@ -55,6 +55,9 @@ Yes, this plugin supports WordPress® 3.0+; even Custom Post Types & Custom
|
|
55 |
|
56 |
== Changelog ==
|
57 |
|
|
|
|
|
|
|
58 |
= 1.0.4 =
|
59 |
* Framework updated. General cleanup.
|
60 |
|
1 |
=== WP Show IDs ( simple, yet elegant ) ===
|
2 |
|
3 |
+
Version: 1.0.5
|
4 |
+
Stable tag: 1.0.5
|
5 |
Framework: WS-DIP-3.1
|
6 |
|
7 |
WordPress Compatible: yes
|
8 |
WP Multisite Compatible: yes
|
9 |
Multisite Blog Farm Compatible: yes
|
10 |
|
11 |
+
Tested up to: 3.0.2
|
12 |
Requires at least: 3.0
|
13 |
Requires: WordPress® 3.0+, PHP 5.2+
|
14 |
|
55 |
|
56 |
== Changelog ==
|
57 |
|
58 |
+
= 1.0.5 =
|
59 |
+
* Framework updated. General cleanup.
|
60 |
+
|
61 |
= 1.0.4 =
|
62 |
* Framework updated. General cleanup.
|
63 |
|
wp-show-ids.php
CHANGED
@@ -9,15 +9,15 @@ along with this software. In the main directory, see: /licensing/
|
|
9 |
If not, see: <http://www.gnu.org/licenses/>.
|
10 |
*/
|
11 |
/*
|
12 |
-
Version: 1.0.
|
13 |
-
Stable tag: 1.0.
|
14 |
Framework: WS-DIP-3.1
|
15 |
|
16 |
WordPress Compatible: yes
|
17 |
WP Multisite Compatible: yes
|
18 |
Multisite Blog Farm Compatible: yes
|
19 |
|
20 |
-
Tested up to: 3.0.
|
21 |
Requires at least: 3.0
|
22 |
Requires: WordPress® 3.0+, PHP 5.2+
|
23 |
|
@@ -42,7 +42,7 @@ if (realpath (__FILE__) === realpath ($_SERVER["SCRIPT_FILENAME"]))
|
|
42 |
/*
|
43 |
Define versions.
|
44 |
*/
|
45 |
-
define ("WS_PLUGIN__WP_SHOW_IDS_VERSION", "1.0.
|
46 |
define ("WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION", "5.2");
|
47 |
define ("WS_PLUGIN__WP_SHOW_IDS_MIN_WP_VERSION", "3.0");
|
48 |
/*
|
9 |
If not, see: <http://www.gnu.org/licenses/>.
|
10 |
*/
|
11 |
/*
|
12 |
+
Version: 1.0.5
|
13 |
+
Stable tag: 1.0.5
|
14 |
Framework: WS-DIP-3.1
|
15 |
|
16 |
WordPress Compatible: yes
|
17 |
WP Multisite Compatible: yes
|
18 |
Multisite Blog Farm Compatible: yes
|
19 |
|
20 |
+
Tested up to: 3.0.2
|
21 |
Requires at least: 3.0
|
22 |
Requires: WordPress® 3.0+, PHP 5.2+
|
23 |
|
42 |
/*
|
43 |
Define versions.
|
44 |
*/
|
45 |
+
define ("WS_PLUGIN__WP_SHOW_IDS_VERSION", "1.0.5");
|
46 |
define ("WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION", "5.2");
|
47 |
define ("WS_PLUGIN__WP_SHOW_IDS_MIN_WP_VERSION", "3.0");
|
48 |
/*
|