Version Description
2022-08-05 * Made compatible with WordPress 6.0.1
Download this release
Release Info
Developer | 99robots |
Plugin | Show IDs by 99 Robots |
Version | 1.1.9 |
Comparing to | |
See all releases |
Code changes from version 1.1.8 to 1.1.9
- readme.txt +4 -2
- wpsite-show-ids.php +1 -1
readme.txt
CHANGED
@@ -3,8 +3,8 @@ 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.9
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -62,6 +62,8 @@ You can install the **Show IDs** plugin from your WordPress Dashboard or manuall
|
|
62 |
1. IDs on the all posts page
|
63 |
|
64 |
== Changelog ==
|
|
|
|
|
65 |
|
66 |
= 1.1.8 = 2021-09-15
|
67 |
* Made compatible with WordPress 5.8.1
|
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.9
|
6 |
+
Tested up to: 6.0.1
|
7 |
+
Stable tag: 1.1.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
62 |
1. IDs on the all posts page
|
63 |
|
64 |
== Changelog ==
|
65 |
+
= 1.1.9 = 2022-08-05
|
66 |
+
* Made compatible with WordPress 6.0.1
|
67 |
|
68 |
= 1.1.8 = 2021-09-15
|
69 |
* Made compatible with WordPress 5.8.1
|
wpsite-show-ids.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Show IDs
|
4 |
* Plugin URI: https://draftpress.com/products
|
5 |
* Description: Show IDs on all post, page and taxonomy pages.
|
6 |
-
* Version: 1.1.
|
7 |
* Author: DraftPress
|
8 |
* Author URI: https://draftpress.com/
|
9 |
* License: GPL2
|
3 |
* Plugin Name: Show IDs
|
4 |
* Plugin URI: https://draftpress.com/products
|
5 |
* Description: Show IDs on all post, page and taxonomy pages.
|
6 |
+
* Version: 1.1.9
|
7 |
* Author: DraftPress
|
8 |
* Author URI: https://draftpress.com/
|
9 |
* License: GPL2
|