Version 3.0 Release Notes!
🎉 Version 2.0 of the Chappy PHP Framework is here!
This is the most feature-packed release to date, introducing an upgrade to the form validation system. The original form validation system does not work with this version. Consult the user guide on how to make the appropriate changes.
🚀 New Features and Updates
- Original form validation system replaced with HasValidators trait.
- Resolved dompurify not found issue when using latest version in starter project
- Installed version 3.4.1 for dompurify in starter project
- Resolved duplicate “include” key in optimizeDeps object in
vite.config.js - Resolved issue where
baseUrlis depreciated in Vite when declared injsconfig.json - Fixed return type for
csrf()global function to be string instead of void - Added COUNTRY_CODE to
.envfile for phone number validation - Added unique and tel validators to Has Validators trait
- Resolved issue where E-mail attachments failed to upload
📘 Documentation
Everything is documented in the user guide:
👉 https://chapmancbvcu.github.io/chappy-php-starter/
Thank you to everyone testing, building, and exploring Chappy v3!