CRUDlex v0.15.0 Release Notes

  • 🚀 Released: Upcoming

    • 👍 Attention: the support for PHP 7.1 has been dropped
    • ➕ Added PHP 7.4 support
    • 🛠 Fixed a crash where the namefield of a many relation is a MySQL keyword, thanks to https://github.com/th-lange
    • 🛠 Fixed a timeout within the fetching of the language names
    • 🛠 Fixed a crash if a referenced entity had hard deletion
    • 🛠 Fixed a crash if a route of a non existent entity was requested, properly returning an HTTP 404 now
    • ⚡️ Updated dependencies:
      • "philiplb/valdi": "1.0"
      • "symfony/http-foundation": "4.4"
      • "symfony/routing": "4.4"
      • "symfony/yaml": "4.4"
      • "symfony/translation": "4.4"
      • "symfony/intl": "4.4"
      • "symfony/twig-bridge": "4.4"
      • "doctrine/dbal": "2.10"
      • "riimu/kit-phpencoder": "2.4"