Plugin Directory

Changeset 3293580


Ignore:
Timestamp:
05/14/2025 11:00:36 PM (11 months ago)
Author:
expresstechsoftware
Message:

fixe stable tag number

Location:
inspect-http-requests
Files:
41 added
3 edited

Legend:

Unmodified
Added
Removed
  • inspect-http-requests/trunk/README.txt

    r3293571 r3293580  
    44Tags: log, wp_http, requests, update checks, api
    55Requires at least: 3.0.1
    6 Tested up to: 6.5
    7 Stable tag: 1.0.8
     6Tested up to: 6.8
     7Stable tag: 1.0.10
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868
    6969== Changelog ==
     70= 1.0.10 =
     71* Fixe Stable tag version number in readme file
     72
    7073= 1.0.9 =
    7174* Support WordPress 6.8
     75
    7276= 1.0.8 =
    7377
  • inspect-http-requests/trunk/includes/class-inspect-http-requests.php

    r3293571 r3293580  
    5858            $this->version = INSPECT_HTTP_REQUESTS_VERSION;
    5959        } else {
    60             $this->version = '1.0.9';
     60            $this->version = '1.0.10';
    6161        }
    6262        $this->plugin_name = 'inspect-http-requests';
  • inspect-http-requests/trunk/inspect-http-requests.php

    r3293571 r3293580  
    1010 * Plugin URI:        https://www.expresstechsoftwares.com/inspect-http-requests
    1111 * 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.9
     12 * Version:           1.0.10
    1313 * Author:            ExpressTech Softwares Solutions Pvt Ltd
    1414 * Author URI:        https://www.expresstechsoftwares.com
     
    2727 * Currently plugin version.
    2828 */
    29 define( 'INSPECT_HTTP_REQUESTS_VERSION', '1.0.9' );
     29define( 'INSPECT_HTTP_REQUESTS_VERSION', '1.0.10' );
    3030/**
    3131 * Define plugin directory path
Note: See TracChangeset for help on using the changeset viewer.