Releases: pH-7/Obfuscator-Class
Releases · pH-7/Obfuscator-Class
v2.0.1
v2.0 (removing deprecated `create_function()` 🎉
- Replaced
create_function()
to a new anonymous function handler. - The library is now distributed under MIT permissive license! (the most permissive license).
- Updated examples.
- Fixed typos on README file.
- Improve the codebase, simplified some things in there.
- The library now requires PHP 5.3 or higher (because it uses anonymous functions). If you use an older version, please continue to use the v1 of the library.
- The library is now fully compatible with the latest PHP versions.
v1, Initial Release 🎉
v1.0.0 Fix indentation