Version Description
Download this release
Release Info
Developer | WebFactory |
Plugin | Similar Posts – Best Related Posts Plugin for WordPress |
Version | 2.71 |
Comparing to | |
See all releases |
Code changes from version 2.7 to 2.71
- admin-subpages.php +1 -1
- admin_common_functions.php +1 -1
- common_functions.php +1 -1
- output_tags.php +1 -3
- readme.txt +7 -4
- similar-posts-admin.php +1 -3
- similar-posts.php +2 -2
- uninstall.php +1 -1
admin-subpages.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
-
* (c) Web factory Ltd, 2008 -
|
5 |
*/
|
6 |
|
7 |
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
+
* (c) Web factory Ltd, 2008 - 2017
|
5 |
*/
|
6 |
|
7 |
|
admin_common_functions.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
-
* (c) Web factory Ltd, 2008 -
|
5 |
*/
|
6 |
|
7 |
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
+
* (c) Web factory Ltd, 2008 - 2017
|
5 |
*/
|
6 |
|
7 |
|
common_functions.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
-
* (c) Web factory Ltd, 2008 -
|
5 |
*/
|
6 |
|
7 |
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
+
* (c) Web factory Ltd, 2008 - 2017
|
5 |
*/
|
6 |
|
7 |
|
output_tags.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
-
* (c) Web factory Ltd, 2008 -
|
5 |
*/
|
6 |
|
7 |
/*
|
@@ -1071,5 +1071,3 @@ function oth_regescape($s) {
|
|
1071 |
$s = str_replace(']', '\\]', $s);
|
1072 |
return $s;
|
1073 |
}
|
1074 |
-
|
1075 |
-
?>
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
+
* (c) Web factory Ltd, 2008 - 2017
|
5 |
*/
|
6 |
|
7 |
/*
|
1071 |
$s = str_replace(']', '\\]', $s);
|
1072 |
return $s;
|
1073 |
}
|
|
|
|
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
=== Similar Posts - Powerful Related Posts Plugin ===
|
2 |
Contributors: WebFactory
|
3 |
-
Tags:
|
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.
|
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 |
|
@@ -68,6 +68,9 @@ Read the <a href="http://wordpress.org/support/plugin/similar-posts">support for
|
|
68 |
|
69 |
== ChangeLog ==
|
70 |
|
|
|
|
|
|
|
71 |
* 2.7 - 2016/09/13
|
72 |
* WebFactory took over development
|
73 |
* no longer requires any additional plugins
|
1 |
+
=== Similar Posts - Powerful Related Posts Plugin for WordPress ===
|
2 |
Contributors: WebFactory
|
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.7
|
8 |
+
Stable tag: 2.71
|
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 |
|
68 |
|
69 |
== ChangeLog ==
|
70 |
|
71 |
+
* 2.71 - 2017/04/02
|
72 |
+
* minor update
|
73 |
+
|
74 |
* 2.7 - 2016/09/13
|
75 |
* WebFactory took over development
|
76 |
* no longer requires any additional plugins
|
similar-posts-admin.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
-
* (c) Web factory Ltd, 2008 -
|
5 |
*/
|
6 |
|
7 |
|
@@ -725,5 +725,3 @@ if (!function_exists('ppl_plugin_basename')) {
|
|
725 |
}
|
726 |
|
727 |
add_action('activate_'.str_replace('-admin', '', ppl_plugin_basename(__FILE__)), 'similar_posts_install');
|
728 |
-
|
729 |
-
?>
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
+
* (c) Web factory Ltd, 2008 - 2017
|
5 |
*/
|
6 |
|
7 |
|
725 |
}
|
726 |
|
727 |
add_action('activate_'.str_replace('-admin', '', ppl_plugin_basename(__FILE__)), 'similar_posts_install');
|
|
|
|
similar-posts.php
CHANGED
@@ -3,12 +3,12 @@
|
|
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
|
10 |
|
11 |
-
Copyright 2008 -
|
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
|
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.71
|
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
|
uninstall.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
-
* (c) Web factory Ltd, 2008 -
|
5 |
*/
|
6 |
|
7 |
|
1 |
<?php
|
2 |
/*
|
3 |
* Similar Posts
|
4 |
+
* (c) Web factory Ltd, 2008 - 2017
|
5 |
*/
|
6 |
|
7 |
|