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

Commit e3464d9

Browse files
author
Matthias Pfefferle
committed
version bump
1 parent d4d69b7 commit e3464d9

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires at least:** 4.8.2
66
**Requires PHP:** 5.4
77
**Tested up to:** 4.9.1
8-
**Stable tag:** 3.7.1
8+
**Stable tag:** 3.7.2
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

@@ -68,9 +68,13 @@ The Webmention and Pingback logos are made by [Aaron Parecki](http://aaronpareck
6868

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

71+
### 3.7.2 ###
72+
73+
* Bugfix: "Normal comments" hidden in comment-section (https://github.com/pfefferle/wordpress-semantic-linkbacks/issues/140)
74+
7175
### 3.7.1 ###
7276

73-
* fixed reacjis and facepiles
77+
* Fixed reacjis and facepiles
7478

7579
### 3.7.0 ###
7680

readme.txt

Lines changed: 6 additions & 2 deletions
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.4
77
Tested up to: 4.9.1
8-
Stable tag: 3.7.1
8+
Stable tag: 3.7.2
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -68,9 +68,13 @@ The Webmention and Pingback logos are made by [Aaron Parecki](http://aaronpareck
6868

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

71+
= 3.7.2 =
72+
73+
* Bugfix: "Normal comments" hidden in comment-section (https://github.com/pfefferle/wordpress-semantic-linkbacks/issues/140)
74+
7175
= 3.7.1 =
7276

73-
* fixed reacjis and facepiles
77+
* Fixed reacjis and facepiles
7478

7579
= 3.7.0 =
7680

semantic-linkbacks.php

Lines changed: 2 additions & 2 deletions
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.7.1
8+
* Version: 3.7.2
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: semantic-linkbacks
@@ -20,7 +20,7 @@
2020
* @author Matthias Pfefferle
2121
*/
2222
class Semantic_Linkbacks_Plugin {
23-
public static $version = '3.7.1';
23+
public static $version = '3.7.2';
2424
/**
2525
* Initialize the plugin, registering WordPress hooks.
2626
*/

0 commit comments

Comments
 (0)