Subscribe2

Software Screenshot:
Subscribe2
Software Details:
Version: 10.20.5 updated
Upload Date: 20 Jul 15
Developer: Matthew Robinson
Distribution Type: Freeware
Downloads: 28

Rating: nan/5 (Total Votes: 0)

Email Notifications can be sent on a per-post basis or periodically in a Digest email.

Additionally, certain categories can be excluded from inclusion in the notification and post can be excluded on an individual basis by setting a custom field of 's2mail' to 'no'. The format of the email can also be customised for per-post notifications.

The plugin also handles subscription requests allowing users to publically subscribe by submitting their email address in an easy to use form or to register with your blog which enables greater flexibility over the email content for per-post notifications for the subscriber.

Installation:

Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.

What is new in this release:

  • Option to synch current subscriber list.
  • Bug fixes.

What is new in version 10.19.0:

  • Option to synch current subscriber list.
  • Bug fixes.

What is new in version 10.18.5:

  • Option to synch current subscriber list.
  • Bug fixes.

What is new in version 10.18.4:

  • Option to synch current subscriber list.
  • Bug fixes.

What is new in version 10.9:

  • Close button to dismiss Readygraph connect button on plugins page.
  • Added option to hide Powered by Readygraph from popup.

What is new in version 10.8:

  • Re-Integrate Readygraph Features into Subscribe2
  • Disconnect readygraph option inside readygraph settings page

What is new in version 9.2:

  • Fixed an error in the Registered User deletion code.

What is new in version 9.0:

  • Shortcode parameters are now not case sensitive
  • Fixed AJAX mode to work with new Anti Spam code
  • Suppress undefined variable warnings when sending Digest Email previews
  • Ensure all JavaScript passes the JSHint WordPress Coding Standards
  • Initialise a€˜colorpickera€ boxes on page load so they are coloured before first user click
  • Only add a new Weekly schedule if it doesna€t already exist
  • Use trim() on post excerpt to account for blank but non-empty excerpts

What is new in version 8.9:

  • Fixed fatal error in the uninstall.php file.
  • Corrected error using set_url_scheme() function in WordPress version prior to 3.5.
  • Allow the Widget to post form back to referring page by omitting action for parameter.
  • Fix for options being reset on Multisite installs.
  • Make sure translation strings are loaded during install(), upgrade() and reset().
  • Fixed internationalization of subscribers list table.

What is new in version 8.5:

  • Fixed width of a page select drop down in the Widget settings.
  • Added option to check the comment subscription box by default.
  • Improved off-domain error message in Settings page and address checking if Blogname is selected.
  • Fixed an issue on Multisite installs displaying the wrong link to profiles pages for other blog sites.
  • Fixed an issue with Image and Shortcode replacement in the visual editor (TinyMCE)/
  • Fixed unique IDs for 2 possible error messages in the Settings page.
  • Fixed several HTML5 validation error in the admin pages.
  • Improved regex replacedment of s strike and del HTML tags in plaintext emails.

What is new in version 8.4:

  • Fixed an error in the 'Send Mail' page that blocked emails from being sent
  • Added tracking features to Digest title links in HTML version
  • Provide clearer user feedback for Send and Preview buttons in "Send Email" window
  • Add new option to the Widget to return users to the home page on submission
  • Added warning to Settings page if selected sender email address is "off-domain"
  • Fixed numerous minor SQL injections vectors
  • Removed auto-embed iframes from HTML emails

What is new in version 8.3:

  • Fixed bulk category management so it applies to all users and not just the first record
  • Update 'autosub' to no on one-click unsubscribe instead of erasing the value
  • Return empty string is get_tracking_link() is passed and empty variable
  • Fixed some typographical errors
  • Fixed profile page to obey 'one click' display setting
  • Fixed implode error seen when sending preview emails on some configurations
  • Fixed a error in the admin user dropdown on installs (particularly Multisite) where there may be no administrator level users

What is new in version 8.1:

  • Fixed redirect errors and crash affecting multisite installs on upgrade to 8.0.
  • Fixed several other multisite bugs affecting links and styling.
  • Fixed empty CSV exports.

What is new in version 7.2:

  • Fixed for non-sending Preview emails when sender details match recipient details exactly.
  • Remove some HTML tags (DEL, S and STRIKE) from plain text content to avoid confusing reading.
  • Improved removal of excess white space within the content of the plain text emails.
  • Introduced 'size' parameter to the shortcode to allow sizing of the email text input box.
  • Fix for non-sending emails to newly Registered Subscribers.
  • Fix for commenter subscriptions on systems without moderation in place.
  • Improved the TinyMCE plugin code that handles placement of the Subscribe2 shortcode in the rich text editor.

