Version Description
2020-09-02 * Made compatible with WordPress 5.5.1
Download this release
Release Info
Developer | 99robots |
Plugin | Show IDs by 99 Robots |
Version | 1.1.5 |
Comparing to | |
See all releases |
Code changes from version 1.1.4 to 1.1.5
- readme.txt +8 -5
- wpsite-show-ids.php +1 -1
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Show IDs by 99 Robots ===
|
2 |
-
Contributors: 99robots, 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: 5.
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -22,8 +22,8 @@ The **Show IDs** plugin displays the ID of all posts, categories, pages, taxonom
|
|
22 |
|
23 |
The Show ID plugin will reveal IDs for the following:
|
24 |
|
25 |
-
*
|
26 |
-
*
|
27 |
* categories
|
28 |
* tags
|
29 |
* links
|
@@ -63,6 +63,9 @@ You can install the **Show IDs** plugin from your WordPress Dashboard or manuall
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
66 |
= 1.1.4 = 2020-05-04
|
67 |
* Made compatible with WordPress 5.4.1
|
68 |
|
1 |
=== Show IDs by 99 Robots ===
|
2 |
+
Contributors: 99robots, charliepatel, DraftPress
|
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: 5.5.1
|
7 |
+
Stable tag: 1.1.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
22 |
|
23 |
The Show ID plugin will reveal IDs for the following:
|
24 |
|
25 |
+
* posts
|
26 |
+
* pages
|
27 |
* categories
|
28 |
* tags
|
29 |
* links
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 1.1.5 = 2020-09-02
|
67 |
+
* Made compatible with WordPress 5.5.1
|
68 |
+
|
69 |
= 1.1.4 = 2020-05-04
|
70 |
* Made compatible with WordPress 5.4.1
|
71 |
|
wpsite-show-ids.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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.
|
7 |
* Author: 99 Robots
|
8 |
* Author URI: https://99robots.com
|
9 |
* License: GPL2
|
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.5
|
7 |
* Author: 99 Robots
|
8 |
* Author URI: https://99robots.com
|
9 |
* License: GPL2
|