Auguria_Contact - Version 0.1.2

Version Notes

Auguria_Contact

Download this release

Release Info

Developer Auguria
Extension Auguria_Contact
Version 0.1.2
Comparing to
See all releases


Code changes from version 0.1.1 to 0.1.2

app/code/community/Auguria/Contact/etc/config.xml CHANGED
@@ -10,7 +10,7 @@
10
  <config>
11
  <modules>
12
  <Auguria_Contact>
13
- <version>0.1.1</version>
14
  </Auguria_Contact>
15
  </modules>
16
  <global>
10
  <config>
11
  <modules>
12
  <Auguria_Contact>
13
+ <version>0.1.2</version>
14
  </Auguria_Contact>
15
  </modules>
16
  <global>
app/design/adminhtml/default/default/layout/auguria/contact.xml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category Auguria
5
+ * @package Auguria_Contact
6
+ * @author Auguria
7
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
8
+ */
9
+ -->
10
+ <layout>
11
+ <adminhtml_contact_index>
12
+ <reference name="content">
13
+ <block type="auguria_contact/adminhtml_contact" name="auguria_contact_list"/>
14
+ </reference>
15
+ </adminhtml_contact_index>
16
+ <adminhtml_contact_edit>
17
+ <reference name="content">
18
+ <block type="auguria_contact/adminhtml_contact_edit" name="auguria_contact_edit"/>
19
+ </reference>
20
+ </adminhtml_contact_edit>
21
+ <adminhtml_contact_new>
22
+ <update handle="adminhtml_contact_edit" />
23
+ </adminhtml_contact_new>
24
+ </layout>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Auguria_Contact</name>
4
- <version>0.1.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
7
  <channel>community</channel>
@@ -9,10 +9,10 @@
9
  <summary>Auguria_Contact</summary>
10
  <description>Auguria_Contact</description>
11
  <notes>Auguria_Contact</notes>
12
- <authors><author><name>Auguria</name><user>auto-converted</user><email>magento@auguria.net</email></author></authors>
13
- <date>2012-06-21</date>
14
- <time>12:54:57</time>
15
- <contents><target name="magecommunity"><dir name="Auguria"><dir name="Contact"><dir name="Block"><dir name="Adminhtml"><dir name="Contact"><dir name="Edit"><file name="Form.php" hash="1a3d5b1be73131372a231a33c09ed290"/></dir><file name="Edit.php" hash="060625c35f166b4e8628d76fd5ccb9a7"/><file name="Grid.php" hash="ee47fd56146c4399c550c2fb906a3630"/></dir><file name="Contact.php" hash="c029ed9167b247d803f29b1c3b5c39b7"/></dir><file name="Contact.php" hash="0144e93aa3cffb26ba35513474e1e3fb"/></dir><dir name="Helper"><file name="Data.php" hash="a5cd8f07c377f4112ddec57fa8499766"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Contacts"><file name="Collection.php" hash="c1e5c55e203972d26396939eb71495f7"/></dir><file name="Contacts.php" hash="fd5a8a56a8ea943146a70036cee3add7"/></dir><file name="Contacts.php" hash="2f333901bf009e01e417b9878630096f"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ContactController.php" hash="f63070544021fcbf3e6ff760a57f60b6"/></dir><dir name="Contacts"><file name="IndexController.php" hash="bc1fb3ab3ef0ee465d6537c5361004a0"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="2a63b9067f52e19a0fc4d9d0d6d37c89"/><file name="config.xml" hash="1b4b351c7216063e68e99a2e9a5d5329"/><file name="system.xml" hash="0d5223dbaf2998518a1cc9abe96e50bf"/></dir><dir name="sql"><dir name="auguria_contact_setup"><file name="mysql4-install-0.1.0.php" hash="f29bea819ee650ab21f8ccb137551016"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="d0db5259db4c025a043c00d8e7a3e5b8"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="auguria"><file name="contact.xml" hash="301ce88b9df87caa57bae4901c9e68ba"/></dir></dir><dir name="template"><dir name="auguria"><dir name="contact"><file name="form.phtml" hash="3a8434a623a41ccbc7cc5d0129e896ea"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="layout"><dir name="auguria"><file name="contact.xml" hash=""/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="fr_FR"><dir name="template"><dir name="email"><dir name="auguria"><dir name="contact"><file name="contact_form.html" hash="ac51f977d86deaae18cbf1a7c4fa7526"/></dir></dir></dir></dir><file name="Auguria_Contact.csv" hash="da1180263c41e32d20826cf37bbd9034"/></dir></target><target name="mageetc"><dir name="modules"><file name="Auguria_Contact.xml" hash="000758c700f7bfc4ecddc7de2cf4da0b"/></dir></target></contents>
16
  <compatible/>
