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

Version Description

Download this release

Release Info

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

Code changes from version 2.8 to 2.8.1

admin-subpages.php CHANGED
@@ -1,9 +1,4 @@
1
  <?php
2
- /*
3
- * Similar Posts
4
- * (c) Web factory Ltd, 2008 - 2017
5
- */
6
-
7
 
8
  /*
9
  A simple library class to ease the use of a further level of submenus in the admin pages
1
  <?php
 
 
 
 
 
2
 
3
  /*
4
  A simple library class to ease the use of a further level of submenus in the admin pages
admin_common_functions.php CHANGED
@@ -1,9 +1,4 @@
1
  <?php
2
- /*
3
- * Similar Posts
4
- * (c) Web factory Ltd, 2008 - 2017
5
- */
6
-
7
 
8
  /*
9
  Library for the Recent Posts, Random Posts, Recent Comments, and Similar Posts plugins
1
  <?php
 
 
 
 
 
2
 
3
  /*
4
  Library for the Recent Posts, Random Posts, Recent Comments, and Similar Posts plugins
common_functions.php CHANGED
@@ -1,10 +1,5 @@
1
  <?php
2
- /*
3
- * Similar Posts
4
- * (c) Web factory Ltd, 2008 - 2017
5
- */
6
-
7
-
8
  /*
9
  Library for the Recent Posts, Random Posts, Recent Comments, and Similar Posts plugins
10
  -- provides the routines which the plugins share
1
  <?php
2
+
 
 
 
 
 
3
  /*
4
  Library for the Recent Posts, Random Posts, Recent Comments, and Similar Posts plugins
5
  -- provides the routines which the plugins share
css/similar-posts-admin.css CHANGED
@@ -1,9 +1,3 @@
1
- /*
2
- * Similar Posts
3
- * (c) Web factory Ltd, 2008 - 2016
4
- */
5
-
6
-
7
  .similarposts-tab-content{
8
  background: #FFFFFF;
9
  padding: 20px;
 
 
 
 
 
 
1
  .similarposts-tab-content{
2
  background: #FFFFFF;
3
  padding: 20px;
output_tags.php CHANGED
@@ -1,9 +1,5 @@
1
  <?php
2
- /*
3
- * Similar Posts
4
- * (c) Web factory Ltd, 2008 - 2017
5
- */
6
-
7
  /*
8
  Library for the Recent Posts, Random Posts, Recent Comments, and Similar Posts plugins
9
  -- provides the routines which evaluate output template tags
1
  <?php
2
+
 
 
 
 
3
  /*
4
  Library for the Recent Posts, Random Posts, Recent Comments, and Similar Posts plugins
5
  -- provides the routines which evaluate output template tags
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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,7 +23,7 @@ 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 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
 
@@ -66,6 +66,10 @@ Read the <a href="http://wordpress.org/support/plugin/similar-posts">support for
66
 
67
 
68
  == ChangeLog ==
 
 
 
 
69
  * 2.8 - 2018/05/03
70
  * minor update
71
 
@@ -76,7 +80,6 @@ Read the <a href="http://wordpress.org/support/plugin/similar-posts">support for
76
  * minor update
77
 
78
  * 2.7 - 2016/09/13
79
- * WebFactory took over development
80
  * no longer requires any additional plugins
81
  * fixed all notices and errors
82
  * fully compatible with the latest version of WP
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.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, check out our other [Related Posts WordPress plugin](https://shrlc.com/yPInQlI).
27
 
28
  [Shareaholic Blog](https://blog.shareaholic.com/) | [Privacy](https://shareaholic.com/privacy/) | [Terms](https://shareaholic.com/terms/)
29
 
66
 
67
 
68
  == ChangeLog ==
69
+
70
+ * 2.8.1 - 2018/05/03
71
+ * minor update
72
+
73
  * 2.8 - 2018/05/03
74
  * minor update
75
 
80
  * minor update
81
 
82
  * 2.7 - 2016/09/13
 
83
  * no longer requires any additional plugins
84
  * fixed all notices and errors
85
  * fully compatible with the latest version of WP
similar-posts-admin.php CHANGED
@@ -1,9 +1,4 @@
1
  <?php
2
- /*
3
- * Similar Posts
4
- * (c) Web factory Ltd, 2008 - 2017
5
- */
6
-
7
 
8
  // Admin stuff for Similar Posts Plugin, Version 2.6.2.0
9
 
1
  <?php
 
 
 
 
 
2
 
3
  // Admin stuff for Similar Posts Plugin, Version 2.6.2.0
4
 
similar-posts.php CHANGED
@@ -3,25 +3,10 @@
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
10
-
11
- Copyright 2008 - 2017 Web factory Ltd (email : similarposts@webfactoryltd.com)
12
-
13
- This program is free software; you can redistribute it and/or modify
14
- it under the terms of the GNU General Public License, version 2, as
15
- published by the Free Software Foundation.
16
-
17
- This program is distributed in the hope that it will be useful,
18
- but WITHOUT ANY WARRANTY; without even the implied warranty of
19
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
- GNU General Public License for more details.
21
-
22
- You should have received a copy of the GNU General Public License
23
- along with this program; if not, write to the Free Software
24
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25
  */
26
 
27
 
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.9
7
+ Author: Shareaholic
8
+ Author URI: https://shareaholic.com
9
  Text Domain: similar-posts
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  */
11
 
12
 
uninstall.php CHANGED
@@ -1,9 +1,4 @@
1
  <?php
2
- /*
3
- * Similar Posts
4
- * (c) Web factory Ltd, 2008 - 2017
5
- */
6
-
7
 
8
  if (defined('ABSPATH') && defined('WP_UNINSTALL_PLUGIN')) {
9
  global $wpdb, $table_prefix;
1
  <?php
 
 
 
 
 
2
 
3
  if (defined('ABSPATH') && defined('WP_UNINSTALL_PLUGIN')) {
4
  global $wpdb, $table_prefix;