Version Notes
Updated supported PHP Versions
Download this release
Release Info
Developer | Jan Strohmeier |
Extension | hankeme_pprevival |
Version | 0.1.2 |
Comparing to | |
See all releases |
Code changes from version 0.1.1 to 0.1.2
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.2</version>
|
6 |
</Hankeme_Pprevival>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
-
<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>
|
@@ -10,11 +10,11 @@
|
|
10 |
<description>PayPal API has changed in Magento Core Version 1.9+ setting the good old Website Payment standard as deprecated. The new Express Gateway has been set as the new Default. 
|
11 |
However the new Express Gateway is incompatible with some local Laws (e.g. Germany) as it forces Users to leave Checkout and pay for their Order BEFORE they reach the Order Review Page and hit the final Confirmation Button.
|
12 |
This Extensions re-enables the Paypal Standard Website Payment</description>
|
13 |
-
<notes>
|
14 |
<authors><author><name>Jan Strohmeier</name><user>hankeme_de</user><email>jan.strohmeier@hanke.me</email></author></authors>
|
15 |
-
<date>
|
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="
|
18 |
<compatible/>
|
19 |
-
<dependencies><required><php><min>5.2.0</min><max>5.6.
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
+
<name>Hankeme_Pprevival</name>
|
4 |
+
<version>0.1.2</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>
|
10 |
<description>PayPal API has changed in Magento Core Version 1.9+ setting the good old Website Payment standard as deprecated. The new Express Gateway has been set as the new Default. 
|
11 |
However the new Express Gateway is incompatible with some local Laws (e.g. Germany) as it forces Users to leave Checkout and pay for their Order BEFORE they reach the Order Review Page and hit the final Confirmation Button.
|
12 |
This Extensions re-enables the Paypal Standard Website Payment</description>
|
13 |
+
<notes>Updated supported PHP Versions</notes>
|
14 |
<authors><author><name>Jan Strohmeier</name><user>hankeme_de</user><email>jan.strohmeier@hanke.me</email></author></authors>
|
15 |
+
<date>2016-04-19</date>
|
16 |
+
<time>08:55:52</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="3c7c7d9bb613e268f640eacbc5d87058"/><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.20</max></php></required></dependencies>
|
20 |
</package>
|