Skip to content

Releases: pH-7/NotAllowed

NotAllowed, v2.1 Released!😊 (Oct 27th 2024 Release)

26 Oct 21:36
957c798
Compare
Choose a tag to compare

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! 🚀

20 Jan 10:41
b03b929
Compare
Choose a tag to compare

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 👏

Full Changelog: 1.3.0...2.0.0

Enjoy! 🎉 Feel free to share your feedback and suggestions!

NotAllowed, v1.3.0 Released 🎉

08 Apr 21:38
cb64430
Compare
Choose a tag to compare
  • Code cleaned up/enhanced.
  • Minor fixes
  • Compatibility for PHP 8 (eliminate warnings due to private final methods).

NotAllowed, v1.2 Released!😊

27 Jul 20:30
Compare
Choose a tag to compare
  • Update: Better blacklisted IPs list 61c3dd4

NotAllowed v1.1.0 Released! 🎉

20 Jul 15:44
Compare
Choose a tag to compare
  • 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 🎉

18 Jul 15:10
cb3b8db
Compare
Choose a tag to compare

First release! 😊