Sendgrid_Email_Delivery - Version 1.0.1

Version Notes

Update PHP version

Download this release

Release Info

Developer SendGrid
Extension Sendgrid_Email_Delivery
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/Sendgrid/.DS_Store ADDED
Binary file
app/code/community/Sendgrid/Mailtransport/.DS_Store ADDED
Binary file
package.xml CHANGED
@@ -1,25 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Sendgrid_Email_Delivery</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>SendGrid is a cloud email service that delivers marketing and transactional emails on behalf of your store. </summary>
10
- <description>Easily send marketing and transactional emails from a simple SMTP integration using SendGrid. Simply set-up your SendGrid account credentials and start sending emails immediately.&#xD;
11
- &#xD;
12
- Using SendGrid to power your emails with your Magento store provides you with increased email deliverability ensuring your important marketing and transactional such as receipts, notifications and password confirmations reach the inbox. &#xD;
13
- &#xD;
14
- Benefits include increased customer conversion, sales and engagement which will help you drive repeat purchases, reward loyalty and re-engage with those inactive customers.&#xD;
15
- &#xD;
16
- Once you start relaying your emails from your Magento site to SendGrid, you will be able to access the full suite of SendGrid statistics to track important metrics such as bounces, opens, clicks, unsubscribes and more leading to increased customer engagement.&#xD;
17
- </description>
18
- <notes>Provides email sending functionality.</notes>
19
- <authors><author><name>Team RS</name><user>team_rs</user><email>team-rs@sendgrid.com</email></author></authors>
20
- <date>2014-05-08</date>
21
- <time>15:03:32</time>
22
- <contents><target name="magecommunity"><dir name="Sendgrid"><dir name="Mailtransport"><dir name="Helper"><file name="Data.php" hash="7c48176d6fa030db6894fd94431c98d7"/></dir><dir name="Model"><dir name="Email"><file name="Template.php" hash="05a75814dd52e9b6c0701d51267c4fdd"/></dir><file name="Email.php" hash="7cfc3c124e034e41d1a833c91eda26e5"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c16624f5ac237d6c3bb5508cfc046990"/><file name="config.xml" hash="2957fef3e6fcaab5c6c98d93089e0510"/><file name="system.xml" hash="43011c7aff342e1107e7c02742b0b4f8"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sendgrid_Mailtransport.xml" hash="febe453bd232794326f68a7b8cfb7a03"/></dir></target></contents>
23
  <compatible/>
24
- <dependencies><required><php><min>5.3.0</min><max>5.5.0</max></php></required></dependencies>
25
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Sendgrid_Email_Delivery</name>
4
+ <version>1.0.1</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>Send emails using SendGrid.</summary>
10
+ <description>Send emails using SendGrid.</description>
11
+ <notes>Update PHP version</notes>
12
+ <authors><author><name>SendGrid</name><user>sendgrid</user><email>team-rs@sendgrid.com</email></author></authors>
13
+ <date>2017-01-18</date>
14
+ <time>12:49:12</time>
15
+ <contents><target name="magecommunity"><dir name="Sendgrid"><dir name="Mailtransport"><dir name="Helper"><file name="Data.php" hash="7c48176d6fa030db6894fd94431c98d7"/></dir><dir name="Model"><dir name="Email"><file name="Template.php" hash="05a75814dd52e9b6c0701d51267c4fdd"/></dir><file name="Email.php" hash="7cfc3c124e034e41d1a833c91eda26e5"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c16624f5ac237d6c3bb5508cfc046990"/><file name="config.xml" hash="2957fef3e6fcaab5c6c98d93089e0510"/><file name="system.xml" hash="43011c7aff342e1107e7c02742b0b4f8"/></dir><file name=".DS_Store" hash="212b65725e25d44876b5871b4356afe8"/></dir><file name=".DS_Store" hash="d5c4abc806bd12b2dd90058424232d2f"/></dir></target><target name="mageetc"><dir name="modules"><file name="Sendgrid_Mailtransport.xml" hash="febe453bd232794326f68a7b8cfb7a03"/></dir></target></contents>
 
 
 
 
 
 
 
16
  <compatible/>
17
+ <dependencies><required><php><min>5.3.0</min><max>7.0.0</max></php></required></dependencies>
18
  </package>