PluginProbe
Visual Website Optimizer / 4.1
Visual Website Optimizer v4.1
trunk 1.0 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.10 All 37 releases
visual-web-optimizer / readme.txt

readme.txt in Visual Website Optimizer 4.1, at readme.txt

132 lines 2.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Visual Website Optimizer ===
2 Contributors: VWO
3 Plugin Name: VWO
4 Plugin URI: https://vwo.com/
5 Tags: split testing, analytics, stats, visual web optimizer, vwo, cro
6 Requires at least: 2.7
7 Tested up to: 6.4.1
8 Stable tag: 4.1
9
10 VWO is the all-in-one platform that helps you conduct visitor research, build an optimization roadmap, and run continuous experimentation.
11
12 == Description ==
13 This plugin will allow you to automatically insert the VWO tracking code. Just enter your VWO Account ID from https://app.vwo.com/#/settings
14
15 == Installation ==
16 Wordpress : Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
17
18 WordpressMu : Same as above
19
20 == Frequently Asked Questions ==
21 = I can't see any code added to my header or footer when I view my page source =
22 Your theme needs to have the header and footer actions in place before the `</head>` and before the `</body>`
23
24 = If I use this plugin, do I need to enter any other code on my website? =
25 No, this plugin is sufficient by itself
26
27 == Screenshots ==
28 1. Settings page (Asynchronous Code)
29 2. Settings page (Synchronous Code)
30
31 == ChangeLog ==
32 = 4.1 =
33 * Tested with latest version
34 * PHPCS Errors resolved
35 * WP Rocket support added
36
37 = 4.0 =
38 * Tested with latest version
39 * VWO SmartCode updated
40
41 = 3.9 =
42 * Tested with latest version
43 * Code improvement and add Rocket loader handling
44
45 = 3.8 =
46 * Tested with latest version
47 * Fix WP Rocket Issue
48
49 = 3.7 =
50 * Tested with latest version
51 * Fix Divi Frontend Editor Issue
52
53 = 3.6 =
54 * Tested with latest version
55
56 = 3.5 =
57 * Tested with latest version
58 * Rename label "Handle Rocket Loader Issue" to "Skip Deferred Execution"
59 * Set field default value of "Skip Deferred Execution" to "yes"
60
61 = 3.4 =
62 * Tested with latest version
63 * Code improvement and add Rocket loader handling
64
65 = 3.3 =
66 * Tested with latest version
67 * Add new options in settings
68
69 = 3.2 =
70 * Tested with latest version
71
72 = 3.1 =
73 * Add Setting link in plugin listing page
74
75 = 3.0 =
76 * Update Logo and links
77
78 = 2.9 =
79 * Tested with latest version
80
81 = 2.8 =
82 * Tested with latest version
83
84 = 2.7 =
85 * Update Plugin Name, Author and Description
86
87 = 2.6 =
88 * Remove Conflict Errors
89
90 = 2.5 =
91 * Update tested upto version
92
93 = 2.4 =
94 * Update links
95
96 = 2.3 =
97 * Minor bug fix
98
99 = 2.2 =
100 * Bug fix to have default tolerance values when plugin is updated
101
102 = 2.1 =
103 * Better documentation
104
105 = 2.0 =
106 * Option to choose between asynchronous or synchronous code
107 * Updated code snippet
108 * Faster website loading
109
110 = 1.3 =
111 * code snippet updated
112
113 = 1.0.1 =
114 * use Website instead of Web in name of functions and readme (branding)
115
116 = 1.0 =
117 * First Version
118
119 == Upgrade Notice ==
120 Option to choose the new asynchronous code. This will make the website load faster
121
122 == Configuration ==
123
124 Enter your ID in the field marked 'YOUR VWO ACCOUNT ID'
125
126 == Adding to your template ==
127
128 header code :
129 `<?php wp_head();?>`
130
131 footer code :
132 `<?php wp_footer();?>`