Skip to content

Releases: willnorris/wordpress-opengraph

1.11.2

13 Nov 16:23
Compare
Choose a tag to compare

What's Changed

  • stript tags from title, site-name and description by @pfefferle in #33

Full Changelog: 1.11.1...1.11.2

1.11.1

03 Apr 13:33
Compare
Choose a tag to compare
  • fixed a typo

1.11.0

22 Oct 08:02
Compare
Choose a tag to compare
  • fixed attachment issue
  • fixed PHP 7.4 issue

1.10.0

20 Apr 19:41
a061505
Compare
Choose a tag to compare
  • basic video support
  • basic audio support

1.8.3

27 Jan 00:11
Compare
Choose a tag to compare
  • added escaping for the missing attributes

1.8.2

21 Nov 17:08
Compare
Choose a tag to compare

1.8.1

19 Nov 13:01
Compare
Choose a tag to compare
  • change og:image to use the full size of image (props @torenord)

1.7.0

18 Jan 21:47
Compare
Choose a tag to compare
  • added "strict mode" setting
  • better twitter:card handling
  • basic twitter:creator support
  • WordPress coding standard

1.6

30 Dec 10:33
Compare
Choose a tag to compare
1.6
  • implemented get_the_archive_title and get_the_archive_description (new in WordPress 4.1)
  • basic twitter cards support (thanks to elroyjetson)
  • replace $post->post_title with get_the_title() (see #17 for details)