Quiztech Assessment Platform WordPress Plugin
Find a file
2025-04-03 20:24:33 -05:00
admin/js FIXED: Added a 'Send Assessment Invite' metabox to the Job edit screen. Includes metabox 2025-04-03 20:24:33 -05:00
public Fix activation errors and address initial TODOs 2025-04-03 19:12:26 -05:00
src FIXED: Added a 'Send Assessment Invite' metabox to the Job edit screen. Includes metabox 2025-04-03 20:24:33 -05:00
.gitignore feat: Implement invitation system backend and frontend handler 2025-04-03 14:34:19 -05:00
composer.json feat: Add SMTP mailer configuration and integration\n\n- Adds PHPMailer dependency via Composer.\n- Adds SMTP settings section (Host, Port, Encryption, Auth, Credentials, From Address/Name, Enable toggle) to Settings > Quiztech page.\n- Implements render callbacks and sanitization for new settings.\n- Adds 'Send Test Email' button and AJAX handler for verification.\n- Hooks into 'phpmailer_init' to configure PHPMailer based on saved settings.\n- Ensures Invitations class uses wp_mail(). 2025-04-03 19:55:33 -05:00
composer.lock feat: Add SMTP mailer configuration and integration\n\n- Adds PHPMailer dependency via Composer.\n- Adds SMTP settings section (Host, Port, Encryption, Auth, Credentials, From Address/Name, Enable toggle) to Settings > Quiztech page.\n- Implements render callbacks and sanitization for new settings.\n- Adds 'Send Test Email' button and AJAX handler for verification.\n- Hooks into 'phpmailer_init' to configure PHPMailer based on saved settings.\n- Ensures Invitations class uses wp_mail(). 2025-04-03 19:55:33 -05:00
quiztech-assessment-platform.php Added a 'Send Assessment Invite' metabox to the Job edit screen 2025-04-03 20:21:51 -05:00