Version Notes
Updating the release to be 1.5 compatible
Download this release
Release Info
Developer | Kathir Vel |
Extension | Optimiseweb_MobileDetect |
Version | 0.1.3 |
Comparing to | |
See all releases |
Code changes from version 0.1.2 to 0.1.3
app/code/community/Optimiseweb/MobileDetect/etc/config.xml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
|
12 |
<modules>
|
13 |
<Optimiseweb_MobileDetect>
|
14 |
-
<version>0.1.
|
15 |
</Optimiseweb_MobileDetect>
|
16 |
</modules>
|
17 |
|
11 |
|
12 |
<modules>
|
13 |
<Optimiseweb_MobileDetect>
|
14 |
+
<version>0.1.3</version>
|
15 |
</Optimiseweb_MobileDetect>
|
16 |
</modules>
|
17 |
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Optimiseweb_MobileDetect</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Optimise Web's Magento helper to enable the usage of all functions provided by MobileDetect.net</summary>
|
10 |
<description>MobileDetect.net is a lightweight PHP class for detecting mobile devices. Optimise Web's MobileDetect Magento extension allows using the mobile detection functions from within Magento.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Kathir Vel</name><user>OptimiseWeb</user><email>info@optimiseweb.co.uk</email></author></authors>
|
13 |
-
<date>2013-03-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Optimiseweb"><dir name="MobileDetect"><dir name="Helper"><file name="Data.php" hash="a33bf9dfe50664b185955f69cf4c1bfc"/></dir><dir name="Library"><file name="Mobile_Detect.php" hash="95fe6f59af9695f7a7852e87ac77aa36"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Optimiseweb_MobileDetect</name>
|
4 |
+
<version>0.1.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Optimise Web's Magento helper to enable the usage of all functions provided by MobileDetect.net</summary>
|
10 |
<description>MobileDetect.net is a lightweight PHP class for detecting mobile devices. Optimise Web's MobileDetect Magento extension allows using the mobile detection functions from within Magento.</description>
|
11 |
+
<notes>Updating the release to be 1.5 compatible</notes>
|
12 |
<authors><author><name>Kathir Vel</name><user>OptimiseWeb</user><email>info@optimiseweb.co.uk</email></author></authors>
|
13 |
+
<date>2013-03-20</date>
|
14 |
+
<time>18:40:00</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Optimiseweb"><dir name="MobileDetect"><dir name="Helper"><file name="Data.php" hash="a33bf9dfe50664b185955f69cf4c1bfc"/></dir><dir name="Library"><file name="Mobile_Detect.php" hash="95fe6f59af9695f7a7852e87ac77aa36"/></dir><dir name="etc"><file name="config.xml" hash="00fe292cd0cffa90a93bef34b196ccdc"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Optimiseweb_MobileDetect.xml" hash="2f8f1824e5170c5f0af46bff8eaa831c"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|