Plugin Directory

Changeset 3293571


Ignore:
Timestamp:
05/14/2025 10:32:59 PM (11 months ago)
Author:
expresstechsoftware
Message:

Updating 1.0.9 version

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

Legend:

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

    r3087038 r3293571  
    6868
    6969== Changelog ==
    70 
     70= 1.0.9 =
     71* Support WordPress 6.8
    7172= 1.0.8 =
    7273
  • inspect-http-requests/trunk/includes/class-inspect-http-requests.php

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

    r3087038 r3293571  
    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.8
     12 * Version:           1.0.9
    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.8' );
     29define( 'INSPECT_HTTP_REQUESTS_VERSION', '1.0.9' );
    3030/**
    3131 * Define plugin directory path
Note: See TracChangeset for help on using the changeset viewer.