Skip to content

Commit

Permalink
stage 2.0.13 trailing slash .html issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckreynolds committed Jul 7, 2015
1 parent 14155c9 commit 7e2dff7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: ryno267, andrewryno
Donate link: http://goo.gl/8lGv3
Tags: open graph, ogp, facebook open graph, google +1, +1, google plus one, plus one, linkedin share, facebook meta, open graph meta, facebook share, facebook like, linkedin
Requires at least: 3.0
Tested up to: 4.2
Stable tag: 2.0.12
Tested up to: 4.2.2
Stable tag: 2.0.13
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -48,6 +48,9 @@ Honestly it's not hard to add one once you have the proper meta content in the h
1. The Open Graph admin options panel has all options laid out in one easy place. The rest is all behind the scenes.

== Upgrade Notice ==
= 2.0.13 =
Small patch for sites use .html in their url permalink structure

= 2.0.12 =
Quick Patch - Changes how trailing slashes are handled. Big update coming soon too!

Expand Down Expand Up @@ -89,6 +92,12 @@ Because we're getting more accurate titles you may see a change in how they're p

== Changelog ==

= 2.0.13 =

Release Date - 2015-07-06

* Fixed trailing slash issue for sites that use .html in their article url permalink structure. Should play nice now.

= 2.0.12 =

Release Date - 2015-06-19
Expand Down
4 changes: 2 additions & 2 deletions wp-facebook-ogp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP Facebook Open Graph protocol
Plugin URI: http://wordpress.org/plugins/wp-facebook-open-graph-protocol/
Description: Adds proper Facebook Open Graph Meta tags and values to your site so when links are shared it looks awesome! Works on Google + and Linkedin too!
Version: 2.0.12
Version: 2.0.13
Author: Chuck Reynolds
Author URI: http://chuckreynolds.us
License: GPLv2 or later
Expand All @@ -25,7 +25,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

define( 'WPFBOGP_VERSION', '2.0.12' );
define( 'WPFBOGP_VERSION', '2.0.13' );
wpfbogp_admin_warnings();

// add OGP namespace per ogp.me schema
Expand Down

0 comments on commit 7e2dff7

Please sign in to comment.