Changeset 3054852
- Timestamp:
- 03/19/2024 09:39:35 PM (2 years ago)
- Location:
- proxy-ip-addresses-for-cloudfront-with-wordfence/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
proxy-ip-addresses-for-cloudfront-with-wordfence/trunk/plugin.php
r2661581 r3054852 5 5 Description: Automatically add and update the proxy IP addresses for Cloudfront in Wordfence. 6 6 Author: emfluence 7 Version: 1. 07 Version: 1.1 8 8 Author URI: https://emfluence.com 9 9 Network: true … … 107 107 */ 108 108 function plugin_row_meta($plugin_meta, $plugin_file, $plugin_data, $status) { 109 if('wordfence-cloudfront-ips/plugin.php' !== $plugin_file) return ;109 if('wordfence-cloudfront-ips/plugin.php' !== $plugin_file) return array(); 110 110 $last_ran = get_option($this->last_run_option_name, false); 111 111 if(false === $last_ran) { -
proxy-ip-addresses-for-cloudfront-with-wordfence/trunk/readme.txt
r2808214 r3054852 2 2 Tags: security, wordfence, cloudfront, proxy 3 3 Requires at least: 5.0 4 Tested up to: 6. 14 Tested up to: 6.4.3 5 5 Requires PHP: 5.6 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 Contributors: emfluencekc, mightyturtle 8 8 License: GPLv2 or later … … 37 37 = 1.0 = 38 38 Initial release. Install this plugin and your proxy IP addresses are taken care of. 39 40 = 1.1 = 41 Fix. Plugin list table listing error.
Note: See TracChangeset
for help on using the changeset viewer.