From 0e5a016d1c13ce1a352795b233aa574b0922fb4c Mon Sep 17 00:00:00 2001 From: Joe Crawford Date: Sun, 9 Aug 2020 15:16:21 -0700 Subject: [PATCH] Compatibility for WordPress 5.5. Version 1.91 --- open-graph-protocol-tools.php | 4 ++-- readme.md | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/open-graph-protocol-tools.php b/open-graph-protocol-tools.php index 0f924c0..53387ee 100644 --- a/open-graph-protocol-tools.php +++ b/open-graph-protocol-tools.php @@ -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 diff --git a/readme.md b/readme.md index 91f9166..0e625b1 100644 --- a/readme.md +++ b/readme.md @@ -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. @@ -30,7 +30,7 @@ else: endif; ?> -It would be best if in your theme you also added an attribute in the `` tag, like this: `` +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#">` == Frequently Asked Questions == @@ -74,3 +74,5 @@ None. = 1.9 = * Support for tag archive pages + = 1.91 = + * WordPress 5.5 compatible