Version Description
(Released: February 24, 2022) = * Compatibility check up to version 5.9
Download this release
Release Info
Developer | catchthemes |
Plugin | Catch IDs |
Version | 2.5 |
Comparing to | |
See all releases |
Code changes from version 2.4 to 2.5
- catch-ids.php +2 -2
- languages/catch-ids.pot +2 -2
- readme.txt +4 -1
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: 2.
|
19 |
* Author: Catch Plugins
|
20 |
* Author URI: catchplugins.com
|
21 |
* License: GPL-3.0+
|
@@ -53,7 +53,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
53 |
|
54 |
|
55 |
// Define Version
|
56 |
-
define( 'CATCH_IDS_VERSION', '2.
|
57 |
|
58 |
// The URL of the directory that contains the plugin
|
59 |
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: 2.5
|
19 |
* Author: Catch Plugins
|
20 |
* Author URI: catchplugins.com
|
21 |
* License: GPL-3.0+
|
53 |
|
54 |
|
55 |
// Define Version
|
56 |
+
define( 'CATCH_IDS_VERSION', '2.5' );
|
57 |
|
58 |
// The URL of the directory that contains the plugin
|
59 |
if ( ! defined( 'CATCH_IDS_URL' ) ) {
|
languages/catch-ids.pot
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
# Copyright (C) 2012-
|
2 |
# This file is distributed under the GNU General Public License v3 or later.
|
3 |
#, fuzzy
|
4 |
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:
|
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"
|
1 |
+
# Copyright (C) 2012-2022 Catch Plugins
|
2 |
# This file is distributed under the GNU General Public License v3 or later.
|
3 |
#, fuzzy
|
4 |
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: 2022-02-23 21:10-0800\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"
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: catchplugins, catchthemes, sakinshrestha, pratikshrestha, maheshma
|
|
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.
|
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
|
@@ -51,6 +51,9 @@ Not so easy way (via FTP) :
|
|
51 |
|
52 |
== Changelog ==
|
53 |
|
|
|
|
|
|
|
54 |
= 2.4 (Released: September 15, 2021) =
|
55 |
* Bug Fixed: Security issue on ajax calls
|
56 |
|
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.9
|
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
|
51 |
|
52 |
== Changelog ==
|
53 |
|
54 |
+
= 2.5 (Released: February 24, 2022) =
|
55 |
+
* Compatibility check up to version 5.9
|
56 |
+
|
57 |
= 2.4 (Released: September 15, 2021) =
|
58 |
* Bug Fixed: Security issue on ajax calls
|
59 |
|