Version Notes
This extension will allow a user to contact site administrator not only by email, but also by a message within admin area.
If you need some interaction with users without emails, give a try to this extension.
The extension is developed with Magento 1.7, but should work with earlier versions either.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Amm_Request |
Version | 1.0.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.2 to 1.0.0.3
- package.xml +14 -10
package.xml
CHANGED
@@ -1,18 +1,22 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Amm_Request</name>
|
4 |
-
<version>1.0.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-
|
12 |
-
|
13 |
-
<
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
16 |
<compatible/>
|
17 |
-
<dependencies
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Amm_Request</name>
|
4 |
+
<version>1.0.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Provides a form to contact site administrator and a list of tickets for site administrator to respond.</summary>
|
10 |
+
<description>This extension will allow a user to contact site administrator not only by email, but also by a message within admin area. 
|
11 |
+
If you need some interaction with users without emails, give a try to this extension. 
|
12 |
+
The extension is developed with Magento 1.7, but should work with earlier versions either.</description>
|
13 |
+
<notes>This extension will allow a user to contact site administrator not only by email, but also by a message within admin area. 
|
14 |
+
If you need some interaction with users without emails, give a try to this extension. 
|
15 |
+
The extension is developed with Magento 1.7, but should work with earlier versions either.</notes>
|
16 |
+
<authors><author><name>Alexey</name><user>auto-converted</user><email>softaliancecom@gmail.com</email></author></authors>
|
17 |
+
<date>2013-05-17</date>
|
18 |
+
<time>08:11:18</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="Amm"><dir name="Request"><dir name="Block"><dir name="Adminhtml"><dir name="Edit"><file name="Form.php" hash="713e0e664a51119f422fda57c38bd3b0"/></dir><dir name="Request"><file name="Grid.php" hash="08768a234e3948d59f0fbd728a237025"/></dir><file name="Edit.php" hash="d581e4ecc9b56130dbc59444056712d6"/><file name="Grid.php" hash="30f10d5c3b3d69cc714e15fb6a4f7675"/></dir><file name="Monblock.php" hash="76d9dcf27ee7c9ca689276e162f7e3fa"/></dir><dir name="Helper"><file name="Data.php" hash="0859583f89bbdf4c63c222b88974ef08"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Request"><file name="Collection.php" hash="241f41408674e25498db84a957e49d49"/></dir><file name="Request.php" hash="4a6e1a14f68db2aed0799905ad65085e"/><file name="Setup.php" hash="5add7efe4b3a5a24c982be2503c4b2fc"/></dir><file name="Request.php" hash="e52cdc5fe7aae85b2803202b355aea1c"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="IndexController.php" hash="a1c15af9d141b8af1f9ddc585692f992"/></dir><file name="IndexController.php" hash="f4f53c72adff5a911157152e5137080d"/></dir><dir name="etc"><file name="config.xml" hash="fe98b67f220e9b3b4aa147639ad23183"/></dir><dir name="sql"><dir name="request_setup"><file name="mysql4-install-0.0.1.php" hash="7d2079694df152f349fc59dbae3fb2d6"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Amm_Request.xml" hash="fe7fab3911ec3d7db99625b32ff210a8"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="request.xml" hash="dcd2a5c07ceedd42f4587e80908c956b"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="request.xml" hash="2962692a5da9ad096ae0a53b52a2c061"/></dir><dir name="template"><dir name="request"><file name="show.phtml" hash="d222be1848ffc3008463dc29007a2393"/></dir></dir></dir></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
+
<dependencies/>
|
22 |
</package>
|