Version Description
Download this release
Release Info
Developer | shareaholic |
Plugin | Similar Posts – Best Related Posts Plugin for WordPress |
Version | 3.0.1 |
Comparing to | |
See all releases |
Code changes from version 3.0.0 to 3.0.1
- readme.txt +8 -4
- similar-posts.php +2 -2
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:
|
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 |
|
@@ -23,9 +23,9 @@ Similar Posts displays a list of posts that are similar or related to the curren
|
|
23 |
|
24 |
Originally developed by [Robert Marsh](http://rmarsh.com/).
|
25 |
|
26 |
-
If you need a plugin that does all the Related Posts compute processing in the cloud, check out our other [Related Posts WordPress plugin](https://shrlc.com/yPInQlI).
|
27 |
|
28 |
-
[Shareaholic Blog](https://
|
29 |
|
30 |
== Installation ==
|
31 |
|
@@ -66,6 +66,10 @@ Read the <a href="http://wordpress.org/support/plugin/similar-posts">support for
|
|
66 |
|
67 |
|
68 |
== ChangeLog ==
|
|
|
|
|
|
|
|
|
69 |
= 3.0.0 (2018-05-03) =
|
70 |
* minor update
|
71 |
|
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.0
|
6 |
+
Stable tag: 3.0.1
|
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 |
|
23 |
|
24 |
Originally developed by [Robert Marsh](http://rmarsh.com/).
|
25 |
|
26 |
+
If you need a plugin that does all the Related Posts compute processing in the cloud, please check out our other [Related Posts & Products WordPress plugin](https://shrlc.com/yPInQlI).
|
27 |
|
28 |
+
[Shareaholic Blog](https://www.shareaholic.com/blog) | [Privacy](https://www.shareaholic.com/privacy/) | [Terms](https://www.shareaholic.com/terms/)
|
29 |
|
30 |
== Installation ==
|
31 |
|
66 |
|
67 |
|
68 |
== ChangeLog ==
|
69 |
+
|
70 |
+
= 3.0.0 (2018-12-06) =
|
71 |
+
* compatability with WordPress 5
|
72 |
+
|
73 |
= 3.0.0 (2018-05-03) =
|
74 |
* minor update
|
75 |
|
similar-posts.php
CHANGED
@@ -3,9 +3,9 @@
|
|
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://shareaholic.com
|
9 |
Text Domain: similar-posts
|
10 |
*/
|
11 |
|
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.1
|
7 |
Author: Shareaholic
|
8 |
+
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: similar-posts
|
10 |
*/
|
11 |
|