Contextual Related Posts - Version 1.7.3

Version Description

  • Fixed: Donation link

=

Download this release

Release Info

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

Code changes from version 1.7.2 to 1.7.3

Files changed (3) hide show
  1. admin.inc.php +1 -1
  2. contextual-related-posts.php +1 -1
  3. readme.txt +5 -3
admin.inc.php CHANGED
@@ -89,7 +89,7 @@ function crp_options() {
89
  <div id="donate-form">
90
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
91
  <input type="hidden" name="cmd" value="_xclick">
92
- <input type="hidden" name="business" value="KGVN7LJLLZCMY">
93
  <input type="hidden" name="lc" value="IN">
94
  <input type="hidden" name="item_name" value="Donation for Contextual Related Posts">
95
  <input type="hidden" name="item_number" value="crp">
89
  <div id="donate-form">
90
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
91
  <input type="hidden" name="cmd" value="_xclick">
92
+ <input type="hidden" name="business" value="donate@ajaydsouza.com">
93
  <input type="hidden" name="lc" value="IN">
94
  <input type="hidden" name="item_name" value="Donation for Contextual Related Posts">
95
  <input type="hidden" name="item_number" value="crp">
contextual-related-posts.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Contextual Related Posts
4
- Version: 1.7.2
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
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
readme.txt CHANGED
@@ -32,13 +32,15 @@ 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.2 =
36
- * Fixed: Title attribute was missing for the thumbnails
37
- * Modified: Reverted the output code to v1.6.5 style with `img` wrapped in its own `a` tag
38
 
39
 
40
  == Changelog ==
41
 
 
 
 
42
  = 1.7.2 =
43
  * Fixed: Title attribute was missing for the thumbnails
44
  * Modified: Reverted the output code to v1.6.5 style with `img` wrapped in its own `a` tag
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
+
44
  = 1.7.2 =
45
  * Fixed: Title attribute was missing for the thumbnails
46
  * Modified: Reverted the output code to v1.6.5 style with `img` wrapped in its own `a` tag