SendGrid - Version 1.11.8

Version Description

  • Updated the plugin description to direct users to support.sendgrid.com for questions.
  • Updated the "tested up to" field to confirm the latest version of the plugin wordes with the latest version of wordpress.
Download this release

Release Info

Developer team-rs
Plugin Icon 128x128 SendGrid
Version 1.11.8
Comparing to
See all releases

Code changes from version 1.11.7 to 1.11.8

Files changed (2) hide show
  1. readme.txt +25 -7
  2. wpsendgrid.php +1 -1
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === SendGrid ===
2
- 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: 4.6
6
- Tested up to: 4.8
7
- Stable tag: 1.11.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -20,13 +20,21 @@ SendGrid’s WordPress plugin replaces WordPress’s default wp_mail() function
20
 
21
  By using the SendGrid plugin, you will be able to take advantage of improved deliverability and an expanded feature set, including tracking and analytics, to enhance user engagement on your WordPress installation. SendGrid also provides world class customer support, should you run into any issues.
22
 
23
- For more details, consult our official documentation here : https://sendgrid.com/docs/Integrate/Tutorials/WordPress/index.html
 
 
 
 
 
 
 
 
24
 
25
  = The Subscription Widget =
26
 
27
  SendGrid’s WordPress Subscription Widget makes it easy for people visiting your WordPress site to subscribe to your marketing emails, such as any newsletters, announcements, or promotional offers you may send. Upon signup, they’ll automatically receive an opt-in email allowing them to confirm their desire to begin receiving your emails. This confirmation constitutes “double opt-in,” a deliverability best practice.
28
 
29
- For more details, consult the official documentation for the Subscription Widget here : https://sendgrid.com/docs/Integrate/Tutorials/WordPress/subscription_widget.html
30
 
31
  = Multisite =
32
 
@@ -147,9 +155,13 @@ Note that all HTML emails sent through our plugin also contain the HTML body in
147
 
148
  == Frequently asked questions ==
149
 
 
 
 
 
150
  = Is there any official documentation for this plugin ? =
151
 
152
- Yes. You can find it here : https://sendgrid.com/docs/Integrate/Tutorials/WordPress/index.html
153
 
154
  = What PHP versions are supported ? =
155
 
@@ -279,7 +291,7 @@ wp_mail('foo@bar.com', 'Subject goes here', 'Message goes here', $email);
279
 
280
  You can find more examples here: https://github.com/sendgrid/sendgrid-php/blob/v4.0.2/README.md
281
 
282
- = My server is slow. Can I increate the timeout for API requests? =
283
 
284
  Yes. You can define a constant in your wp-config.php file like this:
285
 
@@ -303,6 +315,9 @@ The value is in seconds, this means that API requests will wait 10 seconds for a
303
 
304
  == Changelog ==
305
 
 
 
 
306
  = 1.11.7 =
307
  * Added a configuration parameter of API request timeout in seconds
308
  * Fixed an issue that made the HTML subscription emails break links
@@ -486,6 +501,9 @@ The value is in seconds, this means that API requests will wait 10 seconds for a
486
 
487
  == Upgrade notice ==
488
 
 
 
 
489
  = 1.11.7 =
490
  * Added a configuration parameter of API request timeout in seconds
491
  * Fixed an issue that made the HTML subscription emails break links
1
  === SendGrid ===
2
+ Contributors: SendGrid
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: 4.6
6
+ Tested up to: 4.9
7
+ Stable tag: 1.11.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
20
 
21
  By using the SendGrid plugin, you will be able to take advantage of improved deliverability and an expanded feature set, including tracking and analytics, to enhance user engagement on your WordPress installation. SendGrid also provides world class customer support, should you run into any issues.
22
 
23
+ For more details, [consult our official documentation](https://sendgrid.com/docs/Integrate/Tutorials/WordPress/index.html).
24
+
25
+ For assistance you can contact SendGrid Support from the [SendGrid Support Portal](https://support.sendgrid.com/). Click **Login & Contact Support**, and then **Contact Support** to see your support contact options. Paying SendGrid customers have the option to contact support via phone, chat, or by submitting a ticket using our web form. All SendGrid customers have the option to submit a ticket using our web form.
26
+
27
+ = Agency Program =
28
+
29
+ Are you sending emails on behalf of your clients? SendGrid's Agency Program offers exclusive pricing and support for agencies looking to improve their email program.
30
+
31
+ Want to learn more? Visit the [SendGrid Agency Page](https://sendgrid.com/partners/agencies/)
32
 
33
  = The Subscription Widget =
34
 
35
  SendGrid’s WordPress Subscription Widget makes it easy for people visiting your WordPress site to subscribe to your marketing emails, such as any newsletters, announcements, or promotional offers you may send. Upon signup, they’ll automatically receive an opt-in email allowing them to confirm their desire to begin receiving your emails. This confirmation constitutes “double opt-in,” a deliverability best practice.
36
 
37
+ For more details, consult the official documentation for the [Subscription Widget](https://sendgrid.com/docs/Integrate/Tutorials/WordPress/subscription_widget.html)
38
 
39
  = Multisite =
40
 
155
 
156
  == Frequently asked questions ==
157
 
158
+ = Does SendGrid have an Agency program?
159
+
160
+ Yes. If you are sending email on behalf of clients, you can find more information on [SendGrid's Agency Page](https://www.sendgrid.com/partners/agencies/)
161
+
162
  = Is there any official documentation for this plugin ? =
163
 
164
+ Yes. [You can find it here](https://sendgrid.com/docs/Integrate/Tutorials/WordPress/index.html)
165
 
166
  = What PHP versions are supported ? =
167
 
291
 
292
  You can find more examples here: https://github.com/sendgrid/sendgrid-php/blob/v4.0.2/README.md
293
 
294
+ = My server is slow. Can I increase the timeout for API requests? =
295
 
296
  Yes. You can define a constant in your wp-config.php file like this:
297
 
315
 
316
  == Changelog ==
317
 
318
+ = 1.11.8 =
319
+ * Updated the plugin description to direct users to support.sendgrid.com for questions.
320
+ * Updated the "tested up to" field to confirm the latest version of the plugin wordes with the latest version of wordpress.
321
  = 1.11.7 =
322
  * Added a configuration parameter of API request timeout in seconds
323
  * Fixed an issue that made the HTML subscription emails break links
501
 
502
  == Upgrade notice ==
503
 
504
+ = 1.11.8 =
505
+ * Updated the plugin description to direct users to support.sendgrid.com for questions.
506
+ * Updated the "tested up to" field to confirm the latest version of the plugin wordes with the latest version of wordpress.
507
  = 1.11.7 =
508
  * Added a configuration parameter of API request timeout in seconds
509
  * Fixed an issue that made the HTML subscription emails break links
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.11.7
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.11.8
7
  Author: SendGrid
8
  Author URI: http://sendgrid.com
9
  Text Domain: sendgrid-email-delivery-simplified