Skip to content

Releases: essence/essence

Secure Vimeo oEmbed

21 Jan 10:00
81e889a
Compare
Choose a tag to compare

OEmbed endpoints from Vimeo now use HTTPS.

Secure YouTube oEmbed

16 Dec 09:09
64af740
Compare
Choose a tag to compare

OEmbed endpoints from YouTube now use HTTPS.

Facebook photos support

14 Jun 12:04
9e67470
Compare
Choose a tag to compare
Merge pull request #138 from Somethingideally/patch-1

Add support for facebook photo posts

Fixed Imgur

15 Oct 10:41
Compare
Choose a tag to compare
Merge pull request #135 from TheLuckyOne/master

Imgur Quick fix http to https

Added Facebook posts

28 Sep 00:45
Compare
Choose a tag to compare
Merge pull request #133 from gargamol/master

added facebook post support

Added Facebook videos

03 Jun 21:08
Compare
Choose a tag to compare

Fixed version

17 Aug 15:24
Compare
Choose a tag to compare

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.

PHP 7.0 support

17 Aug 07:57
Compare
Choose a tag to compare

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.

More flexible meta tags extraction

27 Jul 09:53
Compare
Choose a tag to compare

The MetaTags provider can now extract info from any attribute (see #120).

Support for PHP 5.5

03 Oct 11:11
Compare
Choose a tag to compare

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.