Skip to content

3.2.0

Choose a tag to compare

@llaville llaville released this 09 Feb 09:50
· 1582 commits to master since this release

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 removed final keyword from Persistence Entity Objects