Show IDs by 99 Robots - Version 1.1.0

Version Description

2015-10-16 * UPDATED: Readme file description

Download this release

Release Info

Developer 99robots
Plugin Icon 128x128 Show IDs by 99 Robots
Version 1.1.0
Comparing to
See all releases

Code changes from version 1.0.5 to 1.1.0

Files changed (2) hide show
  1. readme.txt +12 -7
  2. wpsite-show-ids.php +4 -4
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Show IDs ===
2
- Contributors: 99robots
3
  Donate link:
4
  Tags: ID, show id, display id, show post id, display post id, reveal id, reveal post id, post, category, media, page, post type, post id, category id, media id, page id, post type id, comments, comment id, custom post type id, link id, show, display, reveal, taxonomy, taxonomy id, wordpress id, wp id, user, user id, tag, tag id, wp-admin
5
  Requires at least: 4.0
6
- Tested up to: 4.3
7
- Stable tag: 1.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,7 +12,7 @@ The **Show IDs** plugin displays the ID of all posts, categories, pages, taxonom
12
 
13
  == Description ==
14
 
15
- **99 Robots Show IDs** plugin is super light-weight and does not need any configuration or separate options page. Simply activate the plugin and IDs will be displayed on all admin pages.
16
 
17
  * Light-weight with no options page required
18
  * Adds a new column on admin page to display IDs of all posts, pages, categories, and more
@@ -34,17 +34,19 @@ The Show ID plugin will reveal IDs for the following:
34
  * custom taxonomies
35
  * custom post types
36
 
 
 
37
  == Installation ==
38
 
39
  1. Upload `wpsite-show-ids` to the `/wp-content/plugins/` directory
40
  2. Activate the plugin through the 'Plugins' menu in WordPress
41
 
42
- You can install the **WPsite Show IDs** plugin from your WordPress Dashboard or manually via FTP. For more details, visit http://www.wpsite.net
43
 
44
  = From WordPress Dashboard =
45
 
46
  1. Navigate to 'Plugins -> Add New' from your WordPress dashboard.
47
- 2. Search for `WPsite Show ID` and install it.
48
  3. Activate the plugin from Plugins menu.
49
  4. Thats it! There is no option configuration or page required.
50
 
@@ -61,6 +63,9 @@ You can install the **WPsite Show IDs** plugin from your WordPress Dashboard or
61
 
62
  == Changelog ==
63
 
 
 
 
64
  = 1.0.5 =
65
  * FIXED: Post and Page taxonomies were not showing IDs properly on multisite installs
66
 
1
+ === Show IDs by 99 Robots ===
2
+ Contributors: 99robots, kjbenk, charliepatel
3
  Donate link:
4
  Tags: ID, show id, display id, show post id, display post id, reveal id, reveal post id, post, category, media, page, post type, post id, category id, media id, page id, post type id, comments, comment id, custom post type id, link id, show, display, reveal, taxonomy, taxonomy id, wordpress id, wp id, user, user id, tag, tag id, wp-admin
5
  Requires at least: 4.0
6
+ Tested up to: 4.3.1
7
+ Stable tag: 1.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ **Show IDs** by 99 Robots is super light-weight and does not need any configuration or separate options page. Simply activate the plugin and IDs will be displayed on all admin pages.
16
 
17
  * Light-weight with no options page required
18
  * Adds a new column on admin page to display IDs of all posts, pages, categories, and more
34
  * custom taxonomies
35
  * custom post types
36
 
37
+ Also please check out our other [plugins](https://99robots.com/products/?utm_source=wprepo&utm_medium=show-ids&utm_campaign=desc) :)
38
+
39
  == Installation ==
40
 
41
  1. Upload `wpsite-show-ids` to the `/wp-content/plugins/` directory
42
  2. Activate the plugin through the 'Plugins' menu in WordPress
43
 
44
+ You can install the **Show IDs** plugin from your WordPress Dashboard or manually via FTP.
45
 
46
  = From WordPress Dashboard =
47
 
48
  1. Navigate to 'Plugins -> Add New' from your WordPress dashboard.
49
+ 2. Search for `Show IDs` and install it.
50
  3. Activate the plugin from Plugins menu.
51
  4. Thats it! There is no option configuration or page required.
52
 
63
 
64
  == Changelog ==
65
 
66
+ = 1.1.0 = 2015-10-16
67
+ * UPDATED: Readme file description
68
+
69
  = 1.0.5 =
70
  * FIXED: Post and Page taxonomies were not showing IDs properly on multisite installs
71
 
wpsite-show-ids.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /*
3
- Plugin Name: 99 Robots Show IDs
4
- plugin URI: http://99robots.com/wpsite-show-ids
5
  Description: Show IDs on all post, page and taxonomy pages.
6
- version: 1.0.5
7
  Author: 99 Robots
8
- Author URI: http://99robots.com
9
  License: GPL2
10
  */
11
 
1
  <?php
2
  /*
3
+ Plugin Name: Show IDs
4
+ plugin URI: https://99robots.com/products/show-ids/
5
  Description: Show IDs on all post, page and taxonomy pages.
6
+ version: 1.1.0
7
  Author: 99 Robots
8
+ Author URI: https://99robots.com
9
  License: GPL2
10
  */
11