Version Description
(2019-02-15) = * compatability with WordPress 5.1
Download this release
Release Info
Developer | shareaholic |
Plugin | Similar Posts – Best Related Posts Plugin for WordPress |
Version | 3.0.2 |
Comparing to | |
See all releases |
Code changes from version 3.0.1 to 3.0.2
- readme.txt +6 -3
- similar-posts.php +1 -1
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: shareaholic
|
3 |
Tags: related posts, similar posts, connected posts, related posts widget, linked posts
|
4 |
Requires at least: 4.0
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 3.0.
|
7 |
|
8 |
Displays a list of related posts similar to the current one based on content, title and/or tags. Works with all themes and is very customizable!
|
9 |
|
@@ -67,7 +67,10 @@ Read the <a href="http://wordpress.org/support/plugin/similar-posts">support for
|
|
67 |
|
68 |
== ChangeLog ==
|
69 |
|
70 |
-
= 3.0.
|
|
|
|
|
|
|
71 |
* compatability with WordPress 5
|
72 |
|
73 |
= 3.0.0 (2018-05-03) =
|
2 |
Contributors: shareaholic
|
3 |
Tags: related posts, similar posts, connected posts, related posts widget, linked posts
|
4 |
Requires at least: 4.0
|
5 |
+
Tested up to: 5.1
|
6 |
+
Stable tag: 3.0.2
|
7 |
|
8 |
Displays a list of related posts similar to the current one based on content, title and/or tags. Works with all themes and is very customizable!
|
9 |
|
67 |
|
68 |
== ChangeLog ==
|
69 |
|
70 |
+
= 3.0.2 (2019-02-15) =
|
71 |
+
* compatability with WordPress 5.1
|
72 |
+
|
73 |
+
= 3.0.1 (2018-12-06) =
|
74 |
* compatability with WordPress 5
|
75 |
|
76 |
= 3.0.0 (2018-05-03) =
|
similar-posts.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Similar Posts
|
4 |
Plugin URI: https://wordpress.org/plugins/similar-posts/
|
5 |
Description: Displays a highly configurable list of related posts. Similarity can be based on any combination of word usage in the content, title, or tags.
|
6 |
-
Version: 3.0.
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: similar-posts
|
3 |
Plugin Name: Similar Posts
|
4 |
Plugin URI: https://wordpress.org/plugins/similar-posts/
|
5 |
Description: Displays a highly configurable list of related posts. Similarity can be based on any combination of word usage in the content, title, or tags.
|
6 |
+
Version: 3.0.2
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: similar-posts
|