Skip to content

Commit

Permalink
Update WP support
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Jul 18, 2023
1 parent 470739d commit 19961af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.3.3
VERSION := 1.3.4
PLUGINSLUG := spiderblocker
SRCPATH := $(shell pwd)/src

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ SpiderBlocker will block most common bots that consume bandwidth and slow down y

## Description

Spider Blocker will block most common bots that consume bandwidth and slow down your server. It will accomplish this by using Apache .htaccess file to minimize impact on your website. It will also hide itself from external scanner. Only works with Apache server and mod_rewrite enabled.
Spider Blocker will block most common bots that consume bandwidth and slow down your server. It will accomplish this by using Apache .htaccess file to minimize impact on your website. It will also hide itself from external scanner.

Spider Blocker is specifically designed for Apache servers with mod_rewrite enabled, allowing you to effortlessly safeguard your website from the most prevalent bots that hamper performance and drain resources.

More info on <a href="http://blog.easyblognetworks.com/2015/free-spider-blocker-plugin/">EBN blog</a>.

Expand Down
9 changes: 6 additions & 3 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
Contributors: niteoweb
Tags: seo, block, bots, htaccess, apache, secure
Requires at least: 4.0
Tested up to: 6.1.1
Tested up to: 6.2.2
Stable tag: 1.3.3

SpiderBlocker will block most common bots that consume bandwidth and slow down your server.

== Description ==

Spider Blocker will block most common bots that consume bandwidth and slow down your server. It will accomplish this by
using Apache .htaccess file to minimize impact on your website. It will also hide itself from external scanner. Only works
with Apache server and mod_rewrite enabled.
using Apache .htaccess file to minimize impact on your website. It will also hide itself from external scanner.

Spider Blocker is specifically designed for Apache servers with mod_rewrite enabled,
allowing you to effortlessly safeguard your website from the most prevalent bots
that hamper performance and drain resources.

= Plugin Features =
* Block Unlimited bots from viewing your site
Expand Down

0 comments on commit 19961af

Please sign in to comment.