Doctrine2 Behaviors v1.4.1 Release Notes

Release Date: 2017-09-19 // over 6 years ago
  • 🔄 Changed

    • ⚡️ [#338] Update branch alias in composer.json, Thanks to [@nykopol]
    • [#326] Use svg image for Travis badge and show status of master branch, Thanks to [@bocharsky-bw]
    • ✅ [#328] Run PHPUnit in normal mode instead of --testdox, Thanks to [@bocharsky-bw]

    🛠 Fixed

    • [#304] Minor fix: Tweak docblocks, Thanks to [@bocharsky-bw]
    • [#256] fix typo, Thanks to [@shieldo]
    • [#332] Fix: isEmpty() return true if it's empty, Thanks to [@corentinheadoo]
    • [#360] Fix doctrine dependency and drop PHP < 7, Thanks to [@Einenlum]
    • [#350] Fix disabling softdeletable, Thanks to [@ossinkine]
    • [#353] Markdown syntax fix, Thanks to [@Nyholm]