Version Notes
Changes in the extension as per the new Magento security guidelines.
Download this release
Release Info
Developer | Wingify Integrations |
Extension | VWOPlugin |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.0.1
app/code/local/Wingify/.DS_Store
ADDED
Binary file
|
app/code/local/Wingify/Abtester/.DS_Store
ADDED
Binary file
|
app/code/local/Wingify/Abtester/etc/config.xml
CHANGED
@@ -1,123 +1,123 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<modules>
|
4 |
-
<Wingify_Abtester>
|
5 |
-
<version>0.1.0</version>
|
6 |
-
</Wingify_Abtester>
|
7 |
-
</modules>
|
8 |
-
<frontend>
|
9 |
-
<routers>
|
10 |
-
<abtester>
|
11 |
-
<use>standard</use>
|
12 |
-
<args>
|
13 |
-
<module>Wingify_Abtester</module>
|
14 |
-
<frontName>abtester</frontName>
|
15 |
-
</args>
|
16 |
-
</abtester>
|
17 |
-
</routers>
|
18 |
-
<layout>
|
19 |
-
<updates>
|
20 |
-
<abtester>
|
21 |
-
<file>abtester.xml</file>
|
22 |
-
</abtester>
|
23 |
-
</updates>
|
24 |
-
</layout>
|
25 |
-
</frontend>
|
26 |
-
<admin>
|
27 |
-
<routers>
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
</routers>
|
36 |
-
</admin>
|
37 |
-
<adminhtml>
|
38 |
-
|
39 |
-
|
40 |
-
<all>
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
<children>
|
45 |
-
<abtester>
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
<children>
|
56 |
-
<config>
|
57 |
-
<children>
|
58 |
-
<abtester>
|
59 |
-
<title>A/B Testing Section</title>
|
60 |
-
</abtester>
|
61 |
-
</children>
|
62 |
-
</config>
|
63 |
-
</children>
|
64 |
-
</system>
|
65 |
-
</children>
|
66 |
-
</admin>
|
67 |
-
</resources>
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
</adminhtml>
|
77 |
-
<global>
|
78 |
-
<models>
|
79 |
-
<abtester>
|
80 |
-
<class>Wingify_Abtester_Model</class>
|
81 |
-
<resourceModel>abtester_mysql4</resourceModel>
|
82 |
-
</abtester>
|
83 |
-
<abtester_mysql4>
|
84 |
-
<class>Wingify_Abtester_Model_Mysql4</class>
|
85 |
-
<entities>
|
86 |
-
<abtester>
|
87 |
-
<table>abtester</table>
|
88 |
-
</abtester>
|
89 |
-
</entities>
|
90 |
-
</abtester_mysql4>
|
91 |
-
</models>
|
92 |
-
<resources>
|
93 |
-
<abtester_setup>
|
94 |
-
<setup>
|
95 |
-
<module>Wingify_Abtester</module>
|
96 |
-
</setup>
|
97 |
-
<connection>
|
98 |
-
<use>core_setup</use>
|
99 |
-
</connection>
|
100 |
-
</abtester_setup>
|
101 |
-
<abtester_write>
|
102 |
-
<connection>
|
103 |
-
<use>core_write</use>
|
104 |
-
</connection>
|
105 |
-
</abtester_write>
|
106 |
-
<abtester_read>
|
107 |
-
<connection>
|
108 |
-
<use>core_read</use>
|
109 |
-
</connection>
|
110 |
-
</abtester_read>
|
111 |
-
</resources>
|
112 |
-
<blocks>
|
113 |
-
<abtester>
|
114 |
-
<class>Wingify_Abtester_Block</class>
|
115 |
-
</abtester>
|
116 |
-
</blocks>
|
117 |
-
<helpers>
|
118 |
-
<abtester>
|
119 |
-
<class>Wingify_Abtester_Helper</class>
|
120 |
-
</abtester>
|
121 |
-
</helpers>
|
122 |
-
</global>
|
123 |
</config>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Wingify_Abtester>
|
5 |
+
<version>0.1.0</version>
|
6 |
+
</Wingify_Abtester>
|
7 |
+
</modules>
|
8 |
+
<frontend>
|
9 |
+
<routers>
|
10 |
+
<abtester>
|
11 |
+
<use>standard</use>
|
12 |
+
<args>
|
13 |
+
<module>Wingify_Abtester</module>
|
14 |
+
<frontName>abtester</frontName>
|
15 |
+
</args>
|
16 |
+
</abtester>
|
17 |
+
</routers>
|
18 |
+
<layout>
|
19 |
+
<updates>
|
20 |
+
<abtester>
|
21 |
+
<file>abtester.xml</file>
|
22 |
+
</abtester>
|
23 |
+
</updates>
|
24 |
+
</layout>
|
25 |
+
</frontend>
|
26 |
+
<admin>
|
27 |
+
<routers>
|
28 |
+
<adminhtml>
|
29 |
+
<args>
|
30 |
+
<modules>
|
31 |
+
<abtester before="Mage_Adminhtml">Wingify_Abtester_Adminhtml</abtester>
|
32 |
+
</modules>
|
33 |
+
</args>
|
34 |
+
</adminhtml>
|
35 |
+
</routers>
|
36 |
+
</admin>
|
37 |
+
<adminhtml>
|
38 |
+
<acl>
|
39 |
+
<resources>
|
40 |
+
<all>
|
41 |
+
<title>Allow Everything</title>
|
42 |
+
</all>
|
43 |
+
<admin>
|
44 |
+
<children>
|
45 |
+
<abtester>
|
46 |
+
<title>A/B Testing using Visual Website Optimizer</title>
|
47 |
+
<children>
|
48 |
+
<config translate="title">
|
49 |
+
<title>Configuration</title>
|
50 |
+
<sort_order>2</sort_order>
|
51 |
+
</config>
|
52 |
+
</children>
|
53 |
+
</abtester>
|
54 |
+
<system>
|
55 |
+
<children>
|
56 |
+
<config>
|
57 |
+
<children>
|
58 |
+
<abtester>
|
59 |
+
<title>A/B Testing Section</title>
|
60 |
+
</abtester>
|
61 |
+
</children>
|
62 |
+
</config>
|
63 |
+
</children>
|
64 |
+
</system>
|
65 |
+
</children>
|
66 |
+
</admin>
|
67 |
+
</resources>
|
68 |
+
</acl>
|
69 |
+
<layout>
|
70 |
+
<updates>
|
71 |
+
<abtester>
|
72 |
+
<file>abtester.xml</file>
|
73 |
+
</abtester>
|
74 |
+
</updates>
|
75 |
+
</layout>
|
76 |
+
</adminhtml>
|
77 |
+
<global>
|
78 |
+
<models>
|
79 |
+
<abtester>
|
80 |
+
<class>Wingify_Abtester_Model</class>
|
81 |
+
<resourceModel>abtester_mysql4</resourceModel>
|
82 |
+
</abtester>
|
83 |
+
<abtester_mysql4>
|
84 |
+
<class>Wingify_Abtester_Model_Mysql4</class>
|
85 |
+
<entities>
|
86 |
+
<abtester>
|
87 |
+
<table>abtester</table>
|
88 |
+
</abtester>
|
89 |
+
</entities>
|
90 |
+
</abtester_mysql4>
|
91 |
+
</models>
|
92 |
+
<resources>
|
93 |
+
<abtester_setup>
|
94 |
+
<setup>
|
95 |
+
<module>Wingify_Abtester</module>
|
96 |
+
</setup>
|
97 |
+
<connection>
|
98 |
+
<use>core_setup</use>
|
99 |
+
</connection>
|
100 |
+
</abtester_setup>
|
101 |
+
<abtester_write>
|
102 |
+
<connection>
|
103 |
+
<use>core_write</use>
|
104 |
+
</connection>
|
105 |
+
</abtester_write>
|
106 |
+
<abtester_read>
|
107 |
+
<connection>
|
108 |
+
<use>core_read</use>
|
109 |
+
</connection>
|
110 |
+
</abtester_read>
|
111 |
+
</resources>
|
112 |
+
<blocks>
|
113 |
+
<abtester>
|
114 |
+
<class>Wingify_Abtester_Block</class>
|
115 |
+
</abtester>
|
116 |
+
</blocks>
|
117 |
+
<helpers>
|
118 |
+
<abtester>
|
119 |
+
<class>Wingify_Abtester_Helper</class>
|
120 |
+
</abtester>
|
121 |
+
</helpers>
|
122 |
+
</global>
|
123 |
</config>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>VWOPlugin</name>
|
4 |
-
<version>2.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>MITL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Integrate VWO conversion optimization platform with your Magento store without hassle.</summary>
|
10 |
<description>This plugin adds VWO code snippet to your complete Magento web store. VWO helps you track and analyse multiple product pages at once. You can create integrated heatmaps for your product pages, track Revenue on checkout pages and can use advanced URLs to customize optimization tests for your Magento store. VWO integration is the easiest and best to way to continuously optimize your Magento store and get your conversions soaring high.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Wingify Integrations</name><user>wingify</user><email>integrations@wingify.com</email></author></authors>
|
13 |
-
<date>2015-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Wingify"><dir name="Abtester"><dir name="Block"><dir name="Multishipping"><file name="Success.php" hash="1cee7b040966b29ac3510b28f0942816"/></dir><dir name="Onepage"><file name="Success.php" hash="ef552f6ad5898892a3009e9907a31c3b"/></dir></dir><dir name="Helper"><file name="Data.php" hash="5c1a7413431871515dd4fa9621c430b3"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Values.php" hash="b8625d618a81e68ec41e4dc11db98961"/></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>7.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>VWOPlugin</name>
|
4 |
+
<version>2.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>MITL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Integrate VWO conversion optimization platform with your Magento store without hassle.</summary>
|
10 |
<description>This plugin adds VWO code snippet to your complete Magento web store. VWO helps you track and analyse multiple product pages at once. You can create integrated heatmaps for your product pages, track Revenue on checkout pages and can use advanced URLs to customize optimization tests for your Magento store. VWO integration is the easiest and best to way to continuously optimize your Magento store and get your conversions soaring high.</description>
|
11 |
+
<notes>Changes in the extension as per the new Magento security guidelines.</notes>
|
12 |
<authors><author><name>Wingify Integrations</name><user>wingify</user><email>integrations@wingify.com</email></author></authors>
|
13 |
+
<date>2015-11-20</date>
|
14 |
+
<time>09:13:51</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Wingify"><dir name="Abtester"><dir name="Block"><dir name="Multishipping"><file name="Success.php" hash="1cee7b040966b29ac3510b28f0942816"/></dir><dir name="Onepage"><file name="Success.php" hash="ef552f6ad5898892a3009e9907a31c3b"/></dir></dir><dir name="Helper"><file name="Data.php" hash="5c1a7413431871515dd4fa9621c430b3"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Values.php" hash="b8625d618a81e68ec41e4dc11db98961"/></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="0642db589cd35fd50131f602ac9acf61"/><file name="system.xml" hash="d3a482c3116b79d54b8b39bfd1ef26c5"/></dir><file name=".DS_Store" hash="e88a82c6ebfbff71ace4c237f1ef5f70"/></dir><file name=".DS_Store" hash="6d92d8e767e1171e85c1bdcb3e3890fc"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="abtester.xml" hash="ef015b4476106b7bbee6ff218c45c0f9"/></dir><dir name="template"><dir name="abtester"><file name="Success.phtml" hash="52c17f469a14f5fc7379d70eeb29c645"/><file name="abtester.phtml" hash="4c92fc626ef0e60e65474797d1ae46af"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wingify_Abtester.xml" hash="e475a6e847922f5090b1d59792a36202"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>7.0.0</max></php></required></dependencies>
|
18 |
</package>
|