Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 11:30
· 25 commits to main since this release
  • Implement activity log feature with management options
    • Added an optional activity log to track significant plugin events, including weekly summaries and table maintenance.
    • Introduced settings to enable/disable the activity log and manage log retention.
    • Implemented AJAX functionality for clearing the activity log entries.
    • Updated documentation in README.md and README.txt to reflect new features and usage instructions.
    • Enhanced database maintenance routines to include activity log management.
  • Add activity logging feature to track plugin events
    • Introduced an activity log to record significant plugin events such as daily and weekly spam summaries sent, table maintenance, and old logs cleaned.
    • Added a new setting to enable or disable the activity log in the plugin settings.
    • Updated the admin interface to display recent activity log entries.
    • Enhanced email notifications to confirm the sending of daily and weekly summaries even when no spam is detected.
    • Updated language files to include new strings for the activity log feature.