Version Description
- Framework updated. General cleanup.
Download this release
Release Info
Developer | PriMoThemes |
Plugin | WP Show IDs ( simple, yet elegant ) |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- images/promos/300x225.jpg +0 -0
- images/promos/590x300.jpg +0 -0
- images/promos/900x285.jpg +0 -0
- images/promos/900x385.jpg +0 -0
- images/promos/shots/00_preview-590x300.jpg +0 -0
- images/promos/shots/00_preview-900x285.jpg +0 -0
- images/promos/shots/00_preview-900x385.jpg +0 -0
- readme.txt +7 -4
- wp-show-ids.php +5 -5
images/promos/300x225.jpg
CHANGED
Binary file
|
images/promos/590x300.jpg
CHANGED
Binary file
|
images/promos/900x285.jpg
CHANGED
Binary file
|
images/promos/900x385.jpg
CHANGED
Binary file
|
images/promos/shots/00_preview-590x300.jpg
CHANGED
Binary file
|
images/promos/shots/00_preview-900x285.jpg
CHANGED
Binary file
|
images/promos/shots/00_preview-900x385.jpg
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== WP Show IDs ( simple, yet elegant ) ===
|
2 |
|
3 |
-
Version: 1.0.
|
4 |
-
Stable tag: 1.0.
|
5 |
-
Framework: WS-DIP-3.
|
6 |
|
7 |
WordPress Compatible: yes
|
8 |
WP Multisite Compatible: yes
|
@@ -21,7 +21,7 @@ Donate link: http://www.primothemes.com/donate/
|
|
21 |
|
22 |
Plugin Name: WP Show IDs
|
23 |
Forum URI: http://www.primothemes.com/forums/viewforum.php?f=35
|
24 |
-
Plugin URI: http://www.primothemes.com/post/wp-show-ids-plugin/
|
25 |
Description: Simple, yet elegant. Shows IDs for Posts, Pages, Media, Links, Categories, Tags, and Users in the admin tables for easy access. Very lightweight. Also supports Custom Post Types / Taxonomies.
|
26 |
Tags: admin, administration, dashboard, id, ids, wp ids, wp-ids, show ids, wordpress ids, simply, simply show ids, reveal, reveal ids, link, links, media, page, pages, post, posts, category, categories, tag, tags, user, users, options panel included, websharks framework, w3c validated code, includes extensive documentation, highly extensible
|
27 |
|
@@ -55,6 +55,9 @@ Yes, this plugin supports WordPress® 3.0+; even Custom Post Types & Custom
|
|
55 |
|
56 |
== Changelog ==
|
57 |
|
|
|
|
|
|
|
58 |
= 1.0.3 =
|
59 |
* Tested against WordPress® 3.0.1. Everything looks good.
|
60 |
* Centered ID columns. Width reduced to 45px.
|
1 |
=== WP Show IDs ( simple, yet elegant ) ===
|
2 |
|
3 |
+
Version: 1.0.4
|
4 |
+
Stable tag: 1.0.4
|
5 |
+
Framework: WS-DIP-3.1
|
6 |
|
7 |
WordPress Compatible: yes
|
8 |
WP Multisite Compatible: yes
|
21 |
|
22 |
Plugin Name: WP Show IDs
|
23 |
Forum URI: http://www.primothemes.com/forums/viewforum.php?f=35
|
24 |
+
Plugin URI: http://www.primothemes.com/post/product/wp-show-ids-plugin/
|
25 |
Description: Simple, yet elegant. Shows IDs for Posts, Pages, Media, Links, Categories, Tags, and Users in the admin tables for easy access. Very lightweight. Also supports Custom Post Types / Taxonomies.
|
26 |
Tags: admin, administration, dashboard, id, ids, wp ids, wp-ids, show ids, wordpress ids, simply, simply show ids, reveal, reveal ids, link, links, media, page, pages, post, posts, category, categories, tag, tags, user, users, options panel included, websharks framework, w3c validated code, includes extensive documentation, highly extensible
|
27 |
|
55 |
|
56 |
== Changelog ==
|
57 |
|
58 |
+
= 1.0.4 =
|
59 |
+
* Framework updated. General cleanup.
|
60 |
+
|
61 |
= 1.0.3 =
|
62 |
* Tested against WordPress® 3.0.1. Everything looks good.
|
63 |
* Centered ID columns. Width reduced to 45px.
|
wp-show-ids.php
CHANGED
@@ -9,9 +9,9 @@ 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.
|
15 |
|
16 |
WordPress Compatible: yes
|
17 |
WP Multisite Compatible: yes
|
@@ -30,7 +30,7 @@ Donate link: http://www.primothemes.com/donate/
|
|
30 |
|
31 |
Plugin Name: WP Show IDs
|
32 |
Forum URI: http://www.primothemes.com/forums/viewforum.php?f=35
|
33 |
-
Plugin URI: http://www.primothemes.com/post/wp-show-ids-plugin/
|
34 |
Description: Simple, yet elegant. Shows IDs for Posts, Pages, Media, Links, Categories, Tags, and Users in the admin tables for easy access. Very lightweight. Also supports Custom Post Types / Taxonomies.
|
35 |
Tags: admin, administration, dashboard, id, ids, wp ids, wp-ids, show ids, wordpress ids, simply, simply show ids, reveal, reveal ids, link, links, media, page, pages, post, posts, category, categories, tag, tags, user, users, options panel included, websharks framework, w3c validated code, includes extensive documentation, highly extensible
|
36 |
*/
|
@@ -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.4
|
13 |
+
Stable tag: 1.0.4
|
14 |
+
Framework: WS-DIP-3.1
|
15 |
|
16 |
WordPress Compatible: yes
|
17 |
WP Multisite Compatible: yes
|
30 |
|
31 |
Plugin Name: WP Show IDs
|
32 |
Forum URI: http://www.primothemes.com/forums/viewforum.php?f=35
|
33 |
+
Plugin URI: http://www.primothemes.com/post/product/wp-show-ids-plugin/
|
34 |
Description: Simple, yet elegant. Shows IDs for Posts, Pages, Media, Links, Categories, Tags, and Users in the admin tables for easy access. Very lightweight. Also supports Custom Post Types / Taxonomies.
|
35 |
Tags: admin, administration, dashboard, id, ids, wp ids, wp-ids, show ids, wordpress ids, simply, simply show ids, reveal, reveal ids, link, links, media, page, pages, post, posts, category, categories, tag, tags, user, users, options panel included, websharks framework, w3c validated code, includes extensive documentation, highly extensible
|
36 |
*/
|
42 |
/*
|
43 |
Define versions.
|
44 |
*/
|
45 |
+
define ("WS_PLUGIN__WP_SHOW_IDS_VERSION", "1.0.4");
|
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 |
/*
|