Skip to content

Commit

Permalink
readme /version update
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed Jan 31, 2023
1 parent 5c7ca1c commit 7d3812c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ root = true

[*]
charset = utf-8
end_of_line = lf
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
Expand Down
2 changes: 1 addition & 1 deletion admin/dist/admin-scripts.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '31f79903e33e38d0926a');
<?php return array('dependencies' => array(), 'version' => '55a0a782bc47ae12f770');
2 changes: 1 addition & 1 deletion includes/dist/script.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'f679f15b63f8cb923e61');
<?php return array('dependencies' => array(), 'version' => '269fbb9de6b1349e0e67');
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: antispam, blacklist, honeypot, geoip, security, contact form 7
Requires at least: 5.4
Tested up to: 6.1
Requires PHP: 5.6
Stable tag: 0.4.3
Stable tag: 0.4.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -156,6 +156,12 @@ Enable **extended debug mode** ("CF7ANTISPAM_DEBUG" has to be enabled) - disable

== Changelog ==

= 0.4.4 =
* Adds the @mirekdlugosz fix for flamingo metadata regex
* Better Honeypot default input name field handling
* Fixed 'ban forever' that was replacing the list of banned IPs instead of adding the selected one
* Add a new check in oder to verify the http protocol since bots usually connects with HTTP/1.X

= 0.4.3 =
* Fixes an issue with honeypot placeholder (thanks to @ardsoms and @edodemo for the report)
* User enumeration protection
Expand Down Expand Up @@ -283,6 +289,9 @@ See the LICENSE file for more details.
* chart.js https://www.chartjs.org/, © 2021 Chart.js [contributors](https://github.com/chartjs/Chart.js/graphs/contributors), [MIT](https://github.com/chartjs/Chart.js/blob/master/LICENSE.md)
* Sudden Shower in the Summer, Public domain, Wikimedia Commons https://commons.wikimedia.org/wiki/File:Sudden_Shower_in_the_Summer_(5759500422).jpg

== Contibutions ==
Mirek Długosz - [#30](https://github.com/erikyo/cf7-antispam/pull/30) fixes a crash that occurred when analysing flamingo metadata

== Special thanks ==
This project is tested with BrowserStack. [Browserstack](https://www.browserstack.com/)

Expand Down

0 comments on commit 7d3812c

Please sign in to comment.