Version Description
(2019-05-02) = * Tested up to WordPress 5.2
Download this release
Release Info
Developer | shareaholic |
Plugin | Similar Posts – Best Related Posts Plugin for WordPress |
Version | 3.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.1.1
- readme.txt +13 -10
- similar-posts.php +1 -1
readme.txt
CHANGED
@@ -2,8 +2,9 @@
|
|
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 |
-
|
|
|
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 |
|
@@ -52,7 +53,7 @@ For anyone who want to keep visitors longer on their site by giving them more qu
|
|
52 |
|
53 |
= It's not working!!! Arrrrrrrrr =
|
54 |
|
55 |
-
Read the <a href="
|
56 |
|
57 |
|
58 |
== Screenshots ==
|
@@ -67,17 +68,20 @@ Read the <a href="http://wordpress.org/support/plugin/similar-posts">support for
|
|
67 |
|
68 |
== ChangeLog ==
|
69 |
|
|
|
|
|
|
|
70 |
= 3.1.0 (2019-02-16) =
|
71 |
-
* Fixed
|
72 |
* Addressed PHP warnings
|
73 |
* Algorithm updated to prefer newer posts over older ones
|
74 |
* General admin panel cleanup
|
75 |
|
76 |
= 3.0.2 (2019-02-15) =
|
77 |
-
*
|
78 |
|
79 |
= 3.0.1 (2018-12-06) =
|
80 |
-
*
|
81 |
|
82 |
= 3.0.0 (2018-05-03) =
|
83 |
* Minor update
|
@@ -230,8 +234,7 @@ Read the <a href="http://wordpress.org/support/plugin/similar-posts">support for
|
|
230 |
|
231 |
== Upgrade Notice ==
|
232 |
|
233 |
-
|
234 |
-
|
235 |
-
If you are upgrading from a version older than v2.6.2.0 first deactivate the plugin, then delete the plugin folder from your server.
|
236 |
|
237 |
-
If you have the Similar Posts Feed plugin installed you must deactivate it before installing Similar Posts (which now does the same job).
|
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.2
|
6 |
+
Requires PHP: 5.2
|
7 |
+
Stable tag: 3.1.1
|
8 |
|
9 |
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!
|
10 |
|
53 |
|
54 |
= It's not working!!! Arrrrrrrrr =
|
55 |
|
56 |
+
Read the <a href="https://wordpress.org/support/plugin/similar-posts/">support forum</a> rules (no seriously, read them) and then if needed open new a thread.
|
57 |
|
58 |
|
59 |
== Screenshots ==
|
68 |
|
69 |
== ChangeLog ==
|
70 |
|
71 |
+
= 3.1.1 (2019-05-02) =
|
72 |
+
* Tested up to WordPress 5.2
|
73 |
+
|
74 |
= 3.1.0 (2019-02-16) =
|
75 |
+
* Fixed compatibility issues with PHP 7.2
|
76 |
* Addressed PHP warnings
|
77 |
* Algorithm updated to prefer newer posts over older ones
|
78 |
* General admin panel cleanup
|
79 |
|
80 |
= 3.0.2 (2019-02-15) =
|
81 |
+
* compatibility with WordPress 5.1
|
82 |
|
83 |
= 3.0.1 (2018-12-06) =
|
84 |
+
* compatibility with WordPress 5
|
85 |
|
86 |
= 3.0.0 (2018-05-03) =
|
87 |
* Minor update
|
234 |
|
235 |
== Upgrade Notice ==
|
236 |
|
237 |
+
= 3.1.1 =
|
238 |
+
We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
|
|
|
239 |
|
240 |
+
The plugin **no longer requires** the latest version of the Post-Plugin Library. If you are upgrading from a version older than v2.6.2.0 first deactivate the plugin, then delete the plugin folder from your server. If you have the Similar Posts Feed plugin installed you must deactivate it before installing Similar Posts (which now does the same job).
|
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.1.
|
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.1.1
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: similar-posts
|