This website requires JavaScript.
Explore
Help
Sign in
ruben
/
quiztech-assessment-platform
Watch
1
Star
0
Fork
You've already forked quiztech-assessment-platform
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
Quiztech Assessment Platform WordPress Plugin
11
commits
1
branch
0
tags
346
KiB
PHP
89.9%
JavaScript
10.1%
836ce51127
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Ruben Ramirez
836ce51127
Fix missing closing bracket
2025-04-03 19:58:34 -05:00
public
Fix activation errors and address initial TODOs
2025-04-03 19:12:26 -05:00
src
Fix missing closing bracket
2025-04-03 19:58:34 -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
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