All Versions
10
Latest Version
Avg Release Cycle
122 days
Latest Release
2114 days ago

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 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.