Plugin Directory

Changeset 3254086


Ignore:
Timestamp:
03/11/2025 01:34:15 PM (13 months ago)
Author:
foomagoo
Message:

Replacing single settings template that somehow disappeared during 4.5 update

Location:
honeypot-toolkit
Files:
24 added
3 edited

Legend:

Unmodified
Added
Removed
  • honeypot-toolkit/trunk/honeypot-toolkit.php

    r3236833 r3254086  
    44Plugin URI: https://www.sterup.com/wordpress-plugins/honeypot-toolkit/
    55Description: Automates the placement of honeypot links for Project Honeypot. Also blocks IP Addresses who have a bad rating on Project Honeypot and Spamcop. Monitors bad logins and 404 errors.
    6 Version: 4.5
     6Version: 4.5.1
    77Author: Jeff Sterup
    88Author URI: https://www.sterup.com
  • honeypot-toolkit/trunk/lib/HoneypotToolkit.class.php

    r3236792 r3254086  
    789789        }
    790790
    791         update_site_option('ht_plugin_version', "4.5");
     791        update_site_option('ht_plugin_version', "4.5.1");
    792792    }
    793793
    794794    function check_version() {
    795         if (get_site_option('ht_plugin_version') != "4.5") {
     795        if (get_site_option('ht_plugin_version') != "4.5.1") {
    796796            $this->activate();
    797797        }
  • honeypot-toolkit/trunk/readme.txt

    r3236833 r3254086  
    55Requires at least: 4.6.0
    66Tested up to: 6.7.2
    7 Stable tag: 4.5
     7Stable tag: 4.5.1
    88License: GPLv2
     9
     10This plugin allows you to automatically insert your Project Honeypot links into all of your pages and block IP addresses that are listed on the Http:BL list from Project Honeypot.
    911
    1012== Description ==
     
    3638
    3739== Changelog ==
     40
     41= 4.5.1 =
     42Replacing single settings template that somehow disappeared during 4.5 update.
    3843
    3944= 4.5 =
     
    178183== Upgrade Notice ==
    179184
    180 = 4.5 =
    181 Updating URLs in readme to point to new site.
    182 Bumped tested version of Wordpress
     185= 4.5.1 =
     186Replacing single settings template that somehow disappeared during 4.5 update.
Note: See TracChangeset for help on using the changeset viewer.