Version Notes
Improve theme and frontend compatibility
Download this release
Release Info
Developer | Jing Dong |
Extension | QuBit_UniversalVariable |
Version | 1.0.15 |
Comparing to | |
See all releases |
Code changes from version 1.0.14 to 1.0.15
- app/code/{local → community}/QuBit/UniversalVariable/Block/Uv.php +0 -0
- app/code/{local → community}/QuBit/UniversalVariable/Helper/Data.php +0 -0
- app/code/{local → community}/QuBit/UniversalVariable/Model/Page/Observer.php +0 -0
- app/code/{local → community}/QuBit/UniversalVariable/etc/config.xml +0 -0
- app/code/{local → community}/QuBit/UniversalVariable/etc/system.xml +0 -0
- app/code/local/QuBit/UniversalVariable/.DS_Store +0 -0
- app/code/local/QuBit/UniversalVariable/Model/.DS_Store +0 -0
- app/code/local/QuBit/UniversalVariable/etc/.DS_Store +0 -0
- app/design/frontend/{default → base}/default/layout/qubit/universal_variable.xml +0 -0
- app/design/frontend/{default → base}/default/template/qubit/universal_variable.phtml +0 -0
- app/design/frontend/default/default/layout/qubit/.DS_Store +0 -0
- app/design/frontend/default/default/template/qubit/.DS_Store +0 -0
- app/etc/modules/QuBit_all.xml +1 -1
- package.xml +5 -5
app/code/{local → community}/QuBit/UniversalVariable/Block/Uv.php
RENAMED
File without changes
|
app/code/{local → community}/QuBit/UniversalVariable/Helper/Data.php
RENAMED
File without changes
|
app/code/{local → community}/QuBit/UniversalVariable/Model/Page/Observer.php
RENAMED
File without changes
|
app/code/{local → community}/QuBit/UniversalVariable/etc/config.xml
RENAMED
File without changes
|
app/code/{local → community}/QuBit/UniversalVariable/etc/system.xml
RENAMED
File without changes
|
app/code/local/QuBit/UniversalVariable/.DS_Store
DELETED
Binary file
|
app/code/local/QuBit/UniversalVariable/Model/.DS_Store
DELETED
Binary file
|
app/code/local/QuBit/UniversalVariable/etc/.DS_Store
DELETED
Binary file
|
app/design/frontend/{default → base}/default/layout/qubit/universal_variable.xml
RENAMED
File without changes
|
app/design/frontend/{default → base}/default/template/qubit/universal_variable.phtml
RENAMED
File without changes
|
app/design/frontend/default/default/layout/qubit/.DS_Store
DELETED
Binary file
|
app/design/frontend/default/default/template/qubit/.DS_Store
DELETED
Binary file
|
app/etc/modules/QuBit_all.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<modules>
|
4 |
<QuBit_UniversalVariable>
|
5 |
<active>true</active>
|
6 |
-
<codePool>
|
7 |
</QuBit_UniversalVariable>
|
8 |
</modules>
|
9 |
<frontend>
|
3 |
<modules>
|
4 |
<QuBit_UniversalVariable>
|
5 |
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
</QuBit_UniversalVariable>
|
8 |
</modules>
|
9 |
<frontend>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>QuBit_UniversalVariable</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">Extension license name (OSL v3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -12,11 +12,11 @@
|
|
12 |
<description>QuBit OpenTag recommends creating the releavant JavaScript object on your page prior to the OpenTag container script. This will assure the values are present on the page when a script tries to access them.
|
13 |

|
14 |
If a page does not have the variables of an object that are mentioned below, simply do not even declare them. For example, if your pages only have category and no subcategory, just declare your category. Likewise, if you feel the need to extend the objects below or feel like renaming them, please do so. However, please take a note of the new variable names or the edited ones, because in order to access them from your scripts in your OpenTag container, you will need to use the new variable names.</description>
|
15 |
-
<notes>
|
16 |
<authors><author><name>Jing Dong</name><user>qubitproducts</user><email>jing@qubitdigital.com</email></author></authors>
|
17 |
-
<date>2013-
|
18 |
-
<time>
|
19 |
-
<contents><target name="
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>QuBit_UniversalVariable</name>
|
4 |
+
<version>1.0.15</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">Extension license name (OSL v3.0)</license>
|
7 |
<channel>community</channel>
|
12 |
<description>QuBit OpenTag recommends creating the releavant JavaScript object on your page prior to the OpenTag container script. This will assure the values are present on the page when a script tries to access them.
|
13 |

|
14 |
If a page does not have the variables of an object that are mentioned below, simply do not even declare them. For example, if your pages only have category and no subcategory, just declare your category. Likewise, if you feel the need to extend the objects below or feel like renaming them, please do so. However, please take a note of the new variable names or the edited ones, because in order to access them from your scripts in your OpenTag container, you will need to use the new variable names.</description>
|
15 |
+
<notes>Improve theme and frontend compatibility</notes>
|
16 |
<authors><author><name>Jing Dong</name><user>qubitproducts</user><email>jing@qubitdigital.com</email></author></authors>
|
17 |
+
<date>2013-04-04</date>
|
18 |
+
<time>15:41:23</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="QuBit"><dir name="UniversalVariable"><dir name="Block"><file name="Uv.php" hash="9b5cd71bebc9576b5d0714b3fe5c13bb"/></dir><dir name="Helper"><file name="Data.php" hash="b05ea847c16520d5e6eec91e9f604886"/></dir><dir name="Model"><dir name="Page"><file name="Observer.php" hash="42062ddc831ce37cc3958ea818969fef"/></dir></dir><dir name="etc"><file name="config.xml" hash="fd936ed3360902482e81d86b6747543c"/><file name="system.xml" hash="944a9a1ca7984eae63f1e2e0800404f9"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="qubit"><file name="universal_variable.xml" hash="f568ad884f941850720324d35868c45c"/></dir></dir><dir name="template"><dir name="qubit"><file name="universal_variable.phtml" hash="67e5965b455c5fc56217d621118ec147"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="QuBit_all.xml" hash="2fb177af411fe4b32940867a9448a38b"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|