Version Description
Download this release
Release Info
Developer | catchthemes |
Plugin | Catch IDs |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
- catch-ids.php +1 -1
- readme.txt +13 -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.
|
6 |
-
Version: 1.
|
7 |
Author: Catch Themes Team
|
8 |
Author URI: http://catchthemes.com
|
9 |
*/
|
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.
|
6 |
+
Version: 1.1
|
7 |
Author: Catch Themes Team
|
8 |
Author URI: http://catchthemes.com
|
9 |
*/
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Contributors: catchthemes
|
|
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.0
|
7 |
-
Tested up to: 3.
|
8 |
-
Stable tag: 1.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -15,18 +15,21 @@ 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.
|
17 |
|
|
|
|
|
18 |
|
19 |
== Installation ==
|
|
|
20 |
1. Download the plugin and unzip it.
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
|
25 |
== Screenshots ==
|
26 |
|
27 |
1. Edit Posts Page
|
28 |
-
|
29 |
-
|
30 |
|
31 |
== Usage ==
|
32 |
|
@@ -35,5 +38,8 @@ Catch IDs is a simple and light weight plugin to show the Post ID, Page ID, Medi
|
|
35 |
|
36 |
== Changelog ==
|
37 |
|
|
|
|
|
|
|
38 |
= 1.0
|
39 |
* Initial Public Release
|
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.0
|
7 |
+
Tested up to: 3.7.1
|
8 |
+
Stable tag: 1.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
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.
|
17 |
|
18 |
+
If you want more features and web tools then we have new plugin Catch Web Tools http://wordpress.org/plugins/catch-web-tools/
|
19 |
+
|
20 |
|
21 |
== Installation ==
|
22 |
+
You can download and install Catch Ids plugin using the built in WordPress plugin installer. If you download Catch Web Tools manually
|
23 |
1. Download the plugin and unzip it.
|
24 |
+
2. Upload the `catch-ids` folder to the `/wp-content/plugins/` directory or install directly through the plugin installer.
|
25 |
+
3. Activate the plugin through the 'Plugins' menu in WordPress or by using the link provided by the plugin installer
|
26 |
+
4. Installation finished.
|
27 |
|
28 |
== Screenshots ==
|
29 |
|
30 |
1. Edit Posts Page
|
31 |
+
2. Edit Media Library
|
32 |
+
3. Edit Categories
|
33 |
|
34 |
== Usage ==
|
35 |
|
38 |
|
39 |
== Changelog ==
|
40 |
|
41 |
+
= 1.1
|
42 |
+
* Check WordPress compatibility up to version 3.7.1
|
43 |
+
|
44 |
= 1.0
|
45 |
* Initial Public Release
|