Skip to content

Commit

Permalink
Compatibility for WordPress 5.5. Version 1.91
Browse files Browse the repository at this point in the history
  • Loading branch information
artlung committed Aug 9, 2020
1 parent f2620b6 commit 0e5a016
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions open-graph-protocol-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Plugin Name: Open Graph Protocol Tools
Plugin URI: http://lab.artlung.com/open-graph-protocol-tools/
Description: Tools for Open Graph Protocol
Version: 1.8
Version: 1.91
Author: Joe Crawford
Author URI: http://joecrawford.com
License: GPL2
*/
// http://opengraphprotocol.org/

/* Copyright 2010-13 Joe Crawford (email : joe@artlung.com)
/* Copyright 2010-20 Joe Crawford (email : joe@artlung.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
Expand Down
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: artlung,pathawks
Donate link: http://joecrawford.com/plugin-donation
Tags: metadata, opengraphprotocol, facebook
Requires at least: 2.9
Tested up to: 5.0
Stable tag: 1.9
Tested up to: 5.5
Stable tag: 1.91

Adds Open Graph Protocol meta to the individual pages and posts of your WordPress Install.

Expand All @@ -30,7 +30,7 @@ else:
endif;
?&gt;</pre>

It would be best if in your theme you also added an attribute in the `<html>` tag, like this: `<html prefix="og: http://ogp.me/ns#">`
It would be best if in your theme you also added an attribute in the `&lt;html&gt;` tag, like this: `&lt;html prefix="og: http://ogp.me/ns#"&gt;`


== Frequently Asked Questions ==
Expand Down Expand Up @@ -74,3 +74,5 @@ None.
= 1.9 =

* Support for tag archive pages
= 1.91 =
* WordPress 5.5 compatible

0 comments on commit 0e5a016

Please sign in to comment.