b4898abd5b
docs: add missing quote in plugin description
2025-03-02 17:29:50 +01:00
38c1e569e6
prepare release 1.7.2
2024-06-06 20:29:05 +02:00
13809aeaa3
prepare release 1.7.1
2024-03-24 17:44:57 +01:00
081a6abbb0
add "Requires Plugins" to plugin headers
...
The headers will be supported with WordPress 6.5. The dependency on
"statify" was present from the start, so this just adds another layer
of convenience for users on WP 6.5 or later.
2024-03-17 10:32:26 +01:00
1e81dd650f
prepare release 1.7.0
2024-03-11 18:02:04 +01:00
1f4749d49a
rename $class parameter of autoload function to $class_name
2023-11-09 18:05:12 +01:00
da6cde00cf
migrate settings to WP settings API
2023-09-17 14:58:25 +02:00
ae232eceb5
prepare release 1.6.3
2023-08-14 18:53:20 +02:00
aaf054fb5b
minor code style tweaks
2023-04-01 15:14:40 +02:00
2ea3d66677
prepare release 1.6.2
2023-02-25 14:29:41 +01:00
be173c6428
prepare release 1.6.1
2021-05-28 11:43:37 +02:00
a5e4225261
prepare release of v1.6.0
2020-12-09 12:44:14 +01:00
06a7b1677a
rename plugin to "Statify Filter"
...
The plugins purpose is to exclude or filter certain requests from
tracking by Statify. However the current name "Statify Blacklist" is not
actually inline with today's understanding of such terms. In WordPress
Core 5.5 the word "blacklist" among others has been replaced by more
precise wording where possible.
The term "filter" has been used in various places already and clearly
describes the behavior of this plugin. So we rename the plugin to
"Statify Filter" and rephrase front-end texts.
Plugin slug (permalink), textdomain and all public class and constant
names left untouched for now, to not introduce breaking changes at this
point. To be cleaned up with next major release.
2020-10-19 10:34:09 +02:00
c30f07e02f
prepare release of 1.5.2 and declare WP 5.5 compatibility
2020-09-03 20:49:01 +02:00
cb61210685
minor (dev-)dependency updates
2020-09-03 20:49:01 +02:00
2dd8e60bd8
prepare release 1.5.1
2020-05-20 10:33:05 +02:00
9e70acbace
Bump version to 1.5.0 and prepare relaase
2020-05-13 18:41:34 +02:00
aa9980106e
update phpcs ignore statements; PHPdoc indentation
2020-05-10 12:13:39 +02:00
ac73b2316d
typo fixes
2020-05-10 11:35:18 +02:00
3f5990f1f3
update PHPCS ruleset and re-enable warnings
2019-10-06 18:07:42 +02:00
a88a89c442
update WP Codex and license links [skip ci]
2019-10-06 17:34:32 +02:00
f60c6ec2ff
Fixed textdomain for compatibility notice
2018-10-30 19:32:52 +01:00
74f2e0f9a7
Removed deprecated instance() and __construct() methods from base class
2018-10-27 18:42:46 +02: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
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
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
eb63299dfc
Minor code styling.
...
* Added some equals-alignments and removed require_once paranthesis.
* Notice: _add_menu_page() has been renamed to add_menu_page()
2017-11-12 12:12:51 +01:00
aa40945ebd
Replaced superfluous instantiation of Object with static init() method
2017-08-20 11:22:39 +02:00
f73d9e83e4
Preparations for v1.4.1
2017-07-16 16:01:24 +02:00
089ed347fa
Code style again
...
Altered variable names from camel to snake case, renamed class files from *.class.php to class-*.php, added some comments.
2017-07-16 12:34:49 +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
4890dbaeeb
Corrections for WP Coding Standard
...
All PHP classes have been reworked to match the WP coding standard. This includes mostly code styling, but also the use of wp_ functions instead of PHP builtins.
2017-07-15 15:58:43 +02:00
5b1e490ace
Comments and code style reworked
...
To adhere a little more to the WP Coding Standards, PHPdoc blocks and inline have been reworked. No code has been changed.
2017-07-04 14:56:56 +02:00
76cd908861
Preparations for 1.4.0 release
2017-06-10 14:44:03 +02:00
7929dd66bd
PHPdoc and ReadMe corrections
2017-06-05 18:13:36 +02:00
9f9c7af298
Minor corrections
2017-06-02 18:14:06 +02:00
35b00ac485
Fix #6 : hook returns NULL instead of FALSE
2016-12-09 09:37:58 +01:00
57e2870904
Upgrade hook adds version in options
2016-10-10 10:07:48 +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
19644dd62b
Enhancement #1 Switched from in_array() to faster isset() for referer checking
2016-08-25 20:20:43 +02:00
1e0659e649
WP coding style
2016-08-20 18:50:38 +02:00
5d751e2dc6
Prepared for localization
2016-08-17 08:13:45 +02:00