File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
* Description: Adds Open Graph metadata to your pages
6
6
* Author: Will Norris
7
7
* Author URI: https://willnorris.com/
8
- * Version: 1.12.0
8
+ * Version: 1.12.1
9
9
* License: Apache License, Version 2.0
10
10
* License URI: http://www.apache.org/licenses/LICENSE-2.0.html
11
11
* Text Domain: opengraph
@@ -499,7 +499,7 @@ function fediverse_default_creator( $creator ) {
499
499
}
500
500
501
501
$ webfinger = ltrim ( $ webfinger , '@ ' );
502
- $ webfinger = ltrim ( $ webfinger , 'acct: ' );
502
+ $ webfinger = str_replace ( 'acct: ' , '' , $ webfinger );
503
503
504
504
return $ webfinger ;
505
505
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: willnorris, pfefferle
3
3
Tags: social, opengraph, ogp, facebook
4
4
Requires at least: 2.3
5
5
Tested up to: 6.5
6
- Stable tag: 1.12.0
6
+ Stable tag: 1.12.1
7
7
License: Apache License, Version 2.0
8
8
License URI: https://www.apache.org/licenses/LICENSE-2.0.html
9
9
@@ -62,6 +62,9 @@ The plugin populates the meta 'name' attribute alongside the 'property' attribut
62
62
63
63
Project maintained on github at [willnorris/wordpress-opengraph](https://github.com/willnorris/wordpress-opengraph).
64
64
65
+ = version 1.12.1 (Jul 15, 2024) =
66
+ - fix fediverse account normalization
67
+
65
68
= version 1.12.0 (Jul 3, 2024) =
66
69
- support `<meta name="fediverse:creator" />`
67
70
You can’t perform that action at this time.
0 commit comments