Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit f4331db

Browse files
committed
fixed HTML error
1 parent 4e06677 commit f4331db

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires at least:** 4.8.2
66
**Requires PHP:** 5.3
77
**Tested up to:** 4.8.2
8-
**Stable tag:** 3.5.0
8+
**Stable tag:** 3.5.1
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

@@ -59,13 +59,19 @@ The Webmention and Pingback logos are made by [Aaron Parecki](http://aaronpareck
5959

6060
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
6161

62+
### 3.5.1 ###
63+
64+
* Bugfix release
65+
6266
### 3.5.0 ###
67+
6368
* Add Facepile code
6469
* Add setting to disable automatic facepile include
6570
* Add filter to allow themes to disable the setting and the feature if they facepile themselves
6671
* Add PHP requirement to readme file
6772

6873
### 3.4.1 ###
74+
6975
* Abstract out linkback retrieval functions to allow for easier changes in future
7076
* Fix retrieval issue
7177
* Remove merge and compatibility function creating double slashing due update in 4.7.1

languages/semantic-linkbacks.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Semantic-Linkbacks 3.5.0\n"
5+
"Project-Id-Version: Semantic-Linkbacks 3.5.1\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/semantic-linkbacks\n"
8-
"POT-Creation-Date: 2017-10-03 17:25:35+00:00\n"
8+
"POT-Creation-Date: 2017-10-03 17:38:09+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: webmention, pingback, trackback, linkback, microformats, comments, indiewe
55
Requires at least: 4.8.2
66
Requires PHP: 5.3
77
Tested up to: 4.8.2
8-
Stable tag: 3.5.0
8+
Stable tag: 3.5.1
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -59,13 +59,19 @@ The Webmention and Pingback logos are made by [Aaron Parecki](http://aaronpareck
5959

6060
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
6161

62+
= 3.5.1 =
63+
64+
* Bugfix release
65+
6266
= 3.5.0 =
67+
6368
* Add Facepile code
6469
* Add setting to disable automatic facepile include
6570
* Add filter to allow themes to disable the setting and the feature if they facepile themselves
6671
* Add PHP requirement to readme file
6772

6873
= 3.4.1 =
74+
6975
* Abstract out linkback retrieval functions to allow for easier changes in future
7076
* Fix retrieval issue
7177
* Remove merge and compatibility function creating double slashing due update in 4.7.1

semantic-linkbacks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Semantic Linkbacks for WebMentions, Trackbacks and Pingbacks
66
* Author: Matthias Pfefferle
77
* Author URI: https://notiz.blog/
8-
* Version: 3.5.0
8+
* Version: 3.5.1
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: semantic-linkbacks

templates/linkbacks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
);
147147
?>
148148
<?php endif; ?>
149-
<?php endif; ?>
150149
</div>
150+
<?php endif; ?>
151151

152152
<?php if ( has_linkbacks( 'mention' ) ) : ?>
153153
<div class="mentions">

0 commit comments

Comments
 (0)