Webformat_LoginWithPayPal - Version 0.9.2

Version Notes

FIXED a missing phtml file.

Download this release

Release Info

Developer WEBFORMAT s.r.l.
Extension Webformat_LoginWithPayPal
Version 0.9.2
Comparing to
See all releases


Code changes from version 0.9.1 to 0.9.2

app/code/community/Webformat/LoginWithPayPal/etc/config.xml CHANGED
@@ -28,7 +28,7 @@
28
  <config>
29
  <modules>
30
  <Webformat_LoginWithPayPal>
31
- <version>0.9.1</version>
32
  </Webformat_LoginWithPayPal>
33
  </modules>
34
  <global>
28
  <config>
29
  <modules>
30
  <Webformat_LoginWithPayPal>
31
+ <version>0.9.2</version>
32
  </Webformat_LoginWithPayPal>
33
  </modules>
34
  <global>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Webformat_LoginWithPayPal</name>
4
- <version>0.9.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,11 +12,11 @@
12
  Please note that an appropiate application in PayPal developer site it's needed. You can read our help page before installing the extension:&#xD;
13
  http://www.webformat.com/index.php?id=989 (Italian documentation)&#xD;
14
  http://www.webformat.com/index.php?id=991 (English documentation)</description>
15
- <notes>FIXED a bug in javascript.</notes>
16
  <authors><author><name>WEBFORMAT s.r.l.</name><user>webformat</user><email>magesupport@webformat.com</email></author></authors>
17
- <date>2014-08-21</date>
18
- <time>09:59:19</time>
19
- <contents><target name="magecommunity"><dir name="Webformat"><dir name="LoginWithPayPal"><dir name="Block"><file name="AbstractButton.php" hash="e04788ca16d2c16e4ce4fa4d327f4dee"/><dir name="Checkout"><dir name="Onepage"><dir name="Login"><file name="Button.php" hash="338578ad8c0898153f1f1b5f2a650f29"/></dir></dir></dir><dir name="Customer"><dir name="Form"><dir name="Login"><file name="Button.php" hash="6d90b2bec3cbf61e190d1e2e34ac76ea"/><file name="LoginWithPayPal.php" hash="d8cb8f2497c1b55623bb9eaa31b3009b"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="0308a2b185357598f1ba84d366b64301"/></dir><dir name="Model"><file name="AbstractRequest.php" hash="40b0ebd9eeb0ed76c317f8b5e91891ff"/><file name="AccessToken.php" hash="db6360b0b2dfd9f28c426fd765988604"/><dir name="BackendNotifier"><file name="Feed.php" hash="b2be1437b16032678348b47cc9fdf851"/><file name="Observer.php" hash="855c1f0bb8c9bf123dd3e2e91eb0f78e"/></dir><file name="Grant.php" hash="8f16421adfe81be90925a02d3a076160"/><file name="Login.php" hash="5b5283363d73821a897766dfe4188787"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Button"><file name="Theme.php" hash="ee5558f22633bbed5058840971e4add7"/></dir></dir></dir></dir><file name="UserInfo.php" hash="e3fbbd2f72aa7b4d9d793e9007d9046f"/></dir><dir name="controllers"><file name="IndexController.php" hash="480b588f3e7a7b3e51c1e5e675a56c83"/></dir><dir name="etc"><file name="Webformat_LoginWithPayPal.xml" hash="0c076ab21d243bfd715ab0010a8a5116"/><file name="adminhtml.xml" hash="bab6d148c9560121b473b52374a234a5"/><file name="config.xml" hash="aa385cba446f75af8de4740d5879a158"/><file name="system.xml" hash="5a57ca6037d9b65d18b4f29b8017151f"/></dir></dir></dir></target><target name="magelocale"><dir><dir name="it_IT"><dir name="webformat"><file name="Webformat_LoginWithPayPal.csv" hash="a4cdadcbebad4cd13e7f69d4f6b42637"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="webformat"><file name="loginwithpaypal.xml" hash="270fa729d717ed6950eb4d0d8af5c473"/></dir></dir><dir name="template"><dir name="webformat"><dir name="loginwithpaypal"><dir name="customer"><dir name="form"><dir name="login"><file name="button.phtml" hash="9fd11a652472d5faa735a07021dfdc68"/><file name="loginwithpaypal.phtml" hash="9bbfd3a6d2dda49844824f1bb6740c2c"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Webformat_LoginWithPayPal.xml" hash="237d579ed4022f3a1ce552f48e257cfe"/></dir></target></contents>
20
  <compatible/>
