Version Notes
Public release of the Parcify Magento extension
Download this release
Release Info
Developer | Parcify |
Extension | PARCIFY |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +36 -0
package.xml
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Parcify</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Parcify, never miss you parcel
|
10 |
+

|
11 |
+
Magento extension for integrating with the Parcify app.</summary>
|
12 |
+
<description>Parcel delivery today isn’t what it should be
|
13 |
+
We’re still missing deliveries, unable to track parcels in real time and having to pick them up ourselves at depots. Why can’t a parcel be picked up or delivered to my current location instead of a specific address?
|
14 |
+

|
15 |
+
We want to change things by embracing the latest technologies while adding a personal touch. 
|
16 |
+

|
17 |
+
The Parcify app features:
|
18 |
+
- Personal pick up and delivery at your position
|
19 |
+
- Easy parcel creation
|
20 |
+
- Advanced parcel tracking for pick up and delivery
|
21 |
+
- Notifications about your parcels progress and status
|
22 |
+
- Real-time communication with everybody involved with your parcel
|
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>Public release of the Parcify Magento extension</notes>
|
30 |
+
<authors><author><name>Parcify</name><user>parcify</user><email>app@parcify.com</email></author></authors>
|
31 |
+
<date>2016-06-02</date>
|
32 |
+
<time>14:43:27</time>
|
33 |
+
<contents><target name="mageetc"><dir name="Parcify"><dir name="Carrier"><dir name="etc"><file name="config.xml" hash=""/></dir></dir></dir></target><target name="magelocale"><dir/></target></contents>
|
34 |
+
<compatible/>
|
35 |
+
<dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
|
36 |
+
</package>
|