|
1 | 1 | === Comment Mail === |
2 | 2 |
|
3 | | -Stable tag: 161110-RC |
| 3 | +Stable tag: 161118 |
4 | 4 | Requires at least: 4.4 |
5 | 5 | Tested up to: 4.7-alpha |
6 | 6 | Text Domain: comment-mail |
7 | 7 |
|
8 | 8 | License: GPLv3 or later |
9 | 9 | License URI: http://www.gnu.org/licenses/gpl-3.0.html |
10 | 10 |
|
11 | | -Contributors: WebSharks, JasWSInc, raamdev, kristineds, sitegeek, renzms |
| 11 | +Contributors: WebSharks, JasWSInc, raamdev, kristineds, renzms |
12 | 12 | Donate link: http://www.websharks-inc.com/r/wp-theme-plugin-donation/ |
13 | | -Tags: comments, subscribe, comment subscription, comment subscriptions, comment subscribe, subscribe comments, comment, comment email, comment notification, notifications, notification |
| 13 | +Tags: comments, subscribe, comment subscription, comment subscriptions, comment subscribe, subscribe comments, comment, comment email, comment notification, notifications, MailChimp |
14 | 14 |
|
15 | 15 | Email comment subscriptions for WordPress |
16 | 16 |
|
@@ -92,7 +92,7 @@ _**TIP:** you can preview Pro features in the free version by clicking the "Prev |
92 | 92 | - **RVE (Replies Via Email)** |
93 | 93 | Comment Mail Pro makes it very easy for subscribers to reply to a notification they receive via email—_with_ an email! In short, instead of a subscriber (i.e., someone that receives an update via email) being forced to return to your site, they can simply reply via email. Their response magically ends up on your site in the proper comment thread—just as if they _had_ taken the time to return to your site. |
94 | 94 |
|
95 | | - The best part about this feature is that it requires no special server requirements, and very little configuration. This is because Comment Mail Pro has been integrated with Mandrill for RVE service. So all you need to do is follow the simple instructions to setup a Mandrill account. Then supply Comment Mail with the email address that you configure there. |
| 95 | + The best part about this feature is that it requires no special server requirements, and very little configuration. This is because Comment Mail Pro has been integrated with both Mandrill and SparkPost for RVE service. So all you need to do is follow the simple instructions to setup a Mandrill or SparkPost account. Then supply Comment Mail with the email address that you configure there. |
96 | 96 |
|
97 | 97 | - **SSO (Single Sign-On) Integration** |
98 | 98 | This powerful functionality in Comment Mail Pro attracts _many_ more comments (thus, subscribers). With SSO enabled a commenter can be identified by simply logging into your site with Facebook, Twitter, Google+, or LinkedIn. |
@@ -136,6 +136,9 @@ _**TIP:** you can preview Pro features in the free version by clicking the "Prev |
136 | 136 | - **Queue Processor Adjustments** |
137 | 137 | Performance tuning Comment Mail can be important on very large sites. With Comment Mail Pro you'll have full control over the asynchronous email notification processing queue. For instance, you can control how often Comment Mail's queue processor runs, how long it will run each time, the max number of emails it will process in each run, and more. |
138 | 138 |
|
| 139 | +- **MailChimp Integration** |
| 140 | + Integrate with MailChimp to give users the option of subscribing to your site-wide mailing list whenever they leave a comment or post a new reply. In addition to subscribing to comment reply notifications they can also choose to join your MailChimp mailing list. |
| 141 | + |
139 | 142 | == Screenshots == |
140 | 143 |
|
141 | 144 | 1. Screenshot #1 |
@@ -172,7 +175,7 @@ _**TIP:** you can preview Pro features in the free version by clicking the "Prev |
172 | 175 | - **RVE (Replies Via Email)** |
173 | 176 | Comment Mail Pro makes it very easy for subscribers to reply to a notification they receive via email—_with_ an email! In short, instead of a subscriber (i.e., someone that receives an update via email) being forced to return to your site, they can simply reply via email. Their response magically ends up on your site in the proper comment thread—just as if they _had_ taken the time to return to your site. |
174 | 177 |
|
175 | | - The best part about this feature is that it requires no special server requirements, and very little configuration. This is because Comment Mail Pro has been integrated with Mandrill for RVE service. So all you need to do is follow the simple instructions to setup a Mandrill account. Then supply Comment Mail with the email address that you configure there. |
| 178 | + The best part about this feature is that it requires no special server requirements, and very little configuration. This is because Comment Mail Pro has been integrated with both Mandrill and SparkPost for RVE service. So all you need to do is follow the simple instructions to setup a Mandrill or SparkPost account. Then supply Comment Mail with the email address that you configure there. |
176 | 179 |
|
177 | 180 | - **SSO (Single Sign-On) Integration** |
178 | 181 | This powerful functionality in Comment Mail Pro attracts _many_ more comments (thus, subscribers). With SSO enabled a commenter can be identified by simply logging into your site with Facebook, Twitter, Google+, or LinkedIn. |
@@ -216,6 +219,9 @@ _**TIP:** you can preview Pro features in the free version by clicking the "Prev |
216 | 219 | - **Queue Processor Adjustments** |
217 | 220 | Performance tuning Comment Mail can be important on very large sites. With Comment Mail Pro you'll have full control over the asynchronous email notification processing queue. For instance, you can control how often Comment Mail's queue processor runs, how long it will run each time, the max number of emails it will process in each run, and more. |
218 | 221 |
|
| 222 | +- **MailChimp Integration** |
| 223 | + Integrate with MailChimp to give users the option of subscribing to your site-wide mailing list whenever they leave a comment or post a new reply. In addition to subscribing to comment reply notifications they can also choose to join your MailChimp mailing list. |
| 224 | + |
219 | 225 | == Software Requirements == |
220 | 226 |
|
221 | 227 | In addition to the [WordPress Requirements](http://wordpress.org/about/requirements/), Comment Mail™ requires the following minimum versions: |
@@ -252,6 +258,14 @@ Requires PHP v5.4+. |
252 | 258 |
|
253 | 259 | == Changelog == |
254 | 260 |
|
| 261 | += v161118 = |
| 262 | + |
| 263 | +- **Bug Fix:** Exclude unapproved comments from the dropdown menu on the 'Subscribe Without Commenting' form. See [Issue #299](https://github.com/websharks/comment-mail/issues/299). |
| 264 | +- **Enhancement:** When parsing templates, this release uses `include()` instead of `eval()` whenever possible. This improves compatibility with shared hosting providers and makes it easier to debug template parsing issues should they occur. See [Issue #192](https://github.com/websharks/comment-mail/issues/192). |
| 265 | +- **PHP v7 Compatibility:** After further testing, it was found that while Comment Mail is compatible with PHP v7.0, you must be running PHP v7.0.9+. Starting with this release of Comment Mail if you're running PHP v7 < 7.0.9 a warning is displayed in the WordPress Dashboard asking the site owner to upgrade to PHP v7.0.9 or higher. Note: While PHP v7.0.9 is adequate, PHP v7.0.10 is strongly recommended. See [Issue #272](https://github.com/websharks/comment-mail/issues/272). |
| 266 | +- **New SparkPost Integration** (Pro): It is now possible to use SparkPost for Replies-via-Email (RVE) instead of Mandrill. Note that SparkPost is now the suggested RVE Handler for Comment Mail because Mandrill changed its pricing structure a while back. In short, Mandrill requires a fee, whereas SparkPost (recommended) offers Relay Webhooks as a part of their free plan. See [Issue #265](https://github.com/websharks/comment-mail/issues/265). |
| 267 | +- **New Feature** (Pro): Adding support for MailChimp integration. It is now possible to give users the option of subscribing to your site-wide mailing list whenever they leave a comment or reply; i.e., in addition to subscribing to comment reply notifications they can also join your MailChimp mailing list. See [Issue #114](https://github.com/websharks/comment-mail/issues/114). |
| 268 | + |
255 | 269 | = v160824 = |
256 | 270 |
|
257 | 271 | - **Bug Fix**: Fixed a bug that was generating a fatal error when replying to comments. This bug only affected the Lite version of Comment Mail and was introduced by the previous release (v160818) where [work](https://github.com/websharks/comment-mail/issues/285) was done to strip out unused Pro-only code from the Lite codebase. A few references to Pro-only functions were missed and that resulted in fatal errors for the Lite version in some scenarios. See [Issue #297](https://github.com/websharks/comment-mail/issues/297). |
|
0 commit comments