a88a89c442
update WP Codex and license links [skip ci]
2019-10-06 17:34:32 +02:00
b7c3b51873
implement keyword filter for referer blacklist ( closes #15 )
...
In addition to the pre-existing normal and regular expression filters a
keyword mode is added. This filter matches if the referer string
contains a given keyword (case insensitive).
2019-03-12 19:37:48 +01:00
1c146a9d72
Merge branch 'master' into develop
2019-03-06 14:18:53 +01:00
f14ceac400
Bump WP compat to 5.1 [skip CI]
2019-03-02 17:08:20 +01:00
abcaab7a33
Fixed ReadMe badge links [skip ci]
2018-11-01 21:58:06 +01:00
36a65482e2
Add badges to ReadMe [skip ci]
2018-11-01 20:31:58 +01:00
8e6cb5c553
Added compatibility check for WP and PHP version ( closes #17 )
2018-10-27 18:33:00 +02:00
4dcd52e137
Merge branch 'master' into develop
2018-10-27 17:38:41 +02:00
14ad793baf
Bump WP compat to 5.0
2018-10-20 10:15:08 +02:00
f34b761942
Removed load_plugin_textdomain and domain path header
...
Translation is handled via translate.wordpress.org and minimum required
version is greater than 4.6, so the local translation artifacts are
dropped.
2018-05-19 15:09:57 +02:00
075441d6f3
Bump version to 1.4.4
2018-05-19 14:36:23 +02:00
74be5a2334
Merge branch 'hf12-regexSkip' into develop
2018-05-19 14:31:47 +02:00
92f8496926
Fix #12 : do not skip filter chain on non-matching regex filter
...
Corrected the regular expression methods and unit-tested combined filters.
2018-05-19 14:22:15 +02:00
8c556ca509
Removed legacy code for WP prior to 4.6
...
Statify itself requires WP 4.7, so no reason to stick to legacy code
anymore.
2018-03-21 18:16:25 +01:00
1e811957f8
Minor correction in required Statify version
...
'Tested up to' no longer holds with 1.6.0 now released, so now the
minimum version required is named instead of updating the maximum.
2018-03-08 17:15:50 +01:00
b8b1dc83de
Prepare release 1.4.3
2018-01-09 20:16:17 +01:00
8b9ce4c570
Fixed issues with multisite installation ( #11 )
2018-01-07 14:14:48 +01:00
012b9a0189
Release 1.4.2
2017-11-12 12:12:52 +01:00
637d5f482c
Preparations for 1.4.2
...
Supported WP version is 4.9, updated WPCS definitions.
2017-11-12 12:12:51 +01:00
7962d4dbc9
Add required PHP version to ReadMe
...
This field is now parsed and displayed on WP plugin page.
2017-09-06 21:12:51 +02:00
58ac6e36f1
Bump required WordPress version to 4.4 ( #10 )
2017-08-17 19:58:12 +02:00
f73d9e83e4
Preparations for v1.4.1
2017-07-16 16:01:24 +02:00
2e7883bc62
Packaging process bundled as Gulp task
...
Bundling a ready to use plugin ZIP has been automated into a Gulp task. After executing unit tests and code sniffer, only the relevant files are bundled.
2017-07-16 12:10:23 +02:00
d769c6789c
Yoda conditions and strict comparison
2017-07-04 16:52:11 +02:00
3428c6b711
Relicensed to GPLv2 or later
...
Previously the plugin has been published under GPLv3. WordPress encourages to use the same license as the base system and there is no real reason to limit this to v3.
2017-07-04 14:56:56 +02:00
ce0b68b521
Fix support forum link
2017-06-12 18:59:11 +02:00
76cd908861
Preparations for 1.4.0 release
2017-06-10 14:44:03 +02:00
9dae145637
Contribution notes added to readme
2017-06-09 09:59:41 +02:00
7929dd66bd
PHPdoc and ReadMe corrections
2017-06-05 18:13:36 +02:00
152a800a4a
#8 Target filter implemented
2017-06-04 21:29:08 +02:00
4a0fee572b
#7 implementation of IP blacklists
2017-06-04 11:42:21 +02:00
e66e3745a5
Bump minimum supported PHP version to 5.5
2017-06-02 17:46:54 +02:00
4562901f59
ReadMe updates
2017-06-01 20:07:38 +02:00
35b00ac485
Fix #6 : hook returns NULL instead of FALSE
2016-12-09 09:37:58 +01:00
d5a947cfbb
Tested up to 4.7
2016-12-07 20:12:37 +01:00
b5a6cdf026
Stable tag 1.3.0
2016-10-17 17:45:34 +02:00
2f55ada8e5
1.3.0 finalized
2016-10-17 17:36:13 +02:00
25b16746b2
Feature #4 Regular expression filters
2016-10-10 09:17:32 +02:00
e80040fb7e
fix #5 Live filter configuration inverted
2016-10-10 09:12:01 +02:00
f1e9ee0fbe
Stable tag updated
2016-08-29 11:05:40 +02:00
993d0dd54c
Fix #3 : Compare full referer domain
2016-08-29 10:28:13 +02:00
19644dd62b
Enhancement #1 Switched from in_array() to faster isset() for referer checking
2016-08-25 20:20:43 +02:00
bff28ce85b
FAQs added to ReadMe
2016-08-19 21:01:03 +02:00
5d751e2dc6
Prepared for localization
2016-08-17 08:13:45 +02:00
aba620277a
Nonce verified; capabilities checked; input sanitized
2016-08-16 21:01:15 +02:00
949bf9d26f
One-time execution added
2016-08-15 11:41:01 +02:00
4727ce530f
ReadMe and License
2016-08-14 13:31:01 +02:00