Plugin Directory

Changeset 2939410


Ignore:
Timestamp:
07/17/2023 11:54:12 AM (3 years ago)
Author:
mgibbs189
Message:

Tagged 1.4.1

Location:
log-http-requests/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • log-http-requests/trunk/includes/class-upgrade.php

    r2770821 r2939410  
    33class LHR_Upgrade
    44{
     5    public $version;
     6    public $last_version;
     7
    58    function __construct() {
    69        $this->version = LHR_VERSION;
  • log-http-requests/trunk/log-http-requests.php

    r2810503 r2939410  
    33Plugin Name: Log HTTP Requests
    44Description: Log all those pesky WP HTTP requests
    5 Version: 1.4
     5Version: 1.4.1
    66Author: FacetWP, LLC
    77Author URI: https://facetwp.com/
    88
    9 Copyright 2021 FacetWP, LLC
     9Copyright 2023 FacetWP, LLC
    1010
    1111This program is free software; you can redistribute it and/or
     
    3535
    3636        // setup variables
    37         define( 'LHR_VERSION', '1.4' );
     37        define( 'LHR_VERSION', '1.4.1' );
    3838        define( 'LHR_DIR', dirname( __FILE__ ) );
    3939        define( 'LHR_URL', plugins_url( '', __FILE__ ) );
  • log-http-requests/trunk/readme.txt

    r2810503 r2939410  
    33Tags: log, wp_http, requests, update checks, api
    44Requires at least: 5.0
    5 Tested up to: 6.1
     5Tested up to: 6.2.2
    66Stable tag: trunk
    77License: GPLv2
     
    4949== Changelog ==
    5050
     51= 1.4.1
     52* Fixed PHP8 deprecation notices
     53
    5154= 1.4 =
    5255* Added extra ajax role validation (props pluginvulnerabilities.com)
Note: See TracChangeset for help on using the changeset viewer.