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
14
commits
1
branch
0
tags
346
KiB
PHP
89.9%
JavaScript
10.1%
213091155a
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
213091155a
Update to filesystem path instead of URL
2025-04-03 20:29:10 -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
Update to filesystem path instead of URL
2025-04-03 20:29:10 -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