Skip to content

Commit 840972e

Browse files
committed
Merge pull request #26 from SparkPost/bump
Bump version in prep for release
2 parents a2acb4e + 14d6561 commit 840972e

File tree

3 files changed

+17
-27
lines changed

3 files changed

+17
-27
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ From Test Email section, try sending a test email to yourself to make sure the c
2929

3030
## Development
3131
* Install WordPress
32-
* Clone this repository
33-
* Create a symlink to the repository's `trunk` directory in WordPress plugins directory.
34-
35-
For example, if you've cloned this repository to `~/src/wordpress-sparkpost` and your WordPress is installed in `~/src/wordpress`, you should create a symlink like following
32+
* Clone this repository to the WordPress plugins directory:
3633

3734
```
38-
ln -s ~/src/wordpress-sparkpost/trunk ~/src/wordpress/wp-content/plugins/wordpress-sparkpost
35+
git clone git@github.com:SparkPost/wordpress-sparkpost.git ~/src/wordpress/wp-content/plugins/wordpress-sparkpost
3936
```
37+
4038
* Activate the plugin from admin panel

readme.txt

+13-21
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: sparkpost, rajuru
33
Tags: sparkpost, smtp, wp_mail, mail, email
44
Requires at least: 4.0
55
Tested up to: 4.4.2
6-
Stable tag: 2.1.0
6+
Stable tag: 2.2.0
77
License: GPLv2 or later
88

99
Send all your email from Wordpress through SparkPost, the most advanced email delivery service.
@@ -33,34 +33,25 @@ Option 2: Install manually:
3333

3434
Upon successful activation, **SparkPost** will appear on the _Settings_ menu in the Wordpress Admin Panel. Click on _Settings -> SparkPost_ to open the SparkPost plugin configuration page and complete setup.
3535

36-
Fill in each plugin configuration field:
37-
38-
* **enable?**: Check this box to enable your plugin :)
39-
* **from name**: a human-friendly name to show in 'From' headers
40-
* e.g. your name or your site's name
41-
42-
* **from email**: your 'From' email address
43-
* e.g. yourname@yourdomain.com
44-
45-
* **SMTP password**: A SparkPost API key with *Send via SMTP* permission
46-
* Hint: they look like this: 39fb780c182927cde6baddab00f67676feed1beef17
47-
48-
For information on how to create an API key, follow the [official documentation](https://support.sparkpost.com/customer/portal/articles/1933377-create-api-keys).
49-
50-
Ensure your [sending domain](https://app.sparkpost.com/#/configuration/sending-domains) is properly configured within SparkPost.
51-
5236
== Frequently Asked Questions ==
37+
5338
= What do I need to start using this plugin? =
54-
You'll need to create an account on SparkPost.com and then generate an API Key with *Send via SMTP* permission. Creating an account is completely free. Visit [SparkPost](https://app.sparkpost.com/sign-up) to signup.
39+
You'll need to create an account on SparkPost.com and then generate an API Key with *Send via SMTP* and *Transmission Read/Write* permissions. Creating an account is completely free. Visit [SparkPost](https://app.sparkpost.com/sign-up) to signup.
5540

5641
= How do I create an API key? =
57-
Follow [this tutorial](https://support.sparkpost.com/customer/portal/articles/1933377) for creating an API key. **Remember:** your API key must have 'Send via SMTP' permission to be usable by this plugin.
42+
Follow [this tutorial](https://support.sparkpost.com/customer/portal/articles/1933377) for creating an API key. **Remember:** your API key must have *Send via SMTP* and *Transmission Read/Write* permissions to be usable by this plugin.
5843

5944
= How do I get further help? =
60-
Visit our [support portal](https://support.sparkpost.com/) for help.
45+
Visit our [support site](https://support.sparkpost.com/) for help.
6146

6247

6348
== Changelog ==
49+
50+
= 2.2.0 =
51+
- Add template field for selecting a SparkPost template when using HTTP API
52+
- Allow substituion of Subject, From name in HTTP API
53+
- Replaced anonymous function for compatibility with older versions of PHP
54+
6455
= 2.1.0 =
6556
- Enable/disable tracking option
6657
- Add support for Reply-To in HTTP Mailer
@@ -83,7 +74,7 @@ Visit our [support portal](https://support.sparkpost.com/) for help.
8374
- Update copy
8475

8576
= 1.1.3 =
86-
Richer plugin settings error messages and help text, TLS now permanently enabled
77+
- Richer plugin settings error messages and help text, TLS now permanently enabled
8778

8879
= 1.1.2 =
8980
- Shortened the plugin name to just SparkPost, added more readme copy, renamed 'SMTP password' setting to 'API key'
@@ -99,4 +90,5 @@ Richer plugin settings error messages and help text, TLS now permanently enabled
9990
- Initial version
10091

10192
== Upgrade Notice ==
93+
10294
This is initial version.

wordpress-sparkpost.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Plugin Name: SparkPost
77
Plugin URI: http://sparkpost.com/
88
Description: Send all your email from Wordpress through SparkPost, the world's most advanced email delivery service.
9-
Version: 2.1.0
9+
Version: 2.2.0
1010
Author: SparkPost
1111
Author URI: http://sparkpost.com
1212
License: GPLv2 or later

0 commit comments

Comments
 (0)