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
19
commits
1
branch
0
tags
346
KiB
PHP
89.9%
JavaScript
10.1%
04bf4adfb0
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
04bf4adfb0
Refactor: Move CPT metabox logic to dedicated Admin classes
2025-04-03 23:58:15 -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
Refactor: Move CPT metabox logic to dedicated Admin classes
2025-04-03 23:58:15 -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
Refactor: Move CPT metabox logic to dedicated Admin classes
2025-04-03 23:58:15 -05:00