Contextual Related Posts - Version 1.7.4

Version Description

  • Fixed: Clash with YARPP

=

Download this release

Release Info

Developer Ajay
Plugin Icon 128x128 Contextual Related Posts
Version 1.7.4
Comparing to
See all releases

Code changes from version 1.7.3 to 1.7.4

Files changed (2) hide show
  1. contextual-related-posts.php +1 -8
  2. readme.txt +6 -2
contextual-related-posts.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Contextual Related Posts
4
- Version: 1.7.3
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/
6
  Description: Displaying a set of related posts on your website or in your feed. Increase reader retention and reduce bounce rates
7
  Author: Ajay D'Souza
@@ -153,13 +153,6 @@ function echo_ald_crp() {
153
  echo $output;
154
  }
155
 
156
- if (!function_exists('related_posts')) {
157
- function related_posts() {
158
- $output = ald_crp();
159
- echo $output;
160
- }
161
- }
162
-
163
  // Default Options
164
  function crp_default_options() {
165
  global $crp_url;
1
  <?php
2
  /*
3
  Plugin Name: Contextual Related Posts
4
+ Version: 1.7.4
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/
6
  Description: Displaying a set of related posts on your website or in your feed. Increase reader retention and reduce bounce rates
7
  Author: Ajay D'Souza
153
  echo $output;
154
  }
155
 
 
 
 
 
 
 
 
156
  // Default Options
157
  function crp_default_options() {
158
  global $crp_url;
readme.txt CHANGED
@@ -32,12 +32,16 @@ The list is based on the content of the title and/or content of the posts which
32
 
33
  == Upgrade Notice ==
34
 
35
- = 1.7.3 =
36
- * Fixed: Donation link
37
 
38
 
39
  == Changelog ==
40
 
 
 
 
 
41
  = 1.7.3 =
42
  * Fixed: Donation link
43
 
32
 
33
  == Upgrade Notice ==
34
 
35
+ = 1.7.4 =
36
+ * Fixed: Clash with YARPP
37
 
38
 
39
  == Changelog ==
40
 
41
+ = 1.7.4 =
42
+ * Fixed: Clash with YARPP
43
+
44
+
45
  = 1.7.3 =
46
  * Fixed: Donation link
47