There was an error while loading. Please reload this page.
1 parent 0930f6c commit 84cd750Copy full SHA for 84cd750
log-http-requests.php
@@ -2,7 +2,7 @@
2
/*
3
Plugin Name: Log HTTP Requests
4
Description: Log all those pesky WP HTTP requests
5
-Version: 1.0.2
+Version: 1.0.3
6
Author: FacetWP, LLC
7
Author URI: https://facetwp.com/
8
@@ -34,7 +34,7 @@ class Log_HTTP_Requests
34
function __construct() {
35
36
// setup variables
37
- define( 'LHR_VERSION', '1.0.2' );
+ define( 'LHR_VERSION', '1.0.3' );
38
define( 'LHR_DIR', dirname( __FILE__ ) );
39
define( 'LHR_URL', plugins_url( '', __FILE__ ) );
40
define( 'LHR_BASENAME', plugin_basename( __FILE__ ) );
0 commit comments