17
- <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Auguria_Contact</name>
4
+ <version>0.1.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
7
  <channel>community</channel>
9
  <summary>Auguria_Contact</summary>
10
  <description>Auguria_Contact</description>
11
  <notes>Auguria_Contact</notes>
12
+ <authors><author><name>Auguria</name><user>Auguria</user><email>magento@auguria.net</email></author></authors>
13
+ <date>2012-06-28</date>
14
+ <time>07:48:57</time>
15
+ <contents><target name="magecommunity"><dir name="Auguria"><dir name="Contact"><dir name="Block"><dir name="Adminhtml"><dir name="Contact"><dir name="Edit"><file name="Form.php" hash="1a3d5b1be73131372a231a33c09ed290"/></dir><file name="Edit.php" hash="060625c35f166b4e8628d76fd5ccb9a7"/><file name="Grid.php" hash="ee47fd56146c4399c550c2fb906a3630"/></dir><file name="Contact.php" hash="c029ed9167b247d803f29b1c3b5c39b7"/></dir><file name="Contact.php" hash="0144e93aa3cffb26ba35513474e1e3fb"/></dir><dir name="Helper"><file name="Data.php" hash="a5cd8f07c377f4112ddec57fa8499766"/></dir><dir name="Model"><file name="Contacts.php" hash="2f333901bf009e01e417b9878630096f"/><dir name="Mysql4"><dir name="Contacts"><file name="Collection.php" hash="c1e5c55e203972d26396939eb71495f7"/></dir><file name="Contacts.php" hash="fd5a8a56a8ea943146a70036cee3add7"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ContactController.php" hash="f63070544021fcbf3e6ff760a57f60b6"/></dir><dir name="Contacts"><file name="IndexController.php" hash="bc1fb3ab3ef0ee465d6537c5361004a0"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="2a63b9067f52e19a0fc4d9d0d6d37c89"/><file name="config.xml" hash="342879dabe4bc26c24320f1f88b27ac0"/><file name="system.xml" hash="0d5223dbaf2998518a1cc9abe96e50bf"/></dir><dir name="sql"><dir name="auguria_contact_setup"><file name="mysql4-install-0.1.0.php" hash="f29bea819ee650ab21f8ccb137551016"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="d0db5259db4c025a043c00d8e7a3e5b8"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="auguria"><file name="contact.xml" hash="301ce88b9df87caa57bae4901c9e68ba"/></dir></dir><dir name="template"><dir name="auguria"><dir name="contact"><file name="form.phtml" hash="3a8434a623a41ccbc7cc5d0129e896ea"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="auguria"><file name="contact.xml" hash="33881f56edfdf1b8633c3d5560fdbb29"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Auguria_Contact.csv" hash="da1180263c41e32d20826cf37bbd9034"/><dir name="template"><dir name="email"><dir name="auguria"><dir name="contact"><file name="contact_form.html" hash="ac51f977d86deaae18cbf1a7c4fa7526"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Auguria_Contact.xml" hash="000758c700f7bfc4ecddc7de2cf4da0b"/></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php></required></dependencies>
18
  </package>