BankPayment - Version 0.2.5

Version Notes

Notice for upgrades from v0.2.0 to any later version:

As the code was moved from local to community code space, you have to remove the folder manually /app/code/local/Mage/BankPayment to clean up your existing Magento installation.

Changelog

0.2.5
- added Polish locale

0.2.4
- added Greek and Italian locales

0.2.3
- added Dutch and Portuguese (Brazil) locales

0.2.2
- custom text field converted to custom text area (multiline)
- bank data is now aligned in a table

0.2.1
- custom text field added
- added Norwegian Bokmål locale
- moved from local to community code space

0.2.0
- first public release

Download this release

Release Info

Developer Magento Core Team
Extension BankPayment
Version 0.2.5
Comparing to
See all releases


Code changes from version 0.2.4 to 0.2.5

app/locale/pl_PL/Mage_BankPayment.csv ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Bank Prepayment","Przedpłata na rachunek bankowy"
2
+ "Pay within X days","Płatność w ciągu X dni"
3
+ "Please transfer the money within %s days to the following bank account","Proszę przesłać pieniądze w ciągu %s dni na poniższy rachunek bankowy"
4
+ "Please transfer the money to the following bank account","Proszę przesłać pieniądze na poniższy rachunek bankowy"
5
+ "Account holder","Właściciel konta"
6
+ "Account number1","Numer konta"
7
+ "Sort code","Kolejność wyświetlania"
8
+ "Bank name","Nazwa banku"
9
+ "For international transfers please use also following data","Dla przelewów międzynarodowych użyj następujących danych"
10
+ "IBAN","IBAN"
11
+ "BIC","BIC"
12
+ "Account info","Informacje o koncie"
13
+ "International","Międzynarodowy"
14
+ "Custom text","Dodatkowy tekst"
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>BankPayment</name>
4
- <version>0.2.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -14,6 +14,9 @@ As the code was moved from local to community code space, you have to remove the
14
 
15
  Changelog
16
 
 
 
 
17
  0.2.4
18
  - added Greek and Italian locales
19
 
@@ -37,6 +40,10 @@ As the code was moved from local to community code space, you have to remove the
37
 
38
 
39
  Changelog
 
 
 
 
40
  0.2.4
41
  - added Greek and Italian locales
42
 
@@ -55,9 +62,9 @@ Changelog
55
  0.2.0
56
  - first public release</notes>
57
  <authors><author><name>Andrej Sinicyn</name><user>auto-converted</user><email>andrej.sinicyn@gmx.de</email></author></authors>
58
- <date>2008-07-28</date>
59
- <time>12:51:27</time>
60
- <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="bankpayment"><file name="form.phtml" hash="a93a004ff9187cc9bee25650c4a1867a"/><file name="info.phtml" hash="d0a16fd258a7201e5788a8f5610abf31"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="bankpayment"><file name="form.phtml" hash="a3fb6613cea6ceb573c4c5092c3752d2"/><file name="info.phtml" hash="67a25035b4dd17e5710657a1ab8309eb"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="Mage_BankPayment.csv" hash="1bcaf3d87e3b8a0fee75e9f47a9fcf1e"/></dir><dir name="el_GR"><file name="Mage_BankPayment.csv" hash="04f688f5350175a3d843701c3e8697eb"/></dir><dir name="en_US"><file name="Mage_BankPayment.csv" hash="76cc581fe3bc3602baa20447812c7d0b"/></dir><dir name="it_IT"><file name="Mage_BankPayment.csv" hash="af864aaf638ce296c623908d0407c8cc"/></dir><dir name="nb_NO"><file name="Mage_BankPayment.csv" hash="e35eb2ac59de21fc920bc1e26aa28f27"/></dir><dir name="nl_NL"><file name="Mage_BankPayment.csv" hash="328e234ddeb080218073218be19a4d07"/></dir><dir name="pt_BR"><file name="Mage_BankPayment.csv" hash="0e0368453a2efb3ac77965e59744cac6"/></dir></target><target name="magecommunity"><dir name="Mage"><dir name="BankPayment"><dir name="Block"><file name="Form.php" hash="124cc6bd01d2e8e39cd178d74369712b"/><file name="Info.php" hash="fdeffa069bd9759f547235cc3716a058"/></dir><dir name="etc"><file name="config.xml" hash="e7bbd8f8a78ab4e1bcdf0579451e82c9"/><file name="system.xml" hash="017122a45aba0623ebb217c969d5b96c"/></dir><dir name="Model"><file name="BankPayment.php" hash="e93de86da934dcbf06bf75659b9d40c2"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_BankPayment.xml" hash="f5bef86825ee161b455a76270a219d8a"/></dir></target></contents>
61
  <compatible/>
