Florian Brinkmann
Florian Brinkmann
Changed it so that the search queries are displayd in its own list
- [ ] Try to keep this working: https://gist.github.com/florianbrinkmann/abdf929694a72e75c33d7a4254301f42
https://blurha.sh/
I know we cannot use many features of modern WP without JS, but I wonder if we couldn’t load the initial data via PHP and not JS?
Oh, yes, didn’t think about the chart and that it requires JS 🙈 Will dig deeper into the PR and give feedback :)
Had two small notes/questions, besides that LGTM
Using a composer package like https://github.com/JayBizzle/Crawler-Detect sounds like a good idea to me. what do the others think? @2ndkauboy @krafit @pfefferle @stklcode
Added to the 2.0.0 milestone because the composer package needs PHP 5.3 and we are on PHP 5.2 currently.
I added a `DebugMode` class in https://github.com/pluginkollektiv/antispam-bee/commit/adb250e044a8f7517881851fdc1c72e353d0caf5 which can be used to log things to a debug log file in `wp-content` if the `ANTISPAM_BEE_DEBUG_MODE_ENABLED` constant is set to `true`. I...
- #491 should not be relevant - #486 and #481 need to be checked after the tests are adapted for the new version - #477 is fixed in 06cb5c0 -...