Catch IDs - Version 1.4.3

Version Description

Download this release

Release Info

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

Code changes from version 1.4.2 to 1.4.3

Files changed (3) hide show
  1. catch-ids.php +2 -2
  2. languages/catch-ids.pot +3 -3
  3. readme.txt +7 -4
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.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
@@ -145,4 +145,4 @@ function catchids_add() {
145
  }
146
  }
147
  endif; // catchids_add
148
- add_action( 'admin_init', 'catchids_add' );
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
145
  }
146
  }
147
  endif; // catchids_add
148
+ 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: https://wordpress.org/tags/catch-ids\n"
7
- "POT-Creation-Date: 2016-04-11 15:01+0545\n"
8
- "PO-Revision-Date: 2016-04-11 15:01+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"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
- "X-Generator: Poedit 1.6.10\n"
17
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_attr_e;esc_attr__;_nx;"
18
  "esc_html__\n"
19
  "X-Poedit-Basepath: .\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-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"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+ "X-Generator: Poedit 1.7.1\n"
17
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_attr_e;esc_attr__;_nx;"
18
  "esc_html__\n"
19
  "X-Poedit-Basepath: .\n"
readme.txt CHANGED
@@ -2,10 +2,10 @@
2
 
3
  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
6
  Requires at least: 3.5
7
- Tested up to: 4.5
8
- Stable tag: 1.4.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.4.2
51
  * Compatibility check up to version 4.5
52
 
@@ -87,4 +90,4 @@ Manual Installation through FTP access
87
  * Check WordPress compatibility up to version 3.7.1
88
 
89
  = 1.0
90
- * Initial Public Release
2
 
3
  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
 
47
 
48
  == Changelog ==
49
 
50
+ = 1.4.3
51
+ * Compatibility check up to version 4.6
52
+
53
  = 1.4.2
54
  * Compatibility check up to version 4.5
55
 
90
  * Check WordPress compatibility up to version 3.7.1
91
 
92
  = 1.0
93
+ * Initial Public Release