Plugin Directory

Changeset 2599605


Ignore:
Timestamp:
09/15/2021 11:02:34 PM (5 years ago)
Author:
mgibbs189
Message:

Tagged 1.3.1

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

Legend:

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

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

    r2553011 r2599605  
    33Tags: log, wp_http, requests, update checks, api
    44Requires at least: 4.9
    5 Tested up to: 5.7.2
     5Tested up to: 5.8.1
    66Stable tag: trunk
    77License: GPLv2
     
    4949== Changelog ==
    5050
     51= 1.3.1 =
     52* Ensured compatibility with WP 5.8
     53
    5154= 1.3 =
    5255* Minor PHP cleanup
    53 * Ensured compatibility with WP 5.7.x
     56* Ensured compatibility with WP 5.7
    5457
    5558= 1.2 =
Note: See TracChangeset for help on using the changeset viewer.