Magerevol_Quickcontact - Version 1.0.1

Version Notes

Stable version of Quick Contact magento extension.

Previous version (1.0.0) was missing the email template

Download this release

Release Info

Developer Magerevol Magento Extensions
Extension Magerevol_Quickcontact
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/locale/en_US/template/email/quick_contact_email.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a><br/><br/>
2
+ Name: {{var sender_name}}<br />
3
+ E-mail: {{var sender_email}}<br />
4
+ Phone No.:{{var phone}}<br />
5
+ Subject: {{var email_subject}}<br /><br />
6
+
7
+ <p>Message: {{var message}}</p>
package.xml CHANGED
@@ -1,18 +1,20 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magerevol_Quickcontact</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Quickcontact is a CAPTCHA enabled contact form that you can embed anywhere in page.</summary>
10
  <description>Quick Contact is a CAPTCHA enabled contact form that you can embed anywhere in page. Quick Contact can be configured to send emails or save message to database or enable both.</description>
11
- <notes>Stable version of Quick Contact magento extension.</notes>
 
 
12
  <authors><author><name>Magerevol Magento Extensions</name><user>kingkaleemkhan</user><email>support@magerevol.com</email></author></authors>
13
- <date>2013-01-25</date>
14
- <time>19:53:12</time>
15
- <contents><target name="magelocal"><dir name="Magerevol"><dir name="Quickcontact"><dir name="Block"><dir name="Adminhtml"><dir name="Quickcontact"><dir name="Edit"><file name="Form.php" hash="a9e458d5dab4b782cd16923b3be11448"/><dir name="Tab"><file name="Form.php" hash="d8643a82f71697c5ce23fc5fc379e009"/></dir><file name="Tabs.php" hash="a3a54a1d1c86fc79de4b68b804add4ad"/></dir><file name="Edit.php" hash="f68976852727840eb03e6c1444a23958"/><file name="Grid.php" hash="e980ccd4ac38ad4e10edac2ac6f1d00d"/></dir><file name="Quickcontact.php" hash="ae1f05228d7430c06eeff33a53f353ab"/></dir><file name="Form.php" hash="9baad13e10a1b8f873746b36de0ef2da"/><file name="Quickcontact.php" hash="c4e99fa1ab969fe7439d9ff02b0bd038"/></dir><dir name="Helper"><file name="Data.php" hash="5bcfbd2f04c44f10a732e7b9a98905c0"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Quickcontact"><file name="Collection.php" hash="a59cea27db83e6a779eb49ca67cd7e2b"/></dir><file name="Quickcontact.php" hash="369eb21ef2101fd50b775a5d572879d4"/></dir><file name="Quickcontact.php" hash="8a71bab150a6086a0d4abe5ee9b9900d"/><file name="Status.php" hash="2f35bae145b5f03c741218b471025689"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="QuickcontactController.php" hash="b127f6a80afd76dd7099c44cd1357ae3"/></dir><file name="ContactController.php" hash="b6d64dbee08141e1992b50d81bebb185"/><file name="IndexController.php" hash="3a5f8574fc96e1152a46efbd84b2d42d"/></dir><dir name="etc"><file name="adminhtml.xml" hash="8056befbbdc3072d57f9b84f07203edf"/><file name="config.xml" hash="6d1c940c4dcd13af5dc3d59b48062cbf"/><file name="system.xml" hash="aa5b06b49293c3c5f7bf1a56eebcffe8"/></dir><dir name="sql"><dir name="quickcontact_setup"><file name="mysql4-install-1.0.0.php" hash="31b598512f99b42034c7b5c863eeaa50"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magerevol_Quickcontact.xml" hash="79a12a5ba71c95d631d4983b228e875c"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="quickcontact.xml" hash="2bdee480bd8b2f44d2584b8fcc600274"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="quickcontact.xml" hash="706bb9e5c6dc33c6421c312d06f4f9ef"/></dir><dir name="template"><dir name="quickcontact"><file name="quickcontact.phtml" hash="f309d694485da86750abf1a1d7d426d5"/><file name="quickcontact_form.phtml" hash="f4f6e5b1c5fc5a23db4f96e8d06c6a94"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="quickcontact"><file name="qc_bg.png" hash="e188cd521c1290f0d6629f36a1e09d42"/><file name="quickcontact_default.css" hash="cabcfd3b1f6b7b4cf28e3ea38364b787"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="captcha"><dir name="quickcontact"><file name="CaptchaSecurityImages.php" hash="6bcfe0240127a59d195c1fc42434801b"/><file name="Dist-Inking-Regular.otf" hash="47beb5365330d99a6d68d29f2d61c732"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.0.0</min><max>1.7.0.2</max></package><extension><name>gd</name><min>2.0.28</min><max>3.0</max></extension></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magerevol_Quickcontact</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Quickcontact is a CAPTCHA enabled contact form that you can embed anywhere in page.</summary>
10
  <description>Quick Contact is a CAPTCHA enabled contact form that you can embed anywhere in page. Quick Contact can be configured to send emails or save message to database or enable both.</description>
