Catch IDs - Version 2.6

Version Description

(Released: November 03, 2022) = * Compatibility check up to version 6.1

Download this release

Release Info

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

Code changes from version 2.5 to 2.6

Files changed (2) hide show
  1. catch-ids.php +2 -2
  2. readme.txt +5 -2
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.5
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.5' );
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.6
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.6' );
57
 
58
  // The URL of the directory that contains the plugin
59
  if ( ! defined( 'CATCH_IDS_URL' ) ) {
readme.txt CHANGED
@@ -2,8 +2,8 @@
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.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,6 +51,9 @@ Not so easy way (via FTP) :
51
 
52
  == Changelog ==
53
 
 
 
 
54
  = 2.5 (Released: February 24, 2022) =
55
  * Compatibility check up to version 5.9
56
 
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: 5.7
6
+ Tested up to: 6.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
51
 
52
  == Changelog ==
53
 
54
+ = 2.6 (Released: November 03, 2022) =
55
+ * Compatibility check up to version 6.1
56
+
57
  = 2.5 (Released: February 24, 2022) =
58
  * Compatibility check up to version 5.9
59