62
  <dependencies/>
63
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>BankPayment</name>
4
+ <version>0.2.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
14
 
15
  Changelog
16
 
17
+ 0.2.5
18
+ - added Polish locale
19
+
20
  0.2.4
21
  - added Greek and Italian locales
22
 
40
 
41
 
42
  Changelog
43
+
44
+ 0.2.5
45
+ - added Polish locale
46
+
47
  0.2.4
48
  - added Greek and Italian locales
49
 
62
  0.2.0
63
  - first public release</notes>
64
  <authors><author><name>Andrej Sinicyn</name><user>auto-converted</user><email>andrej.sinicyn@gmx.de</email></author></authors>
65
+ <date>2008-08-11</date>
66
+ <time>08:35:28</time>
67
+ <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="bankpayment"><file name="form.phtml" hash="a93a004ff9187cc9bee25650c4a1867a"/><file name="info.phtml" hash="d0a16fd258a7201e5788a8f5610abf31"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="bankpayment"><file name="form.phtml" hash="a3fb6613cea6ceb573c4c5092c3752d2"/><file name="info.phtml" hash="67a25035b4dd17e5710657a1ab8309eb"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="Mage_BankPayment.csv" hash="1bcaf3d87e3b8a0fee75e9f47a9fcf1e"/></dir><dir name="el_GR"><file name="Mage_BankPayment.csv" hash="04f688f5350175a3d843701c3e8697eb"/></dir><dir name="en_US"><file name="Mage_BankPayment.csv" hash="76cc581fe3bc3602baa20447812c7d0b"/></dir><dir name="it_IT"><file name="Mage_BankPayment.csv" hash="af864aaf638ce296c623908d0407c8cc"/></dir><dir name="nb_NO"><file name="Mage_BankPayment.csv" hash="e35eb2ac59de21fc920bc1e26aa28f27"/></dir><dir name="nl_NL"><file name="Mage_BankPayment.csv" hash="328e234ddeb080218073218be19a4d07"/></dir><dir name="pl_PL"><file name="Mage_BankPayment.csv" hash="5df410798af3b7b6f4d895f147266018"/></dir><dir name="pt_BR"><file name="Mage_BankPayment.csv" hash="0e0368453a2efb3ac77965e59744cac6"/></dir></target><target name="magecommunity"><dir name="Mage"><dir name="BankPayment"><dir name="Block"><file name="Form.php" hash="124cc6bd01d2e8e39cd178d74369712b"/><file name="Info.php" hash="fdeffa069bd9759f547235cc3716a058"/></dir><dir name="etc"><file name="config.xml" hash="e7bbd8f8a78ab4e1bcdf0579451e82c9"/><file name="system.xml" hash="017122a45aba0623ebb217c969d5b96c"/></dir><dir name="Model"><file name="BankPayment.php" hash="e93de86da934dcbf06bf75659b9d40c2"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_BankPayment.xml" hash="f5bef86825ee161b455a76270a219d8a"/></dir></target></contents>
68
  <compatible/>
69
  <dependencies/>
70
  </package>