What is new in version 7.1:

  • Fix for Opt-out by Author for Registered Users that resulted in posts being sent even though a user had opted out
  • Workaround implemented for core WordPress glitch that reults in blank sender details in digest emails when using "Post Author" as sender
  • Introduced DIV HTML tags to the administrion menu screens to allow jQuery custom hiding by plugins - proposed by madtownlems
  • Reduced code overhead when collecting admin level users
  • Fix for non-sending emails when published via XML RPC interface (like the iOS app and Windows Live Writer) - thanks to bellarush & Marc Williams
  • Removed the X-Mailer header ready for core PHPMailer update
  • Removed single use of split() function which is deprecated in PHP 5.3.0

What is new in version 7.0.1:

  • Fixed a typo in the include/options file that caused failed installs and upgrades.
  • Fix for get_registered() function for fringe situations.

What is new in version 6.4:

  • Wrapped all KEYWORDS in curly brackets {} so capitalised keywords can be used incontent without being replaced
  • Added support for Custom Taxonomies
  • Added feature to allow commenters on your blog to subscribe when commenting (requires WordPress 2.9+)
  • Improved and updated some of the jQuery ready for WordPress 3.2
  • Introduced 's2_registered_subscribers' filter to allow other plugins to dynamically add or remove email addresses to the 'registered' array
  • Improved handling of [gallery] shortcode where no post id is defined for HTML emails
  • Removed trailing semi colons from the maybe_add_column function calls
  • Fixed a type on the Settings page
  • Updated editor buttons to insert shortcode instead of token
  • Fixed some PHP notices about undeclared variables
  • Compressed some of the javascript code includes to reduce download time
  • Fixes to the Counter Widget ColorPicker jQuery code
  • Fixes to the Counter Widget label tags
  • Fixed a bug in the new_category function that was introduced in version 6.3
  • Improved the user experience when clicking Subscribe and Unsubscribe links in the WordPress MultiSite interface
  • Improved the Bulk Manage section to take into account the digest notification setting
  • Added ability to filter the text or input fields displayed by Subscribe2 on the WordPress Registration page and also allow custom processing of that data
  • Updated the uninstall script
  • Updated some of the code comments to aid reviewing
  • Other minor improvements and fixes

What is new in version 6.3:

  • Stopped using deprecated get_usermeta(), update_usermeta() and delete_usermeta() functions in WordPress 3.1.
  • Use WP_User_Query class and functions in WordPress 3.1.
  • Stop using buggy is_blog_user() multisite function.
  • Fixed a bug where the creating of a new category would re-subscribed digest email users incorrectly.

What is new in version 6.2:

  • Pass email address to add() function explicitly.
  • Fix typos in the ReadMe.
  • Added warning on the Options page to avoid using the Subscribe2 KEYWORDS in posts as they will get substituted.
  • Added HTML LABEL tags to the Subscribe2 form to support WCAG.
  • SSL friendly with WordPress admin areas.
  • Added filter to allow on-the-fly manipulation of the digest email.
  • Added option choice to have emails send from the global admin email and addressed from the name of the blog.
  • Change sending details for Preview emails so they can be more easily identified by type.
  • Fixed a typo in a screen message to WordPressMU users.

What is new in version 6.1:

  • Fixed a glitch in the HTML tags in the Subscribe2 Widget that affected drag and drop functions in WordPress - thanks to Marty McOmber
  • Improved detection of Multisite installs - thanks to Nada Oneal
  • Fixed precontent and postcontent in the Widget to retain entered HTML tags - reported by Rob Saxe
  • Fixed a few small typos in the inline code comments and email subjects
  • Fixed a bug where Bulk Management changes to move all users to Plain Text Full content would result in blank settings - reported by Sean @ GetSatisfaction
  • Fixed issued with TIME and AUTHORNAME keywords in digest emails - thanks to Robert @ GetSatisfaction
  • Introduced a more flexible Subscribe2 shortcode - thanks to Milan for the patch code

What is new in version 5.9:

  • Added support for WordPress 3.0 Custom Post Types
  • Fix for failed save of "entries per page" setting
  • Correct Digest display issue associated with use of AUTHORNAME keyword
  • Fixed issue where posts were not included in Digest notifications despite settings
  • Fixed possible issue where a page is not included in Digest notifications if a certain category is excluded
  • Fixed issue where successful emailing from Post->Mail Subscribers would report as failed if Subscribe2 is set to email one user per email - Thanks to Meini Renner (www.utechworld.com)
  • Added a preview button in the Email Subscribers screen that will send current content of the window to the logged in user
  • Avoid duplicating the MIME-Version header in the emails
  • Removed direct links to Support forum
  • Ensure that Subscribe2 sanitises email addresses to RFC5322 and RFC5321 - Thanks to Vital
  • Improved the 'Save Emails to CSV' function to include additional information - Thanks to John Griffiths (www.luadesign.co.uk)
  • Report that there is no digest notification to resend rather than success if there are no posts in the email

Requirements:

  • WordPress 2.8 or higher

Similar Software

Comments to Subscribe2

Comments not found
Add Comment
Turn on images!