21
  <dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php><extension><name>curl</name><min>7.0.0</min><max>8.0.0</max></extension></required></dependencies>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Webformat_LoginWithPayPal</name>
4
+ <version>0.9.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>
12
  Please note that an appropiate application in PayPal developer site it's needed. You can read our help page before installing the extension:&#xD;
13
  http://www.webformat.com/index.php?id=989 (Italian documentation)&#xD;
14
  http://www.webformat.com/index.php?id=991 (English documentation)</description>
15
+ <notes>FIXED a missing phtml file.</notes>
16
  <authors><author><name>WEBFORMAT s.r.l.</name><user>webformat</user><email>magesupport@webformat.com</email></author></authors>
17
+ <date>2014-09-17</date>
18
+ <time>10:26:37</time>
19
+ <contents><target name="magecommunity"><dir name="Webformat"><dir name="LoginWithPayPal"><dir name="Block"><file name="AbstractButton.php" hash="e04788ca16d2c16e4ce4fa4d327f4dee"/><dir name="Checkout"><dir name="Onepage"><dir name="Login"><file name="Button.php" hash="338578ad8c0898153f1f1b5f2a650f29"/></dir></dir></dir><dir name="Customer"><dir name="Form"><dir name="Login"><file name="Button.php" hash="6d90b2bec3cbf61e190d1e2e34ac76ea"/><file name="LoginWithPayPal.php" hash="d8cb8f2497c1b55623bb9eaa31b3009b"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="0308a2b185357598f1ba84d366b64301"/></dir><dir name="Model"><file name="AbstractRequest.php" hash="40b0ebd9eeb0ed76c317f8b5e91891ff"/><file name="AccessToken.php" hash="db6360b0b2dfd9f28c426fd765988604"/><dir name="BackendNotifier"><file name="Feed.php" hash="b2be1437b16032678348b47cc9fdf851"/><file name="Observer.php" hash="855c1f0bb8c9bf123dd3e2e91eb0f78e"/></dir><file name="Grant.php" hash="8f16421adfe81be90925a02d3a076160"/><file name="Login.php" hash="5b5283363d73821a897766dfe4188787"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Button"><file name="Theme.php" hash="ee5558f22633bbed5058840971e4add7"/></dir></dir></dir></dir><file name="UserInfo.php" hash="e3fbbd2f72aa7b4d9d793e9007d9046f"/></dir><dir name="controllers"><file name="IndexController.php" hash="480b588f3e7a7b3e51c1e5e675a56c83"/></dir><dir name="etc"><file name="Webformat_LoginWithPayPal.xml" hash="0c076ab21d243bfd715ab0010a8a5116"/><file name="adminhtml.xml" hash="bab6d148c9560121b473b52374a234a5"/><file name="config.xml" hash="da790025d011aac70207929d6118fcfc"/><file name="system.xml" hash="5a57ca6037d9b65d18b4f29b8017151f"/></dir></dir></dir></target><target name="magelocale"><dir><dir name="it_IT"><dir name="webformat"><file name="Webformat_LoginWithPayPal.csv" hash="a4cdadcbebad4cd13e7f69d4f6b42637"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="webformat"><file name="loginwithpaypal.xml" hash="270fa729d717ed6950eb4d0d8af5c473"/></dir></dir><dir name="template"><dir name="webformat"><dir name="loginwithpaypal"><dir name="customer"><dir name="form"><dir name="login"><file name="button.phtml" hash="9fd11a652472d5faa735a07021dfdc68"/><file name="loginwithpaypal.phtml" hash="9bbfd3a6d2dda49844824f1bb6740c2c"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Webformat_LoginWithPayPal.xml" hash="237d579ed4022f3a1ce552f48e257cfe"/></dir></target></contents>
20
  <compatible/>
21
  <dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php><extension><name>curl</name><min>7.0.0</min><max>8.0.0</max></extension></required></dependencies>
22
  </package>