Catch IDs - Version 1.2.1

Version Description

Download this release

Release Info

Developer catchthemes
Plugin Icon 128x128 Catch IDs
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2 to 1.2.1

Files changed (2) hide show
  1. catch-ids.php +3 -3
  2. readme.txt +5 -2
catch-ids.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Catch IDs
4
  Plugin URI: http://catchthemes.com/wp-plugins/catch-ids/
5
  Description: Catch IDs is a simple and light weight plugin to show the Post ID, Page ID, Media ID, Links ID, Category ID, Tag ID and User ID in the Admin Section Table. This plugin was initially develop to support our themes features slider. Then we thought that this will be helpful to all the WordPress Admin Users. Just activate and catch IDs in your page, post, category, tag and media pages.
6
- Version: 1.2
7
  License: GNU General Public License, version 3 (GPLv3)
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
9
  Author: Catch Themes Team
@@ -112,8 +112,8 @@ function catchids_add() {
112
 
113
  // For Tags Management
114
  foreach ( get_taxonomies() as $taxonomy ) {
115
- add_action( 'manage_edit-${taxonomy}_columns', 'catchids_column' );
116
- add_filter( 'manage_${taxonomy}_custom_column', 'catchids_return_value', 10, 3 );
117
  }
118
 
119
  // For User Management
3
  Plugin Name: Catch IDs
4
  Plugin URI: http://catchthemes.com/wp-plugins/catch-ids/
5
  Description: Catch IDs is a simple and light weight plugin to show the Post ID, Page ID, Media ID, Links ID, Category ID, Tag ID and User ID in the Admin Section Table. This plugin was initially develop to support our themes features slider. Then we thought that this will be helpful to all the WordPress Admin Users. Just activate and catch IDs in your page, post, category, tag and media pages.
6
+ Version: 1.2.1
7
  License: GNU General Public License, version 3 (GPLv3)
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
9
  Author: Catch Themes Team
112
 
113
  // For Tags Management
114
  foreach ( get_taxonomies() as $taxonomy ) {
115
+ add_action("manage_edit-${taxonomy}_columns", 'catchids_column');
116
+ add_filter("manage_${taxonomy}_custom_column", 'catchids_return_value', 10, 3);
117
  }
118
 
119
  // For User Management
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://catchthemes.com/wp-plugins/catch-ids/
5
  Tags: catch-ids, simple, admin, wp-admin, show, ids, post, page, category, media, links, tag, user
6
  Requires at least: 3.0
7
  Tested up to: 3.9.1
8
- Stable tag: 1.2
9
  License: GNU General Public License, version 3 (GPLv3)
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
11
 
@@ -47,6 +47,9 @@ Manual Installation through FTP access
47
 
48
  == Changelog ==
49
 
 
 
 
50
  = 1.2
51
  * Check WordPress compatibility up to version 3.9.1
52
 
@@ -54,4 +57,4 @@ Manual Installation through FTP access
54
  * Check WordPress compatibility up to version 3.7.1
55
 
56
  = 1.0
57
- * Initial Public Release
5
  Tags: catch-ids, simple, admin, wp-admin, show, ids, post, page, category, media, links, tag, user
6
  Requires at least: 3.0
7
  Tested up to: 3.9.1
8
+ Stable tag: 1.2.1
9
  License: GNU General Public License, version 3 (GPLv3)
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
11
 
47
 
48
  == Changelog ==
49
 
50
+ = 1.2.1
51
+ * Fixed ID not showing in Taxonomies (Reported by Lesley)
52
+
53
  = 1.2
54
  * Check WordPress compatibility up to version 3.9.1
55
 
57
  * Check WordPress compatibility up to version 3.7.1
58
 
59
  = 1.0
60
+ * Initial Public Release