Plugin Directory

Changeset 3054852


Ignore:
Timestamp:
03/19/2024 09:39:35 PM (2 years ago)
Author:
emfluencekc
Message:

Plugin v1.1

Location:
proxy-ip-addresses-for-cloudfront-with-wordfence/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • proxy-ip-addresses-for-cloudfront-with-wordfence/trunk/plugin.php

    r2661581 r3054852  
    55Description: Automatically add and update the proxy IP addresses for Cloudfront in Wordfence.
    66Author: emfluence
    7 Version: 1.0
     7Version: 1.1
    88Author URI: https://emfluence.com
    99Network: true
     
    107107     */
    108108    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();
    110110        $last_ran = get_option($this->last_run_option_name, false);
    111111        if(false === $last_ran) {
  • proxy-ip-addresses-for-cloudfront-with-wordfence/trunk/readme.txt

    r2808214 r3054852  
    22Tags: security, wordfence, cloudfront, proxy
    33Requires at least: 5.0
    4 Tested up to: 6.1
     4Tested up to: 6.4.3
    55Requires PHP: 5.6
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77Contributors: emfluencekc, mightyturtle
    88License: GPLv2 or later
     
    3737= 1.0 =
    3838Initial release. Install this plugin and your proxy IP addresses are taken care of.
     39
     40= 1.1 =
     41Fix. Plugin list table listing error.
Note: See TracChangeset for help on using the changeset viewer.