Changeset 2599605
- Timestamp:
- 09/15/2021 11:02:34 PM (5 years ago)
- Location:
- log-http-requests/trunk
- Files:
-
- 2 edited
-
log-http-requests.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
log-http-requests/trunk/log-http-requests.php
r2553011 r2599605 3 3 Plugin Name: Log HTTP Requests 4 4 Description: Log all those pesky WP HTTP requests 5 Version: 1.3 5 Version: 1.3.1 6 6 Author: FacetWP, LLC 7 7 Author URI: https://facetwp.com/ 8 8 9 Copyright 20 19FacetWP, LLC9 Copyright 2021 FacetWP, LLC 10 10 11 11 This program is free software; you can redistribute it and/or … … 35 35 36 36 // setup variables 37 define( 'LHR_VERSION', '1.3 ' );37 define( 'LHR_VERSION', '1.3.1' ); 38 38 define( 'LHR_DIR', dirname( __FILE__ ) ); 39 39 define( 'LHR_URL', plugins_url( '', __FILE__ ) ); -
log-http-requests/trunk/readme.txt
r2553011 r2599605 3 3 Tags: log, wp_http, requests, update checks, api 4 4 Requires at least: 4.9 5 Tested up to: 5. 7.25 Tested up to: 5.8.1 6 6 Stable tag: trunk 7 7 License: GPLv2 … … 49 49 == Changelog == 50 50 51 = 1.3.1 = 52 * Ensured compatibility with WP 5.8 53 51 54 = 1.3 = 52 55 * Minor PHP cleanup 53 * Ensured compatibility with WP 5.7 .x56 * Ensured compatibility with WP 5.7 54 57 55 58 = 1.2 =
Note: See TracChangeset
for help on using the changeset viewer.