Changeset 2939410
- Timestamp:
- 07/17/2023 11:54:12 AM (3 years ago)
- Location:
- log-http-requests/trunk
- Files:
-
- 3 edited
-
includes/class-upgrade.php (modified) (1 diff)
-
log-http-requests.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
log-http-requests/trunk/includes/class-upgrade.php
r2770821 r2939410 3 3 class LHR_Upgrade 4 4 { 5 public $version; 6 public $last_version; 7 5 8 function __construct() { 6 9 $this->version = LHR_VERSION; -
log-http-requests/trunk/log-http-requests.php
r2810503 r2939410 3 3 Plugin Name: Log HTTP Requests 4 4 Description: Log all those pesky WP HTTP requests 5 Version: 1.4 5 Version: 1.4.1 6 6 Author: FacetWP, LLC 7 7 Author URI: https://facetwp.com/ 8 8 9 Copyright 202 1FacetWP, LLC9 Copyright 2023 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.4 ' );37 define( 'LHR_VERSION', '1.4.1' ); 38 38 define( 'LHR_DIR', dirname( __FILE__ ) ); 39 39 define( 'LHR_URL', plugins_url( '', __FILE__ ) ); -
log-http-requests/trunk/readme.txt
r2810503 r2939410 3 3 Tags: log, wp_http, requests, update checks, api 4 4 Requires at least: 5.0 5 Tested up to: 6. 15 Tested up to: 6.2.2 6 6 Stable tag: trunk 7 7 License: GPLv2 … … 49 49 == Changelog == 50 50 51 = 1.4.1 52 * Fixed PHP8 deprecation notices 53 51 54 = 1.4 = 52 55 * Added extra ajax role validation (props pluginvulnerabilities.com)
Note: See TracChangeset
for help on using the changeset viewer.