Changeset 3293580
- Timestamp:
- 05/14/2025 11:00:36 PM (11 months ago)
- Location:
- inspect-http-requests
- Files:
-
- 41 added
- 3 edited
-
tags/1.0.10 (added)
-
tags/1.0.10/LICENSE.txt (added)
-
tags/1.0.10/README.txt (added)
-
tags/1.0.10/admin (added)
-
tags/1.0.10/admin/class-inspect-http-requests-admin.php (added)
-
tags/1.0.10/admin/css (added)
-
tags/1.0.10/admin/css/inspect-http-requests-admin.css (added)
-
tags/1.0.10/admin/images (added)
-
tags/1.0.10/admin/images/ravisoni.png (added)
-
tags/1.0.10/admin/index.php (added)
-
tags/1.0.10/admin/js (added)
-
tags/1.0.10/admin/js/inspect-http-requests-admin.js (added)
-
tags/1.0.10/admin/partials (added)
-
tags/1.0.10/admin/partials/inspect-http-requests-admin-display.php (added)
-
tags/1.0.10/includes (added)
-
tags/1.0.10/includes/class-inspect-http-requests-activator.php (added)
-
tags/1.0.10/includes/class-inspect-http-requests-admin-notices.php (added)
-
tags/1.0.10/includes/class-inspect-http-requests-deactivator.php (added)
-
tags/1.0.10/includes/class-inspect-http-requests-i18n.php (added)
-
tags/1.0.10/includes/class-inspect-http-requests-loader.php (added)
-
tags/1.0.10/includes/class-inspect-http-requests.php (added)
-
tags/1.0.10/includes/functions.php (added)
-
tags/1.0.10/includes/index.php (added)
-
tags/1.0.10/includes/template (added)
-
tags/1.0.10/includes/template/notification (added)
-
tags/1.0.10/includes/template/notification/review (added)
-
tags/1.0.10/includes/template/notification/review/review.php (added)
-
tags/1.0.10/index.php (added)
-
tags/1.0.10/inspect-http-requests.php (added)
-
tags/1.0.10/languages (added)
-
tags/1.0.10/languages/inspect-http-requests.pot (added)
-
tags/1.0.10/public (added)
-
tags/1.0.10/public/class-inspect-http-requests-public.php (added)
-
tags/1.0.10/public/css (added)
-
tags/1.0.10/public/css/inspect-http-requests-public.css (added)
-
tags/1.0.10/public/index.php (added)
-
tags/1.0.10/public/js (added)
-
tags/1.0.10/public/js/inspect-http-requests-public.js (added)
-
tags/1.0.10/public/partials (added)
-
tags/1.0.10/public/partials/inspect-http-requests-public-display.php (added)
-
tags/1.0.10/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-inspect-http-requests.php (modified) (1 diff)
-
trunk/inspect-http-requests.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
inspect-http-requests/trunk/README.txt
r3293571 r3293580 4 4 Tags: log, wp_http, requests, update checks, api 5 5 Requires at least: 3.0.1 6 Tested up to: 6. 57 Stable tag: 1.0. 86 Tested up to: 6.8 7 Stable tag: 1.0.10 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 69 69 == Changelog == 70 = 1.0.10 = 71 * Fixe Stable tag version number in readme file 72 70 73 = 1.0.9 = 71 74 * Support WordPress 6.8 75 72 76 = 1.0.8 = 73 77 -
inspect-http-requests/trunk/includes/class-inspect-http-requests.php
r3293571 r3293580 58 58 $this->version = INSPECT_HTTP_REQUESTS_VERSION; 59 59 } else { 60 $this->version = '1.0. 9';60 $this->version = '1.0.10'; 61 61 } 62 62 $this->plugin_name = 'inspect-http-requests'; -
inspect-http-requests/trunk/inspect-http-requests.php
r3293571 r3293580 10 10 * Plugin URI: https://www.expresstechsoftwares.com/inspect-http-requests 11 11 * Description: Monitor all the HTTP Request being made via WP HTTP Methods i.e. wp_remote_get, wp_remote_post Block any request by just a click of button. 12 * Version: 1.0. 912 * Version: 1.0.10 13 13 * Author: ExpressTech Softwares Solutions Pvt Ltd 14 14 * Author URI: https://www.expresstechsoftwares.com … … 27 27 * Currently plugin version. 28 28 */ 29 define( 'INSPECT_HTTP_REQUESTS_VERSION', '1.0. 9' );29 define( 'INSPECT_HTTP_REQUESTS_VERSION', '1.0.10' ); 30 30 /** 31 31 * Define plugin directory path
Note: See TracChangeset
for help on using the changeset viewer.