PARCIFY - Version 1.0.4

Version Notes

- Fixed an issue the locale folder

Download this release

Release Info

Developer Parcify
Extension PARCIFY
Version 1.0.4
Comparing to
See all releases


Code changes from version 1.0.3 to 1.0.4

app/code/community/Parcify/.DS_Store CHANGED
Binary file
app/code/community/Parcify/Carrier/.DS_Store CHANGED
Binary file
app/code/community/Parcify/Carrier/locale/fr_FR/Parcify_Carrier.csv DELETED
@@ -1 +0,0 @@
1
- "Personal delivery","Remise en main propre"
 
app/code/community/Parcify/Carrier/locale/nl_NL/Parcify_Carrier.csv DELETED
@@ -1 +0,0 @@
1
- "Personal delivery","Persoonlijke levering"
 
app/code/community/Parcify/{Carrier/locale → Translations}/.DS_Store RENAMED
Binary file
app/code/community/Parcify/Translations/etc/config.xml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <Parcify_Carrier>
5
+ <active>true</active>
6
+ <codePool>community</codePool>
7
+ <depends>
8
+ <Mage_Shipping />
9
+ </depends>
10
+ </Parcify_Carrier>
11
+ </modules>
12
+ </config>
app/etc/modules/Parcify_Carrier.xml CHANGED
@@ -3,10 +3,14 @@
3
  <modules>
4
  <Parcify_Carrier>
5
  <active>true</active>
6
- <codePool>local</codePool>
7
  <depends>
8
  <Mage_Shipping />
9
  </depends>
10
  </Parcify_Carrier>
 
 
 
 
11
  </modules>
12
  </config>
3
  <modules>
4
  <Parcify_Carrier>
5
  <active>true</active>
6
+ <codePool>community</codePool>
7
  <depends>
8
  <Mage_Shipping />
9
  </depends>
10
  </Parcify_Carrier>
11
+ <translations>
12
+ <active>true</active>
13
+ <codepool>community</codepool>
14
+ </translations>
15
  </modules>
16
  </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Parcify</name>
4
- <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -31,8 +31,8 @@ We use your GPS position in the foreground and background so that we can bring y
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>14:20:41</time>
35
- <contents><target name="magecommunity"><dir name="Parcify"><dir name="Carrier"><dir name="Model"><file name="Carrier.php" hash="e3e2952cea1e8a04777ec9812ac41da2"/><file name="Observer.php" hash="28f2447df3a84359362a3f204145b0e7"/></dir><dir name="etc"><file name="config.xml" hash="620e564cd44358468880fb00cc01aa61"/><file name="system.xml" hash="b124a8960a79b3384b3a43431b35425f"/></dir><dir name="locale"><dir name="fr_FR"><file name="Parcify_Carrier.csv" hash="1957e8bfed497a09e7085a2f58d0bb6f"/></dir><dir name="nl_NL"><file name="Parcify_Carrier.csv" hash="68455524d8b752133b91c8b301e90b81"/></dir><file name=".DS_Store" hash="cc332b840582e3c73f7e72c3efccb76a"/></dir><file name=".DS_Store" hash="9c1eabbd67a1f40dc85d61503491466a"/></dir><file name=".DS_Store" hash="c163e41cde922b3772c668fd0e0d1868"/></dir></target><target name="mageetc"><dir name="modules"><file name="Parcify_Carrier.xml" hash="93657d0745ae7b716023cf33e8f76b4c"/></dir></target></contents>
36
  <compatible/>
37
  <dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
38
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Parcify</name>
4
+ <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
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>14:42:45</time>
35
+ <contents><target name="magecommunity"><dir name="Parcify"><dir name="Carrier"><dir name="Model"><file name="Carrier.php" hash="e3e2952cea1e8a04777ec9812ac41da2"/><file name="Observer.php" hash="28f2447df3a84359362a3f204145b0e7"/></dir><dir name="etc"><file name="config.xml" hash="620e564cd44358468880fb00cc01aa61"/><file name="system.xml" hash="b124a8960a79b3384b3a43431b35425f"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Translations"><dir name="etc"><file name="config.xml" hash="e09b4a8bfc13ec5b2ca27ff49208e8c3"/></dir><file name=".DS_Store" hash="521b787219559ffa4872d6712d1bb180"/></dir><file name=".DS_Store" hash="b6792e41331d5a1ad2268594e4c95785"/></dir></target><target name="mageetc"><dir name="modules"><file name="Parcify_Carrier.xml" hash="d04282cc1a091fc8438756ec48b7eafd"/></dir></target></contents>
36
  <compatible/>
37
  <dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
38
  </package>