Plugin Directory

Changeset 3081979


Ignore:
Timestamp:
05/06/2024 01:48:41 PM (20 months ago)
Author:
veppa
Message:

Added WP 6.5 support

Location:
http-requests-manager
Files:
2 edited
7 copied

Legend:

Unmodified
Added
Removed
  • http-requests-manager/tags/1.3.1/http-requests-manager.php

    r3081974 r3081979  
    55  Plugin URI:   https://veppa.com/http-requests-manager/
    66  Description: Limit, disable, block, log all WP HTTP requests. Limit by request count, page load time or lower timeout for each request. Speed up login and admin pages.
    7   Version: 1.3.0
     7  Version: 1.3.1
    88  Author: veppa
    99  Author URI: https://veppa.com/
     
    3939{
    4040
    41     const VERSION = '1.3.0';
     41    const VERSION = '1.3.1';
    4242    const ID = 'http-requests-manager';
    4343    const TIMEOUT = 2;
  • http-requests-manager/tags/1.3.1/readme.txt

    r3081974 r3081979  
    44Tags: log, wp_http, requests, update checks, api, block, timeout, block external requests, limit request count
    55Requires at least: 4.9
    6 Tested up to: 6.4
    7 Stable tag: 1.3.0
     6Tested up to: 6.5
     7Stable tag: 1.3.1
    88License: GPLv2
    99
  • http-requests-manager/trunk/http-requests-manager.php

    r3081974 r3081979  
    55  Plugin URI:   https://veppa.com/http-requests-manager/
    66  Description: Limit, disable, block, log all WP HTTP requests. Limit by request count, page load time or lower timeout for each request. Speed up login and admin pages.
    7   Version: 1.3.0
     7  Version: 1.3.1
    88  Author: veppa
    99  Author URI: https://veppa.com/
     
    3939{
    4040
    41     const VERSION = '1.3.0';
     41    const VERSION = '1.3.1';
    4242    const ID = 'http-requests-manager';
    4343    const TIMEOUT = 2;
  • http-requests-manager/trunk/readme.txt

    r3081974 r3081979  
    44Tags: log, wp_http, requests, update checks, api, block, timeout, block external requests, limit request count
    55Requires at least: 4.9
    6 Tested up to: 6.4
    7 Stable tag: 1.3.0
     6Tested up to: 6.5
     7Stable tag: 1.3.1
    88License: GPLv2
    99
Note: See TracChangeset for help on using the changeset viewer.