Version Notes
Initial Release
Download this release
Release Info
Developer | Jan Strohmeier |
Extension | hankeme_pprevival |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.1.1
app/code/community/Hankeme/Pprevival/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Hankeme_Pprevival>
|
5 |
-
<version>0.1.
|
6 |
</Hankeme_Pprevival>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Hankeme_Pprevival>
|
5 |
+
<version>0.1.1</version>
|
6 |
</Hankeme_Pprevival>
|
7 |
</modules>
|
8 |
<global>
|
app/etc/modules/Pprevival.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Hankeme_Pprevival>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
+
</Hankeme_Pprevival>
|
8 |
+
</modules>
|
9 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>hankeme_pprevival</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -12,9 +12,9 @@ However the new Express Gateway is incompatible with some local Laws (e.g. Germa
|
|
12 |
This Extensions re-enables the Paypal Standard Website Payment</description>
|
13 |
<notes>Initial Release</notes>
|
14 |
<authors><author><name>Jan Strohmeier</name><user>hankeme_de</user><email>jan.strohmeier@hanke.me</email></author></authors>
|
15 |
-
<date>2015-
|
16 |
-
<time>
|
17 |
-
<contents><target name="magecommunity"><dir name="Hankeme"><dir name="Pprevival"><dir name="Helper"><file name="Data.php" hash="d7073c630c0d9f0ae9441cd72553790d"/></dir><dir name="etc"><file name="config.xml" hash="6e7b0b812e269046a2ffa7ec976fb89d"/><file name="system.xml" hash="8983ff7eb790770ed8037103d4a4d1b4"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>hankeme_pprevival</name>
|
4 |
+
<version>0.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
12 |
This Extensions re-enables the Paypal Standard Website Payment</description>
|
13 |
<notes>Initial Release</notes>
|
14 |
<authors><author><name>Jan Strohmeier</name><user>hankeme_de</user><email>jan.strohmeier@hanke.me</email></author></authors>
|
15 |
+
<date>2015-03-30</date>
|
16 |
+
<time>14:55:11</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Hankeme"><dir name="Pprevival"><dir name="Helper"><file name="Data.php" hash="d7073c630c0d9f0ae9441cd72553790d"/></dir><dir name="etc"><file name="config.xml" hash="6e7b0b812e269046a2ffa7ec976fb89d"/><file name="system.xml" hash="8983ff7eb790770ed8037103d4a4d1b4"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Pprevival.xml" hash="5f282ea8fe63cfb73b19088c497771e2"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php></required></dependencies>
|
20 |
</package>
|