Version Description
- Changed: ID column width size to support upto 8 digit ids
- Changed: http to https in links
Download this release
Release Info
Developer | catchthemes |
Plugin | Catch IDs |
Version | 1.4.1 |
Comparing to | |
See all releases |
Code changes from version 1.4 to 1.4.1
- catch-ids.php +4 -4
- languages/catch-ids.pot +3 -3
- readme.txt +8 -4
catch-ids.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Catch IDs
|
4 |
-
Plugin URI:
|
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
|
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
|
10 |
-
Author URI:
|
11 |
Text Domain: catch-ids
|
12 |
Tags: catch-ids, simple, admin, wp-admin, show, ids, post, page, category, media, links, tag, user, id, post id, page id, category id
|
13 |
*/
|
@@ -87,7 +87,7 @@ function catchids_css() {
|
|
87 |
?>
|
88 |
<style type="text/css">
|
89 |
#catchids {
|
90 |
-
width:
|
91 |
}
|
92 |
</style>
|
93 |
<?php
|
1 |
<?php
|
2 |
/*
|
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.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
|
10 |
+
Author URI: https://catchthemes.com
|
11 |
Text Domain: catch-ids
|
12 |
Tags: catch-ids, simple, admin, wp-admin, show, ids, post, page, category, media, links, tag, user, id, post id, page id, category id
|
13 |
*/
|
87 |
?>
|
88 |
<style type="text/css">
|
89 |
#catchids {
|
90 |
+
width: 80px;
|
91 |
}
|
92 |
</style>
|
93 |
<?php
|
languages/catch-ids.pot
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Catch Ids\n"
|
6 |
-
"Report-Msgid-Bugs-To:
|
7 |
-
"POT-Creation-Date: 2016-02-
|
8 |
-
"PO-Revision-Date: 2016-02-
|
9 |
"Last-Translator: Pratik Shrestha <pratik@catchthemes.com>\n"
|
10 |
"Language-Team: Catch Themes <info@catchthemes.com>\n"
|
11 |
"Language: en_US\n"
|
3 |
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-02-28 20:17+0545\n"
|
8 |
+
"PO-Revision-Date: 2016-02-28 20:17+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
@@ -1,11 +1,11 @@
|
|
1 |
=== Catch IDs ===
|
2 |
|
3 |
Contributors: catchthemes, sakinshrestha, pratikshrestha
|
4 |
-
Donate link:
|
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.4.2
|
8 |
-
Stable tag: 1.4
|
9 |
License: GNU General Public License, version 3 (GPLv3)
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
11 |
|
@@ -15,7 +15,7 @@ What this plugin does is to shows the IDs on admin section.
|
|
15 |
|
16 |
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.
|
17 |
|
18 |
-
Check out our new modular plugin [Catch Web Tools](
|
19 |
|
20 |
|
21 |
== Installation ==
|
@@ -28,7 +28,7 @@ Auto Installation through WordPress admin panel
|
|
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
|
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"
|
@@ -47,6 +47,10 @@ Manual Installation through FTP access
|
|
47 |
|
48 |
== Changelog ==
|
49 |
|
|
|
|
|
|
|
|
|
50 |
= 1.4 =
|
51 |
* Bug Fixed: IDs not showing in category and tags page(Reported by wwkipday)
|
52 |
|
1 |
=== Catch IDs ===
|
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.4.2
|
8 |
+
Stable tag: 1.4.1
|
9 |
License: GNU General Public License, version 3 (GPLv3)
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
11 |
|
15 |
|
16 |
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.
|
17 |
|
18 |
+
Check out our new modular plugin [Catch Web Tools](https://wordpress.org/plugins/catch-web-tools/). Power up your WordPress site with powerful features that were till now only available to Catch Themes users. We currently offer Webmaster Tools, Open Graph, Custom CSS, Social Icons, Catch IDs and basic SEO Optimization modules and will be adding more.
|
19 |
|
20 |
|
21 |
== Installation ==
|
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 https://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"
|
47 |
|
48 |
== Changelog ==
|
49 |
|
50 |
+
= 1.4.1 =
|
51 |
+
* Changed: ID column width size to support upto 8 digit ids
|
52 |
+
* Changed: http to https in links
|
53 |
+
|
54 |
= 1.4 =
|
55 |
* Bug Fixed: IDs not showing in category and tags page(Reported by wwkipday)
|
56 |
|