All notable changes to php-open-graph
will be documented in this file
- Add PHP 8.0 support
- Fix properties with double quotes in it
- Allow to suppress URL suffix for structured properties - #11
- Backport to PHP 7.1 - #9
- use
og:xxx
instead ofog:xxx:url
if simple string is passed (image
,video
,audio
) - #5
- integrate
astrotomic/php-conditional-proxy
to call methods conditionally
- add
\Astrotomic\OpenGraph\ConditionalProxy
to allow callingwhen()
without callback
- fix
\Astrotomic\OpenGraph\StructuredProperties\Audio
prefix - fix
\Astrotomic\OpenGraph\StructuredProperties\Video
prefix - add missing
\Astrotomic\OpenGraph\Types\Twitter\SummaryLargeImage::creator()
- accept stringable objects as image/video/audio
- fix "Argument 1 passed to when() must be of the type bool, null given" exception
- add Twitter Cards
- initial release