Skip to content

Releases: mattyrob/subscribe2-for-cp

11.0.2

07 Jun 15:53
Compare
Choose a tag to compare
  • Fix instantiation of update code

This should be considered the first full and reliable release for ClassicPress. Once install, this version should allow for future automatic updates.

11.0.1

07 Jun 11:15
Compare
Choose a tag to compare
  • Correct release version numbers
  • Update directly via GitHub removing need for JSON file

11.0

07 Jun 10:20
Compare
Choose a tag to compare

Version 11.0

  • Add update checking code
  • Bug fixes and minor enhancements
  • Update in line with fixes and layout changes to Subscribe2 HTML

This code also represents a break from Subscribe2 for WordPress (the original). I was lead author on that code until November 2014. Since then the code had changed hands three times so I feel it is now time for me to move on and focus on Subscribe2 HTML. I am therefore ceasing my support activities on the WordPress forums to free up some time and develop a version for ClassicPress while mainly focussing on supporting users of Subscribe2 HTML.

10.31

19 Oct 09:26
Compare
Choose a tag to compare
  • Enhance DNS check when validating email addresses
  • Pass full email as second parameter to 's2_sanitize_email' filter
  • Validate emails fully when making database changes, but simpler and faster checks when sending notifications
  • Better escaping of subscriber email data when reporting errors to Subscribers page
  • Fix some Coding Standards Issues
  • Correct maximum execution time limit to 5 minutes
  • Fix some new Coding Standards errors and warnings
  • Applied coding standards to MO Notice class
  • Clean unused global variables
  • Implemented compatibility with Fusion Builder
  • Fix error caused by menu registration in WordPress 5.3

10.30

16 Jun 17:36
Compare
Choose a tag to compare
  • Code efficiency enhancements
  • Avoid duplication of preview and resend emails due to cron spawning of browser requests

10.29

18 May 12:25
Compare
Choose a tag to compare
  • Trim unused back-ported code from Subscribe2 HTML
  • Fixed issue in Subscriber dropdown filter that displayed category names in the Public Subscriber dropdown
  • Textareas in the Settings page are now more responsive to screen displays
  • Allow definition of S2GDPR constant anywhere
  • Mark old meta boxes as existing for backwards compatibility
  • Add meta box to authoring page to enable easy resending of notifications for published posts
  • Fix for missing posts in Digest email
  • Fix for malformed digest emails
  • Apply default override setting to Block Editor sidebar panel
  • Enable translation files from more locations
  • Implement conditional rendering of Meta Boxs in Classic Editor

10.28

30 Mar 13:34
Compare
Choose a tag to compare
  • Fix warning message for when set_time_limit() is disabled in php.ini
  • Remove unused variable to fix error message
  • Fixes for strict in_array() checks

10.27

24 Feb 16:15
Compare
Choose a tag to compare
  • Tightened checks for Coding Standards
  • Fixed bug in category form display caused by tighter coding standards
  • Save Editor content before sending preview email for better user experience
  • Update Excerpt creation code for languages that don't use spaces - props Masatoshi Hakoshima
  • Improved layout and efficiency of JavaScript files
  • Enable Preview emails for Classic Editor users
  • Update to use latest jQuery UI css library
  • Tidied up unused globals

10.26

15 Jan 18:28
Compare
Choose a tag to compare
  • Fixed a bug in barred domain checking
  • Migrate email override meta box to a sidebar for the 'Gutenberg' block editor
  • Migrate email preview meta box to a sidebar for the 'Gutenberg' block editor
  • Moved new Block Editor code to separate class
  • Fixed issue in transition of wrap parameter in the new Block when changing to and from the shortcode block
  • Updated to latest PHP Code sniff standards and cleansed files
  • Other minor bug fixes and enhancements

10.25

23 Nov 21:37
Compare
Choose a tag to compare
  • Dropped use of the 'Precedence' email header as use is controversial and not widely supported
  • Fix for date appearing in wrong language when authors use different language in WordPress admin to the main site language
  • Gutenberg block updated for useOnce deprecation and transition to shortcode block improved from recently added and unsaved block
  • Fixed warning message on Your Subscriptions page
  • Further Coding Standard improvements
  • Add GDPR warning to Settings page for certain settings
  • Fixed error message in older version of WordPress where get_user_locale() function is not available
  • Extended 's2_form' filter to include shortcode attributes to allow more accurate filtering
  • Extended Widget to pass attribute to indicate Widget use over standard form use
  • Fix some notices generated by undefined variables
  • Ensure Editor buttons loads when Classic Editor plugin in use with WordPress 5.0