Version Notes
- Fixed an issue the locale folder
Download this release
Release Info
Developer | Parcify |
Extension | PARCIFY |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- package.xml +8 -6
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Parcify</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -23,14 +23,16 @@ The Parcify app features:
|
|
23 |
- Get reductions by using our coupons
|
24 |
- Sign-up to become a Parcify driver
|
25 |
....
|
26 |
-
- much more to come
|
|
|
|
|
27 |

|
28 |
We use your GPS position in the foreground and background so that we can bring your parcel to your location. To be able to do this, Parcify needs to know your current location in real-time. Continued use of GPS running in the background can dramatically decrease battery life.</description>
|
29 |
-
<notes
|
30 |
<authors><author><name>Parcify</name><user>parcify</user><email>app@parcify.com</email></author></authors>
|
31 |
-
<date>2016-
|
32 |
-
<time>
|
33 |
-
<contents><target name="mageetc"><dir name="Parcify"><dir name="Carrier"><dir name="etc"><file name="config.xml" hash=""/></dir></dir></dir></target
|
34 |
<compatible/>
|
35 |
<dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
|
36 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Parcify</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
23 |
- Get reductions by using our coupons
|
24 |
- Sign-up to become a Parcify driver
|
25 |
....
|
26 |
+
- much more to come>Parcify, never miss you parcel
|
27 |
+

|
28 |
+
Magento extension for integrating with the Parcify app.
|
29 |

|
30 |
We use your GPS position in the foreground and background so that we can bring your parcel to your location. To be able to do this, Parcify needs to know your current location in real-time. Continued use of GPS running in the background can dramatically decrease battery life.</description>
|
31 |
+
<notes>- Fixed an issue the locale folder</notes>
|
32 |
<authors><author><name>Parcify</name><user>parcify</user><email>app@parcify.com</email></author></authors>
|
33 |
+
<date>2016-08-16</date>
|
34 |
+
<time>13:41:39</time>
|
35 |
+
<contents><target name="mageetc"><dir name="Parcify"><dir name="Carrier"><dir name="etc"><file name="config.xml" hash=""/></dir></dir></dir></target></contents>
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
|
38 |
</package>
|