Catch IDs - Version 1.4.4

Version Description

  • Fixed: ID column display issue in mobile devices
Download this release

Release Info

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

Code changes from version 1.4.3 to 1.4.4

Files changed (3) hide show
  1. catch-ids.php +8 -4
  2. languages/catch-ids.pot +2 -2
  3. readme.txt +4 -2
catch-ids.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Catch IDs
4
  Plugin URI: https://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.4.3
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
@@ -86,9 +86,13 @@ if ( ! function_exists( 'catchids_css' ) ) :
86
  function catchids_css() {
87
  ?>
88
  <style type="text/css">
89
- #catchids {
90
- width: 80px;
91
- }
 
 
 
 
92
  </style>
93
  <?php
94
  }
3
  Plugin Name: Catch IDs
4
  Plugin URI: https://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.4.4
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
86
  function catchids_css() {
87
  ?>
88
  <style type="text/css">
89
+ #catchids { width: 80px; }
90
+ @media screen and (max-width: 782px) {
91
+ .wp-list-table #catchids, .wp-list-table #the-list .catchids { display: none; }
92
+ .wp-list-table #the-list .is-expanded .catchids {
93
+ padding-left: 30px;
94
+ }
95
+ }
96
  </style>
97
  <?php
98
  }
languages/catch-ids.pot CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Catch Ids\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/tags/catch-ids\n"
7
- "POT-Creation-Date: 2016-08-17 09:18+0545\n"
8
- "PO-Revision-Date: 2016-08-17 09:18+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: https://wordpress.org/tags/catch-ids\n"
7
+ "POT-Creation-Date: 2016-09-22 23:08+0545\n"
8
+ "PO-Revision-Date: 2016-09-22 23:08+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: https://catchthemes.com/wp-plugins/catch-ids/
5
  Tags: catch-ids, simple, admin, wp-admin, show, ids, post, page, category, media, links, tag, user, id, post id, page id, category id, tag id, media id
6
  Requires at least: 3.5
7
- Tested up to: 4.6
8
- Stable tag: 1.4.3
9
  License: GNU General Public License, version 3 (GPLv3)
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
11
 
@@ -46,6 +46,8 @@ Manual Installation through FTP access
46
 
47
 
48
  == Changelog ==
 
 
49
 
50
  = 1.4.3
51
  * Compatibility check up to version 4.6
4
  Donate link: https://catchthemes.com/wp-plugins/catch-ids/
5
  Tags: catch-ids, simple, admin, wp-admin, show, ids, post, page, category, media, links, tag, user, id, post id, page id, category id, tag id, media id
6
  Requires at least: 3.5
7
+ Tested up to: 4.6.1
8
+ Stable tag: 1.4.4
9
  License: GNU General Public License, version 3 (GPLv3)
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
11
 
46
 
47
 
48
  == Changelog ==
49
+ = 1.4.4 =
50
+ * Fixed: ID column display issue in mobile devices
51
 
52
  = 1.4.3
53
  * Compatibility check up to version 4.6