Releases: pH-7/NotAllowed
Releases · pH-7/NotAllowed
NotAllowed, v2.1 Released!😊 (Oct 27th 2024 Release)
Maintenance version with some changes, keeping NotAllowed efficient and convenient for any of your PHP projects 🚀
Full Changelog: 2.0.0...2.0.1
NotAllowed, v2.0 Released! 🚀
What's Changed 🔎
⚠️ Breaking Change This new version requires at least PHP 8.1 or higher.- 🚀 Add caching support, files should not be read every single time a static method is called, especially when doing multiple validations.
- 🛡 Add support for validation against an array of values.
- 🐘 Using the native PHP enums (with the "match" expression ⚡️) for the banned types.
- 🤠 Add support for multi-validation (meaning, validate a provided string is banned in words or usernames for example).
- 🎈 Allow extending banned data.
New Contributors 👏
- @soulshined made their first contribution in #1
Full Changelog: 1.3.0...2.0.0
Enjoy! 🎉 Feel free to share your feedback and suggestions!
NotAllowed, v1.3.0 Released 🎉
- Code cleaned up/enhanced.
- Minor fixes
- Compatibility for PHP 8 (eliminate warnings due to private final methods).
NotAllowed, v1.2 Released!😊
- Update: Better blacklisted IPs list 61c3dd4
NotAllowed v1.1.0 Released! 🎉
- Updated the banned data txt files with new improved words, forbidden user names, blacklisted email domains.
- Other several improvements
- Fixed issue with PHPUnit XML file c0ad6e9
Initial First Release 🎉
First release! 😊