Releases: mattyrob/subscribe2-for-cp
Releases · mattyrob/subscribe2-for-cp
11.1
- Update jQuery UI CSS library for pop up form to latest version
- Move translation template file to /languages sub-folder
- Simplify translation code to locate mo files in /languages folder, admin translation supported from WordPress 4.7
- Update i18n text domain name for this fork
- Fixed duplicated responses in Pop Up (Ajax) subscriber form
11.0.2
11.0.1
11.0
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
- 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
10.29
- 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
10.27
- 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
- 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