Version Notes
Elastic Email is a mail relay service. That is, instead of your website sending mail via its own SMTP server, outgoing email is directed through the Elastic Email service and out onto the internet. This module provides plug n' play integration with the Elastic Email service.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Elastic_Email_Extension |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
app/code/local/Apptha/Elasticemail/etc/adminhtml.xml
CHANGED
@@ -1,47 +1,65 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
|
3 |
<config>
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
</config>
|
1 |
<?xml version="1.0"?>
|
2 |
|
3 |
<config>
|
4 |
+
<menu>
|
5 |
+
<elasticemail translate="title" module="elasticemail">
|
6 |
+
<title>Elastic Email</title>
|
7 |
+
<sort_order>71</sort_order>
|
8 |
+
<children>
|
9 |
+
<accountdetail translate="title">
|
10 |
+
<title>Account Dashboard</title>
|
11 |
+
<sort_order>1</sort_order>
|
12 |
+
<action>elasticemail/adminhtml_account</action>
|
13 |
+
</accountdetail>
|
14 |
+
<transactions translate="title">
|
15 |
+
<title>Transactions</title>
|
16 |
+
<sort_order>2</sort_order>
|
17 |
+
<action>elasticemail/adminhtml_transaction</action>
|
18 |
+
</transactions>
|
19 |
+
<config translate="title">
|
20 |
+
<title>Configuration</title>
|
21 |
+
<sort_order>3</sort_order>
|
22 |
+
<action>adminhtml/system_config/edit/section/elasticemail</action>
|
23 |
+
</config>
|
24 |
+
</children>
|
25 |
+
</elasticemail>
|
26 |
+
</menu>
|
27 |
|
28 |
+
<acl>
|
29 |
+
<resources>
|
30 |
+
<admin>
|
31 |
+
<children>
|
32 |
+
<elasticemail translate="title" module="elasticemail">
|
33 |
+
<title>Elastic Email</title>
|
34 |
+
<sort_order>71</sort_order>
|
35 |
+
<children>
|
36 |
+
<accountdetail translate="title">
|
37 |
+
<title>Account Dashboard</title>
|
38 |
+
<sort_order>1</sort_order>
|
39 |
+
</accountdetail>
|
40 |
+
<transactions translate="title">
|
41 |
+
<title>Transactions</title>
|
42 |
+
<sort_order>2</sort_order>
|
43 |
+
</transactions>
|
44 |
+
<config translate="title">
|
45 |
+
<title>Configuration</title>
|
46 |
+
<sort_order>3</sort_order>
|
47 |
+
</config>
|
48 |
+
</children>
|
49 |
+
</elasticemail>
|
50 |
+
<system>
|
51 |
+
<children>
|
52 |
+
<config>
|
53 |
+
<children>
|
54 |
+
<elasticemail translate="title" module="elasticemail">
|
55 |
+
<title>Elastic Email</title>
|
56 |
+
</elasticemail>
|
57 |
+
</children>
|
58 |
+
</config>
|
59 |
+
</children>
|
60 |
+
</system>
|
61 |
+
</children>
|
62 |
+
</admin>
|
63 |
+
</resources>
|
64 |
+
</acl>
|
65 |
</config>
|
app/code/local/Apptha/Elasticemail/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Apptha_Elasticemail>
|
5 |
-
<version>0.1.
|
6 |
</Apptha_Elasticemail>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Apptha_Elasticemail>
|
5 |
+
<version>0.1.1</version>
|
6 |
</Apptha_Elasticemail>
|
7 |
</modules>
|
8 |
<frontend>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Elastic_Email_Extension</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Elastic Email is a mail relay service. That is, instead of your website sending mail via its own SMTP server, outgoing email is directed through the Elastic Email service and out onto the internet. This module provides plug n' play integration with the Elastic Email service.</description>
|
11 |
<notes>Elastic Email is a mail relay service. That is, instead of your website sending mail via its own SMTP server, outgoing email is directed through the Elastic Email service and out onto the internet. This module provides plug n' play integration with the Elastic Email service.</notes>
|
12 |
<authors><author><name>Apptha</name><user>auto-converted</user><email>info@apptha.com</email></author></authors>
|
13 |
-
<date>2011-09-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="elasticemail.xml" hash="a64d36e185bda193a08780754e04fa79"/></dir><dir name="template"><dir name="elasticemail"><file name="account.phtml" hash="2c22bcd188c3340338f821b6cd0a4b8d"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="elasticemail.css" hash="b2ffa7a809897e86c2756b8643023f98"/></dir></dir></dir></target><target name="magelocal"><dir name="Apptha"><dir name="Elasticemail"><dir name="Block"><file name="Elasticemail.php" hash="685564e125a6fc4ec237b0de0062514b"/><dir name="Adminhtml"><file name="Account.php" hash="ca70240266a2ed0ce2632157a124f0bb"/><file name="Transaction.php" hash="7ad1dd7d79e9695f4ae56cc16d3f5cba"/><dir name="Account"><file name="Grid.php" hash="af2a8b649f4b6c6cbc736809baf95540"/></dir><dir name="Transaction"><file name="Grid.php" hash="eb7c5add9c6eda370fcdd88ac41f54a2"/><dir name="Renderer"><file name="Status.php" hash="72bd25e189fb32e947c2784b688adc08"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="ae60b6742c71f44492d875d2a9222f56"/><dir name="Adminhtml"><file name="AccountController.php" hash="ad4565a56f36a6f9f84a879311c82301"/><file name="TransactionController.php" hash="0abb492029a0bcacde5579d4613bd6e4"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Elastic_Email_Extension</name>
|
4 |
+
<version>1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Elastic Email is a mail relay service. That is, instead of your website sending mail via its own SMTP server, outgoing email is directed through the Elastic Email service and out onto the internet. This module provides plug n' play integration with the Elastic Email service.</description>
|
11 |
<notes>Elastic Email is a mail relay service. That is, instead of your website sending mail via its own SMTP server, outgoing email is directed through the Elastic Email service and out onto the internet. This module provides plug n' play integration with the Elastic Email service.</notes>
|
12 |
<authors><author><name>Apptha</name><user>auto-converted</user><email>info@apptha.com</email></author></authors>
|
13 |
+
<date>2011-09-03</date>
|
14 |
+
<time>17:31:36</time>
|
15 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="elasticemail.xml" hash="a64d36e185bda193a08780754e04fa79"/></dir><dir name="template"><dir name="elasticemail"><file name="account.phtml" hash="2c22bcd188c3340338f821b6cd0a4b8d"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="elasticemail.css" hash="b2ffa7a809897e86c2756b8643023f98"/></dir></dir></dir></target><target name="magelocal"><dir name="Apptha"><dir name="Elasticemail"><dir name="Block"><file name="Elasticemail.php" hash="685564e125a6fc4ec237b0de0062514b"/><dir name="Adminhtml"><file name="Account.php" hash="ca70240266a2ed0ce2632157a124f0bb"/><file name="Transaction.php" hash="7ad1dd7d79e9695f4ae56cc16d3f5cba"/><dir name="Account"><file name="Grid.php" hash="af2a8b649f4b6c6cbc736809baf95540"/></dir><dir name="Transaction"><file name="Grid.php" hash="eb7c5add9c6eda370fcdd88ac41f54a2"/><dir name="Renderer"><file name="Status.php" hash="72bd25e189fb32e947c2784b688adc08"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="ae60b6742c71f44492d875d2a9222f56"/><dir name="Adminhtml"><file name="AccountController.php" hash="ad4565a56f36a6f9f84a879311c82301"/><file name="TransactionController.php" hash="0abb492029a0bcacde5579d4613bd6e4"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="a68d3f426e8114632644aab0910ad861"/><file name="config.xml" hash="35fbb182dca23d1da724f01933159fee"/><file name="system.xml" hash="75f4429eb0fb3aa2865aca21df05e83b"/></dir><dir name="Helper"><file name="Data.php" hash="f70dfcb1d78707b90c837277ee560203"/></dir><dir name="Model"><file name="Email.php" hash="f9afdebc28a440a1c27234608601c3c4"/><file name="Transaction.php" hash="fc93c7eeac509d2e10da7d59185a9271"/><dir name="Email"><file name="Template.php" hash="7b7e663ce3240a255642f52fd019b8b3"/></dir><dir name="Mysql4"><file name="Transaction.php" hash="d2734f5a3b0e560f04cdf74886c81da4"/><dir name="Transaction"><file name="Collection.php" hash="7db6246aa0fd9f90ee9ab090e1ce5a2d"/></dir></dir><dir name="Newsletter"><file name="Queue.php" hash="8d7d565ba2747775702858dd6bf35607"/><file name="Template.php" hash="f89bc480c73ff5c945af987cbb689b8d"/></dir></dir><dir name="sql"><dir name="elasticemail_setup"><file name="mysql4-install-0.1.0.php" hash="652469c1f3df0e19dbb8e4ee3c1203f5"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Apptha_Elasticemail.xml" hash="e7c5bcd93983a71dd92b0baa0c24c4a0"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|