3.2.0
Added
- new repositories for easy access of single elements (class, interface, method, function, constant)
- PHP 7.3.27 support
- PHP 7.4.15 support
- PHP 8.0.2 support
Changed
- DB optimization: removed all empty (blank) properties by NULL value
- Redis reference updated to version 5.3.3 (stable)
Fixed
- #65 Make the database compatible with all PHP versions
Because Doctrine ORM v2 has following issue
- 7598 Unable to create a proxy for a final class
we removedfinalkeyword from Persistence Entity Objects