Version Notes
Release 0.1.6 Fix install
Download this release
Release Info
Developer | Magento Core Team |
Extension | Sinabs_AutomaticResponse |
Version | 0.1.6 |
Comparing to | |
See all releases |
Code changes from version 0.1.5 to 0.1.6
app/code/community/Sinabs/AutomaticResponse/etc/config.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
<config>
|
23 |
<modules>
|
24 |
<Sinabs_AutomaticResponse>
|
25 |
-
<version>0.1.
|
26 |
</Sinabs_AutomaticResponse>
|
27 |
</modules>
|
28 |
<global>
|
@@ -42,7 +42,7 @@
|
|
42 |
<resourceModel>automaticresponse_mysql4</resourceModel>
|
43 |
</automaticresponse>
|
44 |
<automaticresponse_mysql4>
|
45 |
-
<class>
|
46 |
<entities>
|
47 |
<mail>
|
48 |
<table>sinabs_automaticresponse_mail</table>
|
@@ -75,6 +75,16 @@
|
|
75 |
<use>core_setup</use>
|
76 |
</connection>
|
77 |
</automaticresponse_setup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
</resources>
|
79 |
<template>
|
80 |
<email>
|
22 |
<config>
|
23 |
<modules>
|
24 |
<Sinabs_AutomaticResponse>
|
25 |
+
<version>0.1.6</version>
|
26 |
</Sinabs_AutomaticResponse>
|
27 |
</modules>
|
28 |
<global>
|
42 |
<resourceModel>automaticresponse_mysql4</resourceModel>
|
43 |
</automaticresponse>
|
44 |
<automaticresponse_mysql4>
|
45 |
+
<class>Sinabs_AutomaticResponse_Model_Mysql4_Setup</class>
|
46 |
<entities>
|
47 |
<mail>
|
48 |
<table>sinabs_automaticresponse_mail</table>
|
75 |
<use>core_setup</use>
|
76 |
</connection>
|
77 |
</automaticresponse_setup>
|
78 |
+
<automaticresponse_write>
|
79 |
+
<connection>
|
80 |
+
<use>core_write</use>
|
81 |
+
</connection>
|
82 |
+
</automaticresponse_write>
|
83 |
+
<automaticresponse_read>
|
84 |
+
<connection>
|
85 |
+
<use>core_read</use>
|
86 |
+
</connection>
|
87 |
+
</automaticresponse_read>
|
88 |
</resources>
|
89 |
<template>
|
90 |
<email>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sinabs_AutomaticResponse</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Automatic response to requests for contact and archiving.</summary>
|
10 |
<description>The Sinabs module Automatic Response allows you to set an automatic response to any request for contact on your website. The module also enables archiving of all contact requests.</description>
|
11 |
-
<notes>Release 0.1.
|
12 |
<authors><author><name>Sinabs</name><user>auto-converted</user><email>tech@sinabs.fr</email></author></authors>
|
13 |
<date>2013-09-14</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Sinabs"><dir name="AutomaticResponse"><dir name="Block"><dir name="Adminhtml"><dir name="Mail"><dir name="View"><file name="Form.php" hash="2868fa7029a464236e5f55034e236f68"/></dir><file name="Grid.php" hash="17c4f7b926c64f92ce8132a9987f11f7"/><file name="View.php" hash="aaff72924e4ea4f77d5ef7a3f67624c8"/></dir><file name="Mail.php" hash="1a35a05e80aede11ce215e53dde18cdc"/></dir></dir><dir name="Helper"><file name="Data.php" hash="56cd1e0335dfd23d07be6274e2d72194"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Mail"><file name="Collection.php" hash="96f9c96a4de4fa01f4a79d67796308d4"/></dir><file name="Mail.php" hash="c3e297f1ca0304a4c829dd6cf6132dd3"/></dir><file name="Mail.php" hash="baa2510ef53101928b91bf867bc0de9e"/><file name="Observer.php" hash="e08a8b23bbc5b54d3871884356e8000a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="MailController.php" hash="abb180de1308420246aac4f4bad811f3"/></dir></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sinabs_AutomaticResponse</name>
|
4 |
+
<version>0.1.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Automatic response to requests for contact and archiving.</summary>
|
10 |
<description>The Sinabs module Automatic Response allows you to set an automatic response to any request for contact on your website. The module also enables archiving of all contact requests.</description>
|
11 |
+
<notes>Release 0.1.6 Fix install</notes>
|
12 |
<authors><author><name>Sinabs</name><user>auto-converted</user><email>tech@sinabs.fr</email></author></authors>
|
13 |
<date>2013-09-14</date>
|
14 |
+
<time>10:29:55</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Sinabs"><dir name="AutomaticResponse"><dir name="Block"><dir name="Adminhtml"><dir name="Mail"><dir name="View"><file name="Form.php" hash="2868fa7029a464236e5f55034e236f68"/></dir><file name="Grid.php" hash="17c4f7b926c64f92ce8132a9987f11f7"/><file name="View.php" hash="aaff72924e4ea4f77d5ef7a3f67624c8"/></dir><file name="Mail.php" hash="1a35a05e80aede11ce215e53dde18cdc"/></dir></dir><dir name="Helper"><file name="Data.php" hash="56cd1e0335dfd23d07be6274e2d72194"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Mail"><file name="Collection.php" hash="96f9c96a4de4fa01f4a79d67796308d4"/></dir><file name="Mail.php" hash="c3e297f1ca0304a4c829dd6cf6132dd3"/></dir><file name="Mail.php" hash="baa2510ef53101928b91bf867bc0de9e"/><file name="Observer.php" hash="e08a8b23bbc5b54d3871884356e8000a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="MailController.php" hash="abb180de1308420246aac4f4bad811f3"/></dir></dir><dir name="etc"><file name="config.xml" hash="97cc18d5891028e9aba217edc81f4d9e"/><file name="system.xml" hash="566d2f315ee5c1e982268badbdf07618"/></dir><dir name="sql"><dir name="automaticresponse_setup"><file name="mysql4-install-0.1.0.php" hash="17a271fbb467d5561912e848686fe53a"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="cf2e22a1506e22327336fec942ff29b2"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="d20386a51c47a16517cb82473e86d9fc"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="sinabs"><dir name="automaticresponse"><dir name="mail"><file name="view.phtml" hash="7d9be7c6ab43688b97748556758fa93c"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sinabs_AutomaticResponse.xml" hash="ed9cb08f1a08076b7f8ba5810151daf8"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Sinabs_AutomaticResponse.csv" hash="2998b8467c346f129d7257974629c8b2"/><dir name="template"><dir name="email"><file name="automatic_response.html" hash="5c3fda353ae00468b56453a40a4b208e"/></dir></dir></dir><dir name="en_US"><dir name="template"><dir name="email"><file name="automatic_response.html" hash="d12165e940add0bbad49be149b55981b"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|