Skip to content

Commit

Permalink
Merge pull request #71 from Thomas--F/4.x-dev
Browse files Browse the repository at this point in the history
version 2.02
  • Loading branch information
Thomas--F authored May 17, 2021
2 parents 660135c + 78dce5d commit 5e3fe30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
2.02
- fix for issue #70

2.01
- change order of columns in the BotTracker report (issue #68)

Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BotTracker",
"version": "2.01",
"version": "2.02",
"keywords": ["BotTracker"],
"homepage": "https://github.com/Thomas--F/BotTracker",
"description": "Detection of bots & spiders and count their visits without tracking them in the visitor-log.",
Expand Down
3 changes: 1 addition & 2 deletions templates/config.twig
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@

</table>

<input type="hidden" value="{{token_auth}}" name="token_auth" />
<input type="hidden" value="{{nonce}}" name="form_nonce" />
<input type="hidden" value="{{idSite}}" name="siteID" />

Expand Down Expand Up @@ -136,4 +135,4 @@

{% endif %}

{% endblock %}
{% endblock %}

0 comments on commit 5e3fe30

Please sign in to comment.