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
16
commits
1
branch
0
tags
346
KiB
PHP
89.9%
JavaScript
10.1%
aa95d3f583
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
aa95d3f583
feat: Add programmatic page creation on activation (Step 8)
2025-04-03 21:11:34 -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
Corrected the post meta key used to retrieve the linked assessment ID in the Job 'Send Invite' metabox AJAX handler
2025-04-03 20:36:47 -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 programmatic page creation on activation (Step 8)
2025-04-03 21:11:34 -05:00