subscribe2 2.2.1
published
subscribe2 2.2.1 is now available!
This version fixes several problems from the last release:
- Notification emails are generated even if you first save the post as a draft.
- The Submit button on the Mail Subscribers screen is fixed for Internet Explorer users.
- Multiple confirmation emails should no longer be sent.
- You can now specify the page to use for subscription confirmations. Edit
subscribe2.php
and define the page ID on line 42.
In addition, subscribe2 2.2.1 should now send notification emails for future-dated posts! This requires the use of my WP-Cron plugin. If you have WP-Cron activated, subscribe2 2.2.1 will detect it, and automatically send notification emails to your subscribers roughly an hour after the post(s) become visible.
Better still, subscribe2 2.2.1 offers support for daily digests of all new posts from the previous day. Again, this feature requires WP-Cron. To enable this feature, simply edit line 46 in subscribe2.php
and change the FALSE to TRUE. At the start of each new day, your subscribers will receive a summary of new posts from the previous day, in the following format:
Post Title Post Link Post Summary <blank line>The POST token in the notification template will be replaced with the list of new posts.
Important note: WordPress 2.0 has a minor problem with the default caching mechanism. In order for future-dated posts and daily digests to work properly, you must use WordPress 2.01 or later. Any support requests for these features from users of WordPress 2.0 will be completely ignored.