Wp Complete Open Graph Versions Save

A WordPress plugin for simple, comprehensive, customizable Open Graph management.

v3.4.4

5 years ago
  • Addresses sizing issues for images under 1200px in width.
  • Ensures that OG images are never generated with relative URLs.
  • Requires that selected images be at least 200px x 200px.

v3.4.3

5 years ago

This release fixes a bug causing the og:type tag from not being generated on any page. Additionally, if on an author archive page and a user avatar is available, use that for the Open Graph image tags.

v3.4.2

5 years ago

While the plugin officially supports PHP 5.6 and above, I usually don't mind making the plugin more backwards compatible with a little bit earlier than that. That's what this release does, addressing issues with array_filter():

http://php.net/manual/en/function.array-filter.php#refsect1-function.array-filter-changelog

v3.4.1

5 years ago

For users on older versions of PHP, a constant-related bug was causing the plugin to fail. This address that issue.

On a related note, if you're running anything under PHP 7.1, light a fire under your butt and update!

v3.4.0

5 years ago

This release improves code organization & test coverage, and also generates profile meta fields tags when on a dedicated author page.

v3.3.1

5 years ago

This release improves the logic that's used to determine how OG image tags are generated, as well as improve the efficiency of that logic.

v3.3.0

5 years ago

This release addresses some bugs being caused by earlier versions of PHP, as well as introduces a filter enabling developers to disable OG tag generation when they desire.

v3.2.7

5 years ago

This release adds a basic framework for unit testing and improves how the plugin handles default values when those values are empty.

v3.2.6

5 years ago

In the previous release, there was an incorrect reference to a class property, which was causing a PHP notice. This release fixes that.

v3.2.5

5 years ago

Also, the version of the plugin is now attached to admin assets to prevent caching issues when new versions are available.