Essence v2.6.0 Release Notes

Release Date: 2016-08-17 // over 7 years ago
  • 🚀 This release adds support for PHP 7.0, thanks to #123.

    🌲 This only introduced a small internal API change that should impact very few users: the Essence\Log\Logger\Null class was renamed to Essence\Log\Logger\NullClass, so its name does not conflict with the null keyword in PHP 7.0.

    ⬆️ If you don't use this class direcly in your code, you can upgrade safely without changing anything.