Changeset 3254086
- Timestamp:
- 03/11/2025 01:34:15 PM (13 months ago)
- Location:
- honeypot-toolkit
- Files:
-
- 24 added
- 3 edited
-
tags/4.5.1 (added)
-
tags/4.5.1/css (added)
-
tags/4.5.1/css/admin.css (added)
-
tags/4.5.1/honeypot-toolkit.php (added)
-
tags/4.5.1/img (added)
-
tags/4.5.1/img/honeypot-icon.png (added)
-
tags/4.5.1/lib (added)
-
tags/4.5.1/lib/HT_Ajax.class.php (added)
-
tags/4.5.1/lib/HT_Template.class.php (added)
-
tags/4.5.1/lib/HoneypotToolkit.class.php (added)
-
tags/4.5.1/readme.txt (added)
-
tags/4.5.1/tpl (added)
-
tags/4.5.1/tpl/activityList.php (added)
-
tags/4.5.1/tpl/activity_list_page_js.php (added)
-
tags/4.5.1/tpl/blockedList.php (added)
-
tags/4.5.1/tpl/blocked_list_page_js.php (added)
-
tags/4.5.1/tpl/common_js.php (added)
-
tags/4.5.1/tpl/settings.php (added)
-
tags/4.5.1/tpl/settings_page_js.php (added)
-
tags/4.5.1/tpl/single_settings.php (added)
-
tags/4.5.1/tpl/single_settings_page_js.php (added)
-
tags/4.5.1/tpl/whitelist.php (added)
-
tags/4.5.1/tpl/whitelist_page_js.php (added)
-
tags/4.5.1/uninstall.php (added)
-
trunk/honeypot-toolkit.php (modified) (1 diff)
-
trunk/lib/HoneypotToolkit.class.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
honeypot-toolkit/trunk/honeypot-toolkit.php
r3236833 r3254086 4 4 Plugin URI: https://www.sterup.com/wordpress-plugins/honeypot-toolkit/ 5 5 Description: 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 6 Version: 4.5.1 7 7 Author: Jeff Sterup 8 8 Author URI: https://www.sterup.com -
honeypot-toolkit/trunk/lib/HoneypotToolkit.class.php
r3236792 r3254086 789 789 } 790 790 791 update_site_option('ht_plugin_version', "4.5 ");791 update_site_option('ht_plugin_version', "4.5.1"); 792 792 } 793 793 794 794 function check_version() { 795 if (get_site_option('ht_plugin_version') != "4.5 ") {795 if (get_site_option('ht_plugin_version') != "4.5.1") { 796 796 $this->activate(); 797 797 } -
honeypot-toolkit/trunk/readme.txt
r3236833 r3254086 5 5 Requires at least: 4.6.0 6 6 Tested up to: 6.7.2 7 Stable tag: 4.5 7 Stable tag: 4.5.1 8 8 License: GPLv2 9 10 This 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. 9 11 10 12 == Description == … … 36 38 37 39 == Changelog == 40 41 = 4.5.1 = 42 Replacing single settings template that somehow disappeared during 4.5 update. 38 43 39 44 = 4.5 = … … 178 183 == Upgrade Notice == 179 184 180 = 4.5 = 181 Updating URLs in readme to point to new site. 182 Bumped tested version of Wordpress 185 = 4.5.1 = 186 Replacing single settings template that somehow disappeared during 4.5 update.
Note: See TracChangeset
for help on using the changeset viewer.