Skip to content

Releases: hizzle-co/noptin

3.8.1

08 Apr 03:54
Compare
Choose a tag to compare

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 to Subscribers.
  • 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

22 Mar 09:50
a71b2a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.7.10...3.8.0

3.7.10

04 Mar 12:05
Compare
Choose a tag to compare
3.7.10 release changes

3.7.9

02 Mar 07:40
Compare
Choose a tag to compare

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

Full Changelog: 3.7.8...3.7.9

3.7.8

19 Feb 17:56
Compare
Choose a tag to compare
Bump version to 3.7.8 and fix post notification email sender selection

3.7.7

11 Feb 09:16
Compare
Choose a tag to compare

Full Changelog: 3.7.6...3.7.7

3.7.6

03 Feb 09:37
Compare
Choose a tag to compare

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

30 Jan 10:00
Compare
Choose a tag to compare
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

3.7.4

21 Jan 12:52
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency sass to v1.83.4 by @renovate in #975
  • chore(deps): update dependency postcss to v8.5.1 - autoclosed by @renovate in #976
  • fix(deps): update wordpress monorepo by @renovate in #977

Full Changelog: 3.7.3...3.7.4

3.7.3

18 Jan 05:12
Compare
Choose a tag to compare
3.7.3 release changes