Releases: hizzle-co/noptin
Releases · hizzle-co/noptin
3.8.1
Added
- Introduced bounce handling for Amazon SES, supporting both bounce and complaint notifications.
- Implemented a new "Subscribers (Beta)" admin interface.
- Improved recurring email scheduling logic with retry support and skip day handling.
Changed
- Refactored bounce handler to be fully static and relocated from
REST
namespace toSubscribers
. - Updated campaign scheduling to better account for timezone offsets, skip days, and missed sends.
- Replaced old dashboard
welcome.php
view with new modular dashboard components. - Optimized dashboard script localization by dynamically injecting plugin suggestions based on active plugins.
- Overhauled monthly and yearly frequency handling to improve accuracy in future send time calculations.
- Cleaned up the admin dashboard and settings view layout, reducing legacy code.
Removed
- Deprecated
includes/admin/welcome.php
and associated legacy dashboard UI. - Removed
style-settings.css
and outdated SASS components related to the old settings UI. - Removed redundant switch styling and form components from
admin.scss
.
Fixed
- Corrected bug where
x_days
recurring emails could incorrectly skip next sends under specific timezone configurations. - Ensured proper handling of scheduling when skip days conflict with the next calculated send date.
- Fixed incorrect conversion of
next_send
timestamps due to inconsistent GMT offset application.
3.8.0
3.7.10
3.7.9
What's Changed
- Add option to send new posts digest newsletters manually
- Add manage preferences URL setting for subscribers
- Improve email client compatibility
- Add fallback image option for posts without featured images
- Update babel monorepo to v7.26.9 by @renovate in #996
- Update dependency sass to v1.85.0 by @renovate in #995
- Update dependency webpack to v5.98.0 by @renovate in #993
- Update wordpress monorepo by @renovate in #991
- Update dependency postcss to v8.5.3 by @renovate in #997
- Update dependency sass to v1.85.1 by @renovate in #998
Full Changelog: 3.7.8...3.7.9
3.7.8
3.7.7
Full Changelog: 3.7.6...3.7.7
3.7.6
What's Changed
- Update babel monorepo to v7.26.7 by @renovate in #981
- Update dependency tijsverkoyen/css-to-inline-styles to v2.3.0 by @renovate in #982
- Update wordpress monorepo - autoclosed by @renovate in #983
- Update dependency hizzle/store to v0.2.4 by @renovate in #985
Full Changelog: 3.7.5...3.7.6
3.7.5
Improve automation rule and subscriber record handling - Update action settings merging logic in Automation_Rule - Modify subscriber record descriptions for clarity - Adjust default values for tag-related fields - Enhance field handling in subscriber records