-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
69 lines (44 loc) · 1.93 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
=== Plugin Name ===
Contributors: nabtron
Donate link: https://nabtron.com/nablab/
Tags: cloudflare, rocketscript, enable, disable, automatic, manual, include, exclude
Requires at least: 4.4
Tested up to: 5.8.1
Stable tag: 0.1.4
Disables or enables cloudflare rocket script on specific files
== Description ==
Plugin for wordpress, enables you to enable or disable rocketscript on selected javascript files
If Rocketscript is set to Manual:
---------------------------------
The user is given the option to add the files to turn on rocket script for
If Rocketscript is set to Automatic:
---------------------------------
The user is given the option to add the files to turn off rocket script for
Up coming version will have many more options
In case of any queries let me know: https://nabtron.com/
Found a bug or have a feature request ? <a href="https://nabtron.com/contact/">Report here</a>
== Installation ==
1. Upload `cloudflare-rocketscript` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the `Plugins` menu in WordPress
3. Goto: "Settings > Cloudflare Rocketscript" to configure the plugin
== Frequently Asked Questions ==
= Should we fill both fields? =
No, only one field will be used at a time, depending upon your cloudflare settings
= How to add file names? =
View the source of your frontend and search for .js filenames. Once found, enter the main full file name only (not directory paths) in comma seperated values, like: filename.js,secondfilename.js,thirdfilename.js
== Screenshots ==
1. WP Cloudflare - Cloudflare rocketscript settings for WordPress - Options in admin panel
== Changelog ==
= 0.1.4 =
* Confirmed WordPress 5.8.1 compatibility
= 0.1.3 =
* Confirmed WordPress 5.5.3 compatibility
= 0.1.2 =
* Confirmed WordPress 5.2.3 compatibility
= 0.1.1 =
* Confirmed WordPress 5.0 compatibility
= 0.1 =
* Initial release
== Upgrade Notice ==
= 0.1.4 =
Confirmed WordPress 5.8.1 compatibility