Skip to content

Commit 0e5a016

Browse files
committed
Compatibility for WordPress 5.5. Version 1.91
1 parent f2620b6 commit 0e5a016

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

open-graph-protocol-tools.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Plugin Name: Open Graph Protocol Tools
44
Plugin URI: http://lab.artlung.com/open-graph-protocol-tools/
55
Description: Tools for Open Graph Protocol
6-
Version: 1.8
6+
Version: 1.91
77
Author: Joe Crawford
88
Author URI: http://joecrawford.com
99
License: GPL2
1010
*/
1111
// http://opengraphprotocol.org/
1212

13-
/* Copyright 2010-13 Joe Crawford (email : joe@artlung.com)
13+
/* Copyright 2010-20 Joe Crawford (email : joe@artlung.com)
1414
1515
This program is free software; you can redistribute it and/or modify
1616
it under the terms of the GNU General Public License, version 2, as

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: artlung,pathawks
33
Donate link: http://joecrawford.com/plugin-donation
44
Tags: metadata, opengraphprotocol, facebook
55
Requires at least: 2.9
6-
Tested up to: 5.0
7-
Stable tag: 1.9
6+
Tested up to: 5.5
7+
Stable tag: 1.91
88

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

@@ -30,7 +30,7 @@ else:
3030
endif;
3131
?&gt;</pre>
3232

33-
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#">`
33+
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;`
3434

3535

3636
== Frequently Asked Questions ==
@@ -74,3 +74,5 @@ None.
7474
= 1.9 =
7575

7676
* Support for tag archive pages
77+
= 1.91 =
78+
* WordPress 5.5 compatible

0 commit comments

Comments
 (0)