Version Description
- Update SendGrid logos
Download this release
Release Info
Developer | team-rs |
Plugin | SendGrid |
Version | 1.8.2 |
Comparing to | |
See all releases |
Code changes from version 1.8.1 to 1.8.2
- assets/banner-772x250.jpg +0 -0
- assets/icon-128x128.png +0 -0
- assets/icon-256x256.png +0 -0
- readme.txt +6 -2
- view/css/sendgrid.css +2 -0
- view/images/logo.png +0 -0
- view/images/logo32.png +0 -0
- wpsendgrid.php +1 -1
assets/banner-772x250.jpg
CHANGED
Binary file
|
assets/icon-128x128.png
CHANGED
Binary file
|
assets/icon-256x256.png
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: team-rs
|
|
3 |
Donate link: http://sendgrid.com/
|
4 |
Tags: email, email reliability, email templates, sendgrid, smtp, transactional email, wp_mail,email infrastructure, email marketing, marketing email, deliverability, email deliverability, email delivery, email server, mail server, email integration, cloud email
|
5 |
Requires at least: 3.3
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -219,6 +219,8 @@ For a detailed explanation see this page: https://support.sendgrid.com/hc/en-us/
|
|
219 |
|
220 |
== Changelog ==
|
221 |
|
|
|
|
|
222 |
= 1.8.1 =
|
223 |
* Added possibility to override the email template
|
224 |
= 1.8.0 =
|
@@ -321,6 +323,8 @@ For a detailed explanation see this page: https://support.sendgrid.com/hc/en-us/
|
|
321 |
|
322 |
== Upgrade notice ==
|
323 |
|
|
|
|
|
324 |
= 1.8.1 =
|
325 |
* Added possibility to override the email template
|
326 |
= 1.8.0 =
|
3 |
Donate link: http://sendgrid.com/
|
4 |
Tags: email, email reliability, email templates, sendgrid, smtp, transactional email, wp_mail,email infrastructure, email marketing, marketing email, deliverability, email deliverability, email delivery, email server, mail server, email integration, cloud email
|
5 |
Requires at least: 3.3
|
6 |
+
Tested up to: 4.5
|
7 |
+
Stable tag: 1.8.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
219 |
|
220 |
== Changelog ==
|
221 |
|
222 |
+
= 1.8.2 =
|
223 |
+
* Update SendGrid logos
|
224 |
= 1.8.1 =
|
225 |
* Added possibility to override the email template
|
226 |
= 1.8.0 =
|
323 |
|
324 |
== Upgrade notice ==
|
325 |
|
326 |
+
= 1.8.2 =
|
327 |
+
* Update SendGrid logos
|
328 |
= 1.8.1 =
|
329 |
* Added possibility to override the email template
|
330 |
= 1.8.0 =
|
view/css/sendgrid.css
CHANGED
@@ -234,6 +234,8 @@
|
|
234 |
|
235 |
#icon-sendgrid {
|
236 |
background: url("../images/logo32.png") no-repeat;
|
|
|
|
|
237 |
}
|
238 |
|
239 |
/*
|
234 |
|
235 |
#icon-sendgrid {
|
236 |
background: url("../images/logo32.png") no-repeat;
|
237 |
+
height: 34px;
|
238 |
+
display: block;
|
239 |
}
|
240 |
|
241 |
/*
|
view/images/logo.png
CHANGED
Binary file
|
view/images/logo32.png
CHANGED
Binary file
|
wpsendgrid.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SendGrid
|
4 |
Plugin URI: http://wordpress.org/plugins/sendgrid-email-delivery-simplified/
|
5 |
Description: Email Delivery. Simplified. SendGrid's cloud-based email infrastructure relieves businesses of the cost and complexity of maintaining custom email systems. SendGrid provides reliable delivery, scalability and real-time analytics along with flexible APIs that make custom integration a breeze.
|
6 |
-
Version: 1.8.
|
7 |
Author: SendGrid
|
8 |
Author URI: http://sendgrid.com
|
9 |
Text Domain: sendgrid-email-delivery-simplified
|
3 |
Plugin Name: SendGrid
|
4 |
Plugin URI: http://wordpress.org/plugins/sendgrid-email-delivery-simplified/
|
5 |
Description: Email Delivery. Simplified. SendGrid's cloud-based email infrastructure relieves businesses of the cost and complexity of maintaining custom email systems. SendGrid provides reliable delivery, scalability and real-time analytics along with flexible APIs that make custom integration a breeze.
|
6 |
+
Version: 1.8.2
|
7 |
Author: SendGrid
|
8 |
Author URI: http://sendgrid.com
|
9 |
Text Domain: sendgrid-email-delivery-simplified
|