11
+ <notes>Stable version of Quick Contact magento extension.&#xD;
12
+ &#xD;
13
+ Previous version (1.0.0) was missing the email template</notes>
14
  <authors><author><name>Magerevol Magento Extensions</name><user>kingkaleemkhan</user><email>support@magerevol.com</email></author></authors>
15
+ <date>2013-06-26</date>
16
+ <time>11:04:13</time>
17
+ <contents><target name="magelocal"><dir name="Magerevol"><dir name="Quickcontact"><dir name="Block"><dir name="Adminhtml"><dir name="Quickcontact"><dir name="Edit"><file name="Form.php" hash="a9e458d5dab4b782cd16923b3be11448"/><dir name="Tab"><file name="Form.php" hash="d8643a82f71697c5ce23fc5fc379e009"/></dir><file name="Tabs.php" hash="a3a54a1d1c86fc79de4b68b804add4ad"/></dir><file name="Edit.php" hash="f68976852727840eb03e6c1444a23958"/><file name="Grid.php" hash="e980ccd4ac38ad4e10edac2ac6f1d00d"/></dir><file name="Quickcontact.php" hash="ae1f05228d7430c06eeff33a53f353ab"/></dir><file name="Form.php" hash="9baad13e10a1b8f873746b36de0ef2da"/><file name="Quickcontact.php" hash="c4e99fa1ab969fe7439d9ff02b0bd038"/></dir><dir name="Helper"><file name="Data.php" hash="5bcfbd2f04c44f10a732e7b9a98905c0"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Quickcontact"><file name="Collection.php" hash="a59cea27db83e6a779eb49ca67cd7e2b"/></dir><file name="Quickcontact.php" hash="369eb21ef2101fd50b775a5d572879d4"/></dir><file name="Quickcontact.php" hash="8a71bab150a6086a0d4abe5ee9b9900d"/><file name="Status.php" hash="2f35bae145b5f03c741218b471025689"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="QuickcontactController.php" hash="b127f6a80afd76dd7099c44cd1357ae3"/></dir><file name="ContactController.php" hash="b6d64dbee08141e1992b50d81bebb185"/><file name="IndexController.php" hash="3a5f8574fc96e1152a46efbd84b2d42d"/></dir><dir name="etc"><file name="adminhtml.xml" hash="8056befbbdc3072d57f9b84f07203edf"/><file name="config.xml" hash="6d1c940c4dcd13af5dc3d59b48062cbf"/><file name="system.xml" hash="aa5b06b49293c3c5f7bf1a56eebcffe8"/></dir><dir name="sql"><dir name="quickcontact_setup"><file name="mysql4-install-1.0.0.php" hash="31b598512f99b42034c7b5c863eeaa50"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magerevol_Quickcontact.xml" hash="79a12a5ba71c95d631d4983b228e875c"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="quickcontact.xml" hash="2bdee480bd8b2f44d2584b8fcc600274"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="quickcontact.xml" hash="706bb9e5c6dc33c6421c312d06f4f9ef"/></dir><dir name="template"><dir name="quickcontact"><file name="quickcontact.phtml" hash="f309d694485da86750abf1a1d7d426d5"/><file name="quickcontact_form.phtml" hash="f4f6e5b1c5fc5a23db4f96e8d06c6a94"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="quickcontact"><file name="qc_bg.png" hash="e188cd521c1290f0d6629f36a1e09d42"/><file name="quickcontact_default.css" hash="cabcfd3b1f6b7b4cf28e3ea38364b787"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="captcha"><dir name="quickcontact"><file name="CaptchaSecurityImages.php" hash="6bcfe0240127a59d195c1fc42434801b"/><file name="Dist-Inking-Regular.otf" hash="47beb5365330d99a6d68d29f2d61c732"/></dir></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><file name="quick_contact_email.html" hash="38a378d9b8ed580b8c5baf37383e72d8"/></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.0.0</min><max>1.7.0.2</max></package><extension><name>gd</name><min>2.0.28</min><max>3.0</max></extension></required></dependencies>
20
  </package>