-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated all files with the new project name.
- Loading branch information
1 parent
8cd74ba
commit ad4b996
Showing
4 changed files
with
57 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
=== go-cannon === | ||
=== Hectane === | ||
Contributors: george_edison | ||
Tags: mail, email | ||
Requires at least: 3.0.1 | ||
Tested up to: 4.3.1 | ||
Stable tag: trunk | ||
Stable tag: 0.1.1 | ||
License: MIT | ||
License URI: https://opensource.org/licenses/MIT | ||
|
||
Deliver all WordPress emails via go-cannon. | ||
Deliver all WordPress emails via Hectane. | ||
|
||
== Description == | ||
|
||
This plugin provides an extremely easy way to route WordPress emails through [go-cannon](https://github.com/nathan-osman/go-cannon). After installing and configuring the plugin, all calls to `wp_mail()` will be intercepted and sent to go-cannon which will take care of delivery. | ||
This plugin provides an extremely easy way to route WordPress emails through [Hectane](https://github.com/hectane/hectane). After installing and configuring the plugin, all calls to `wp_mail()` will be intercepted and sent to Hectane which will take care of delivery. | ||
|
||
== Installation == | ||
|
||
1. Upload the directory `go-cannon` to the `wp-content/plugins/` directory. | ||
1. Upload the directory `hectane` to the `wp-content/plugins/` directory. | ||
1. Activate the plugin through the 'Plugins' menu in WordPress. | ||
1. Configure the plugin through the 'go-cannon' item in the Settings' menu. | ||
1. Configure the plugin through the 'Hectane' item in the Settings' menu. | ||
|
||
== Changelog == | ||
|
||
= 0.1.1 = | ||
* Plugin renamed to "Hectane" due to upstream change of name | ||
|
||
= 0.1.0 = | ||
* Initial release of plugin |