Version Notes
1.0.2
Download this release
Release Info
Developer | Magento Core Team |
Extension | ChronoPay |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/design/adminhtml/default/default/template/magazento/chrono/form.phtml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
echo Mage::getStoreConfig('payment/chrono/info');
|
3 |
+
?>
|
app/design/adminhtml/default/default/template/magazento/chrono/info.phtml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
echo Mage::getStoreConfig('payment/chrono/title');
|
3 |
+
?>
|
4 |
+
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ChronoPay</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Chrono</summary>
|
10 |
<description>Chrono</description>
|
11 |
-
<notes>1.0.
|
12 |
<authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
|
13 |
<date>2011-04-13</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ChronoPay</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Chrono</summary>
|
10 |
<description>Chrono</description>
|
11 |
+
<notes>1.0.2</notes>
|
12 |
<authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
|
13 |
<date>2011-04-13</date>
|
14 |
+
<time>09:14:05</time>
|
15 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="magazento"><dir name="chrono"><file name="form.phtml" hash="5f2a6f09578dc497411a6299249161d0"/><file name="info.phtml" hash="289ab12c3774a99b4dd5adf9a1ab0b71"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="magazento"><dir name="chrono"><file name="form.phtml" hash="5f2a6f09578dc497411a6299249161d0"/><file name="info.phtml" hash="289ab12c3774a99b4dd5adf9a1ab0b71"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Magazento_Chrono.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="magazento"><dir name="promo"><file name="magazento.jpg" hash="88520d456df68c98130433b5184b8e7f"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Magazento"><dir name="Chrono"><dir name="Block"><file name="Developer.php" hash="56b5deab3aaf72a2cb16f71a4b9acf19"/><file name="Form.php" hash="39332138c0d574426a340ef274a718bc"/><file name="Info.php" hash="a5b3a59c8a7f80c0f13bc271ae06dc5d"/><file name="Redirect.php" hash="5b422cc2281e7ea39b2fcda1520242e5"/></dir><dir name="controllers"><file name="RedirectController.php" hash="ea0ff3572bb821ab7c8fbd2db6075de9"/></dir><dir name="etc"><file name="config.xml" hash="3af08e11a901143f9e740cb0b40b035a"/><file name="system.xml" hash="baa5e8a8b51da62259a7bcf3c213b122"/></dir><dir name="Helper"><file name="Data.php" hash="8f90ed4d0d4a1770e14025a66e0f886f"/></dir><dir name="Model"><file name="Checkout.php" hash="e5082535310d3461bdf1f4051215a7b4"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Chrono.xml" hash="e74bec1539bb55d9672937ba855eafc7"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|