Skip to content

Releases: alexmacarthur/wp-complete-open-graph

Fix Image-Related Issues

Choose a tag to compare

@alexmacarthur alexmacarthur released this 30 Jan 04:15
  • 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.

Fix `og:type` Tag Generation, Use Author Avatar If Available

Choose a tag to compare

@alexmacarthur alexmacarthur released this 29 Jan 04:50

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.

Improve Backwards Compatibility w/ Old PHP Versions

Choose a tag to compare

@alexmacarthur alexmacarthur released this 22 Jan 20:18

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

Fix Constant-Related Bug for Older PHP Users

Choose a tag to compare

@alexmacarthur alexmacarthur released this 22 Jan 17:16

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!

Improve Code Organization, Show Profile Meta Tags on Author Pages

Choose a tag to compare

@alexmacarthur alexmacarthur released this 22 Jan 04:26

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

Improve Image Meta Tag Logic & Efficiency

Choose a tag to compare

@alexmacarthur alexmacarthur released this 17 Jul 01:44

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.

Improve PHP Backwards Compatibility, Add maybe_enable Filter

Choose a tag to compare

@alexmacarthur alexmacarthur released this 17 Jul 01:43

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.

Add Basic Unit Testing, Improve Default Value Handling

Choose a tag to compare

@alexmacarthur alexmacarthur released this 21 Jun 23:12

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

Fix Incorrect Class Property Reference

Choose a tag to compare

@alexmacarthur alexmacarthur released this 19 Jun 17:46

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

Fix Bug Causing Errors when Invalid Attachment ID Passed

Choose a tag to compare

@alexmacarthur alexmacarthur released this 16 Jun 00:31

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