Changelog History
-
v3.5.2
June 14, 2018 -
v3.5.1
October 15, 2017 -
v3.5.0
September 28, 2017 -
v3.4.0 Changes
June 03, 2017 -
v3.3.0
September 20, 2016 -
v3.2.0 Changes
July 27, 2016👀 The
MetaTags
provider can now extract info from any attribute (see #120). -
v3.1.1
February 14, 2016 -
v3.1.0 Changes
October 03, 2015👌 Support for PHP 5.5 was removed in version 3.0.0.
👍 As it was annoying for many people, typically to set up essence on some hosting providers, support for PHP 5.5 is added back in version 3.1.0. -
v2.6.1 Changes
August 17, 2016✅ Packagist didn't recognize the latest tag because of an explicit version set in
composer.json
(ed08afc).
🚀 Release 2.6.0 will therefore not appear in packagist, but this one will. -
v2.6.0 Changes
August 17, 2016🚀 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 toEssence\Log\Logger\NullClass
, so its name does not conflict with thenull
keyword in PHP 7.0.⬆️ If you don't use this class direcly in your code, you can upgrade safely without changing anything.