-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.txt
80 lines (53 loc) · 2.06 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
=== Detect Missing Adblocker ===
Contributors: fourtonfish
Donate link: https://paypal.me/stefanbohacek
Tags: adblock, ads
Requires at least: 4.7
Tested up to: 6.6
Stable tag: trunk
Requires PHP: 7.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Warn your website's visitors if they don't have an adblocker enabled.
== Description ==
Provide a more secure experience to your website's visitors by notifying them if they're not using an ad-blocking browser extension.
[Learn more](https://stefanbohacek.com/project/detect-missing-adblocker-wordpress-plugin/) | [View source](https://github.com/stefanbohacek/detect-missing-adblocker)
== Frequently Asked Questions ==
= Can I customize the message shown to my website's visitors? =
Yes, you can update the title and the message in the plugin's settings. Be sure to include some recommended plugins!
= I use an ad-blocker, why do I still see the note? =
Please see if there is [an existing ticket](https://github.com/stefanbohacek/detect-missing-adblocker/issues?q=is%3Aopen+label%3Aad-detection+sort%3Aupdated-desc) addressing your particular situation. If not, feel free to [open a new issue](https://github.com/stefanbohacek/detect-missing-adblocker/issues/new), or [reach out and let me know](https://stefanbohacek.com/contact/).
== Screenshots ==
1. Plugin settings.
2. Example of the notification on your site.
== Changelog ==
= 1.0 =
* Initial release.
= 1.0.1 =
* Updated ad detection.
= 1.0.2 =
* Updated ad detection.
= 1.0.3 =
* Updated ad detection.
= 1.0.4 =
* Minor style updates.
= 1.1.0 =
* Allow full customization of the message shown to site visitors.
= 1.1.1 =
* Updated ad detection.
= 1.1.2 =
* Fixed pointer-events value.
= 1.1.3 =
* Added missing files.
= 1.1.4 =
* Reorganized the main JS script.
= 1.1.5 =
* Updated ad detection.
= 1.1.6 =
* Updated ad detection.
= 1.1.7 =
* Defer the plugin JS script.
= 1.1.8 =
* Fixed notice appearing on mobile when disabled on sites that use heavy caching.
= 1.1.9 =
* Fixed error in previous update affecting displaying of the notice on mobile.