Similar Posts – Best Related Posts Plugin for WordPress - Version 3.1.4

Version Description

(15-MARCH-2021) = * Support for WordPress 5.7+

Download this release

Release Info

Developer shareaholic
Plugin Icon 128x128 Similar Posts – Best Related Posts Plugin for WordPress
Version 3.1.4
Comparing to
See all releases

Code changes from version 3.1.3 to 3.1.4

Files changed (2) hide show
  1. readme.txt +18 -15
  2. similar-posts.php +1 -1
readme.txt CHANGED
@@ -2,9 +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.4
6
  Requires PHP: 5.2
7
- Stable tag: 3.1.3
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
 
@@ -67,43 +67,46 @@ Read the <a href="https://wordpress.org/support/plugin/similar-posts/">support f
67
 
68
 
69
  == ChangeLog ==
70
- = 3.1.3 (2020-04-07) =
 
 
 
71
  * Support for WordPress 5.4+
72
 
73
- = 3.1.2 (2019-11-06) =
74
  * Support for WordPress 5.3+
75
 
76
- = 3.1.1 (2019-05-02) =
77
  * Support for WordPress 5.2
78
 
79
- = 3.1.0 (2019-02-16) =
80
  * Fixed compatibility issues with PHP 7.2
81
  * Addressed PHP warnings
82
  * Algorithm updated to prefer newer posts over older ones
83
  * General admin panel cleanup
84
 
85
- = 3.0.2 (2019-02-15) =
86
  * Support for WordPress 5.1
87
 
88
- = 3.0.1 (2018-12-06) =
89
  * Support for WordPress WordPress 5.0
90
 
91
- = 3.0.0 (2018-05-03) =
92
  * Minor update
93
 
94
- = 2.8.1 (2018-05-03) =
95
  * Minor update
96
 
97
- = 2.8 (2018-05-03) =
98
  * Minor update
99
 
100
- = 2.75 (2017-07-27) =
101
  * Minor update
102
 
103
- = 2.71 (2017-04-02) =
104
  * Minor update
105
 
106
- = 2.71 (2016-09-13) =
107
  * no longer requires any additional plugins
108
  * fixed all notices and errors
109
  * fully compatible with the latest version of WP
@@ -239,7 +242,7 @@ Read the <a href="https://wordpress.org/support/plugin/similar-posts/">support f
239
 
240
  == Upgrade Notice ==
241
 
242
- = 3.1.3 =
243
  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!
244
 
245
  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).
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.7
6
  Requires PHP: 5.2
7
+ Stable tag: 3.1.4
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
 
67
 
68
 
69
  == ChangeLog ==
70
+ = 3.1.4 (15-MARCH-2021) =
71
+ * Support for WordPress 5.7+
72
+
73
+ = 3.1.3 (07-April-2020) =
74
  * Support for WordPress 5.4+
75
 
76
+ = 3.1.2 (06-November-2019) =
77
  * Support for WordPress 5.3+
78
 
79
+ = 3.1.1 (02-May-2019) =
80
  * Support for WordPress 5.2
81
 
82
+ = 3.1.0 (16-February-2019) =
83
  * Fixed compatibility issues with PHP 7.2
84
  * Addressed PHP warnings
85
  * Algorithm updated to prefer newer posts over older ones
86
  * General admin panel cleanup
87
 
88
+ = 3.0.2 (15-February-2019) =
89
  * Support for WordPress 5.1
90
 
91
+ = 3.0.1 (06-December-2018) =
92
  * Support for WordPress WordPress 5.0
93
 
94
+ = 3.0.0 (03-May-2018) =
95
  * Minor update
96
 
97
+ = 2.8.1 (03-May-2018) =
98
  * Minor update
99
 
100
+ = 2.8 (03-May-2018) =
101
  * Minor update
102
 
103
+ = 2.75 (27-July-2017) =
104
  * Minor update
105
 
106
+ = 2.71 (02-April-2017) =
107
  * Minor update
108
 
109
+ = 2.71 (13-September-2016) =
110
  * no longer requires any additional plugins
111
  * fixed all notices and errors
112
  * fully compatible with the latest version of WP
242
 
243
  == Upgrade Notice ==
244
 
245
+ = 3.1.4 =
246
  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!
247
 
248
  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.3
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.4
7
  Author: Shareaholic
8
  Author URI: https://www.shareaholic.com
9
  Text Domain: similar-posts