Catch IDs - Version 1.7

Version Description

(Released: February 21, 2019) = * Compatibility check up to version 5.1

Download this release

Release Info

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

Code changes from version 1.6 to 1.7

Files changed (3) hide show
  1. catch-ids.php +2 -2
  2. languages/catch-ids.pot +2 -2
  3. readme.txt +5 -3
catch-ids.php CHANGED
@@ -15,7 +15,7 @@
15
  * Plugin Name: Catch IDs
16
  * Plugin URI: https://catchplugins.com/plugins/catch-ids/
17
  * 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.
18
- * Version: 1.6
19
  * Author: Catch Plugins
20
  * Author URI: catchplugins.com
21
  * License: GPL-3.0+
@@ -51,7 +51,7 @@ if ( !defined( 'ABSPATH' ) ) exit;
51
 
52
 
53
  // Define Version
54
- define( 'CATCH_IDS_VERSION', '1.6' );
55
 
56
  // The URL of the directory that contains the plugin
57
  if ( !defined( 'CATCH_IDS_URL' ) ) {
15
  * Plugin Name: Catch IDs
16
  * Plugin URI: https://catchplugins.com/plugins/catch-ids/
17
  * 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.
18
+ * Version: 1.7
19
  * Author: Catch Plugins
20
  * Author URI: catchplugins.com
21
  * License: GPL-3.0+
51
 
52
 
53
  // Define Version
54
+ define( 'CATCH_IDS_VERSION', '1.7' );
55
 
56
  // The URL of the directory that contains the plugin
57
  if ( !defined( 'CATCH_IDS_URL' ) ) {
languages/catch-ids.pot CHANGED
@@ -5,7 +5,7 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Catch Ids\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/tags/catch-ids\n"
8
- "POT-Creation-Date: 2018-12-12 14:13+0545\n"
9
  "PO-Revision-Date: 2016-12-07 22:52-0500\n"
10
  "Last-Translator: Pratik Shrestha <pratik@catchplugins.com>\n"
11
  "Language-Team: Catch Plugins <info@catchplugins.com>\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Poedit 2.2\n"
18
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_attr_e;esc_attr__;_nx;"
19
  "esc_html__\n"
20
  "X-Poedit-Basepath: .\n"
5
  msgstr ""
6
  "Project-Id-Version: Catch Ids\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/tags/catch-ids\n"
8
+ "POT-Creation-Date: 2019-02-21 22:42-0500\n"
9
  "PO-Revision-Date: 2016-12-07 22:52-0500\n"
10
  "Last-Translator: Pratik Shrestha <pratik@catchplugins.com>\n"
11
  "Language-Team: Catch Plugins <info@catchplugins.com>\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
+ "X-Generator: Poedit 2.2.1\n"
18
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_attr_e;esc_attr__;_nx;"
19
  "esc_html__\n"
20
  "X-Poedit-Basepath: .\n"
readme.txt CHANGED
@@ -1,10 +1,9 @@
1
  === Catch IDs ===
2
-
3
- Contributors: catchplugins, catchthemes, sakinshrestha, pratikshrestha, maheshmaharjan
4
  Donate link: https://catchplugins.com/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: 4.5
7
- Tested up to: 5.0
8
  Stable tag: trunk
9
  License: GNU General Public License, version 3 (GPLv3)
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
@@ -51,6 +50,9 @@ Not so easy way (via FTP) :
51
 
52
 
53
  == Changelog ==
 
 
 
54
  = 1.6 (Released: December 12, 2018) =
55
  * Added: Catch Themes and Catch Plugins tabs in Add themes and Add plugins page respectively
56
  * Added: Themes by Catch Themes section under Themes panel in customizer
1
  === Catch IDs ===
2
+ Contributors: catchplugins, catchthemes, sakinshrestha, pratikshrestha, maheshmaharjan, dreamsapana
 
3
  Donate link: https://catchplugins.com/plugins/catch-ids/
4
  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
5
  Requires at least: 4.5
6
+ Tested up to: 5.1
7
  Stable tag: trunk
8
  License: GNU General Public License, version 3 (GPLv3)
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
50
 
51
 
52
  == Changelog ==
53
+ = 1.7 (Released: February 21, 2019) =
54
+ * Compatibility check up to version 5.1
55
+
56
  = 1.6 (Released: December 12, 2018) =
57
  * Added: Catch Themes and Catch Plugins tabs in Add themes and Add plugins page respectively
58
  * Added: Themes by Catch Themes section under Themes panel in customizer