Version Description
Download this release
Release Info
Developer | shareaholic |
Plugin | Similar Posts – Best Related Posts Plugin for WordPress |
Version | 2.8 |
Comparing to | |
See all releases |
Code changes from version 2.75 to 2.8
- readme.txt +8 -5
- similar-posts.php +1 -1
readme.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
=== Similar Posts - Best Related Posts Plugin for WordPress ===
|
2 |
-
Contributors:
|
3 |
Tags: related posts, similar posts, connected posts, related posts widget, linked posts
|
4 |
-
License: GPLv2 or later
|
5 |
-
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 4.9
|
8 |
-
Stable tag: 2.
|
9 |
|
10 |
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!
|
11 |
|
@@ -25,6 +23,9 @@ Similar Posts displays a list of posts that are similar or related to the curren
|
|
25 |
|
26 |
Originally developed by [Robert Marsh](http://rmarsh.com/).
|
27 |
|
|
|
|
|
|
|
28 |
|
29 |
== Installation ==
|
30 |
|
@@ -65,7 +66,9 @@ Read the <a href="http://wordpress.org/support/plugin/similar-posts">support for
|
|
65 |
|
66 |
|
67 |
== ChangeLog ==
|
68 |
-
|
|
|
|
|
69 |
* 2.75 - 2017/07/27
|
70 |
* minor update
|
71 |
|
1 |
=== Similar Posts - Best Related Posts Plugin for WordPress ===
|
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: 4.9
|
6 |
+
Stable tag: 2.8
|
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, check out our other plugin for [getting more traffic here](https://shrlc.com/yPInQlI).
|
27 |
+
|
28 |
+
[Shareaholic Blog](https://blog.shareaholic.com/) | [Privacy](https://shareaholic.com/privacy/) | [Terms](https://shareaholic.com/terms/)
|
29 |
|
30 |
== Installation ==
|
31 |
|
66 |
|
67 |
|
68 |
== ChangeLog ==
|
69 |
+
* 2.8 - 2018/05/03
|
70 |
+
* minor update
|
71 |
+
|
72 |
* 2.75 - 2017/07/27
|
73 |
* minor update
|
74 |
|
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: 2.
|
7 |
Author: Web Factory Ltd
|
8 |
Author URI: http://www.webfactoryltd.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: 2.8
|
7 |
Author: Web Factory Ltd
|
8 |
Author URI: http://www.webfactoryltd.com/
|
9 |
Text Domain: similar-posts
|