Catch IDs - Version 1.2.6

Version Description

Download this release

Release Info

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

Code changes from version 1.2.5 to 1.2.6

Files changed (3) hide show
  1. catch-ids.php +10 -10
  2. languages/catch-ids.pot +2 -2
  3. readme.txt +10 -7
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.5
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
@@ -54,7 +54,7 @@ add_action( 'init', 'catchids_load_textdomain', 1 );
54
  /**
55
  * @package Catch Themes
56
  * @subpackage Catch IDs
57
- * @since Catch IDs 1.0
58
  */
59
 
60
  if ( ! function_exists( 'catchids_column' ) ):
@@ -71,7 +71,7 @@ endif; // catchids_column
71
  if ( ! function_exists( 'catchids_value' ) ) :
72
  /**
73
  * Echo the ID for the new column
74
- */
75
  function catchids_value( $column_name, $id ) {
76
  if ( $column_name == 'catchids' )
77
  echo $id;
@@ -91,15 +91,15 @@ endif; // catchids_return_value
91
  if ( ! function_exists( 'catchids_css' ) ) :
92
  /**
93
  * Output CSS for width of new column
94
- */
95
  function catchids_css() {
96
  ?>
97
  <style type="text/css">
98
- #catchids {
99
- width: 50px;
100
  }
101
  </style>
102
- <?php
103
  }
104
  endif; // catchids_css
105
 
@@ -107,7 +107,7 @@ endif; // catchids_css
107
  if ( ! function_exists( 'catchids_add' ) ) :
108
  /**
109
  * Actions/Filters for various tables and the css output
110
- */
111
  function catchids_add() {
112
  add_action( 'admin_head', 'catchids_css');
113
 
@@ -133,7 +133,7 @@ function catchids_add() {
133
 
134
  // For Tags Management
135
  foreach ( get_taxonomies() as $taxonomy ) {
136
- add_action("manage_edit-${taxonomy}_columns", 'catchids_column');
137
  add_filter("manage_${taxonomy}_custom_column", 'catchids_return_value', 10, 3);
138
  }
139
 
@@ -147,4 +147,4 @@ function catchids_add() {
147
  }
148
  endif; // catchids_add
149
 
150
- add_action( 'admin_init', 'catchids_add' );
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.6
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
54
  /**
55
  * @package Catch Themes
56
  * @subpackage Catch IDs
57
+ * @since Catch IDs 1.0
58
  */
59
 
60
  if ( ! function_exists( 'catchids_column' ) ):
71
  if ( ! function_exists( 'catchids_value' ) ) :
72
  /**
73
  * Echo the ID for the new column
74
+ */
75
  function catchids_value( $column_name, $id ) {
76
  if ( $column_name == 'catchids' )
77
  echo $id;
91
  if ( ! function_exists( 'catchids_css' ) ) :
92
  /**
93
  * Output CSS for width of new column
94
+ */
95
  function catchids_css() {
96
  ?>
97
  <style type="text/css">
98
+ #catchids {
99
+ width: 50px;
100
  }
101
  </style>
102
+ <?php
103
  }
104
  endif; // catchids_css
105
 
107
  if ( ! function_exists( 'catchids_add' ) ) :
108
  /**
109
  * Actions/Filters for various tables and the css output
110
+ */
111
  function catchids_add() {
112
  add_action( 'admin_head', 'catchids_css');
113
 
133
 
134
  // For Tags Management
135
  foreach ( get_taxonomies() as $taxonomy ) {
136
+ add_action("manage_edit-${taxonomy}_columns", 'catchids_column');
137
  add_filter("manage_${taxonomy}_custom_column", 'catchids_return_value', 10, 3);
138
  }
139
 
147
  }
148
  endif; // catchids_add
149
 
150
+ add_action( 'admin_init', 'catchids_add' );
languages/catch-ids.pot CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Catch Ids\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tags/catch-ids\n"
7
- "POT-Creation-Date: 2015-10-02 00:50+0545\n"
8
- "PO-Revision-Date: 2015-10-02 00:50+0545\n"
9
  "Last-Translator: Pratik Shrestha <pratik@catchthemes.com>\n"
10
  "Language-Team: Catch Themes <info@catchthemes.com>\n"
11
  "Language: en_US\n"
4
  msgstr ""
5
  "Project-Id-Version: Catch Ids\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tags/catch-ids\n"
7
+ "POT-Creation-Date: 2015-12-21 23:40+0545\n"
8
+ "PO-Revision-Date: 2015-12-21 23:40+0545\n"
9
  "Last-Translator: Pratik Shrestha <pratik@catchthemes.com>\n"
10
  "Language-Team: Catch Themes <info@catchthemes.com>\n"
11
  "Language: en_US\n"
readme.txt CHANGED
@@ -4,8 +4,8 @@ Contributors: catchthemes, sakinshrestha, pratikshrestha
4
  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.5
7
- Tested up to: 4.3.1
8
- Stable tag: 1.2.5
9
  License: GNU General Public License, version 3 (GPLv3)
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
11
 
@@ -24,15 +24,15 @@ Auto Installation through WordPress admin panel
24
  1. Go to "Plugins => Add New"
25
  2. In Search Box type in "Catch IDs" and Search Plugins
26
  3. You will get "Catch IDs" in search result
27
- 4. Click on "Install Now" and then "Activate"
28
- 5. Installation Completed. Now you will get ID's column in your post, page, category, tag and media panel
29
 
30
  Manual Installation through FTP access
31
  1. Go to http://wordpress.org/plugins/catch-id/ and click on "Download"
32
- 2. Then extract the zip file (catch-ids.zip) that you have downloaded
33
- 3. Using an FTP client to access your host web server. Go to /wp-content/plugins/ and upload the "catch-ids" folder
34
  4. Then go to "Plugins" in your WordPress Admin Panel and click on "Activate"
35
- 5. Installation Completed. Now you will get ID's column in your post, page, category, tag and media panel
36
 
37
  == Screenshots ==
38
 
@@ -47,6 +47,9 @@ Manual Installation through FTP access
47
 
48
  == Changelog ==
49
 
 
 
 
50
  = 1.2.5
51
  * Translation ready update
52
 
4
  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.5
7
+ Tested up to: 4.4
8
+ Stable tag: 1.2.6
9
  License: GNU General Public License, version 3 (GPLv3)
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
11
 
24
  1. Go to "Plugins => Add New"
25
  2. In Search Box type in "Catch IDs" and Search Plugins
26
  3. You will get "Catch IDs" in search result
27
+ 4. Click on "Install Now" and then "Activate"
28
+ 5. Installation Completed. Now you will get ID's column in your post, page, category, tag and media panel
29
 
30
  Manual Installation through FTP access
31
  1. Go to http://wordpress.org/plugins/catch-id/ and click on "Download"
32
+ 2. Then extract the zip file (catch-ids.zip) that you have downloaded
33
+ 3. Using an FTP client to access your host web server. Go to /wp-content/plugins/ and upload the "catch-ids" folder
34
  4. Then go to "Plugins" in your WordPress Admin Panel and click on "Activate"
35
+ 5. Installation Completed. Now you will get ID's column in your post, page, category, tag and media panel
36
 
37
  == Screenshots ==
38
 
47
 
48
  == Changelog ==
49
 
50
+ = 1.2.6
51
+ * Compatibility check up to version 4.4
52
+
53
  = 1.2.5
54
  * Translation ready update
55