Version Description
Download this release
Release Info
Developer | teamplaylotto |
Plugin | CommentLuv |
Version | 2.7.6.8 |
Comparing to | |
See all releases |
Code changes from version 2.7.66 to 2.7.6.8
- commentluv-manager.php +2 -1
- commentluv.php +2 -1
- images/nothing.gif +0 -0
- readme.txt +9 -2
commentluv-manager.php
CHANGED
@@ -29,7 +29,8 @@
|
|
29 |
</p>
|
30 |
<p>
|
31 |
<input type="checkbox" name="cl_use_template" <?php echo $use_template;?>/>
|
32 |
-
<label for="cl_use_template"><?php _e('Use template insert to show badge and checkbox?',$this->plugin_domain);?>
|
|
|
33 |
</p>
|
34 |
<h3><?php _e('Display Badge',$this->plugin_domain);?></h3>
|
35 |
<p><?php _e('Many thanks to <a href="http://byteful.com">Byteful Traveller</a> for creating these images.',$this->plugin_domain);?></p>
|
29 |
</p>
|
30 |
<p>
|
31 |
<input type="checkbox" name="cl_use_template" <?php echo $use_template;?>/>
|
32 |
+
<label for="cl_use_template"><?php _e('Use template insert to show badge and checkbox?',$this->plugin_domain);?>
|
33 |
+
<br><strong><?php _e('Do NOT check this unless you have manually inserted the code into your comments.php file ',$this->plugin_domain);?> </strong><br>( <?php cl_display_badge(); ?> )</label>
|
34 |
</p>
|
35 |
<h3><?php _e('Display Badge',$this->plugin_domain);?></h3>
|
36 |
<p><?php _e('Many thanks to <a href="http://byteful.com">Byteful Traveller</a> for creating these images.',$this->plugin_domain);?></p>
|
commentluv.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Plugin Name: CommentLuv
|
3 |
Plugin URI: http://comluv.com/download/commentluv-wordpress/
|
4 |
Description: Plugin to show a link to the last post from the commenters blog by parsing the feed at their given URL when they leave a comment. Rewards your readers and encourage more comments.
|
5 |
-
Version: 2.7.
|
6 |
Author: Andy Bailey
|
7 |
Author URI: http://fiddyp.co.uk/
|
8 |
*/
|
@@ -396,6 +396,7 @@ if (! class_exists ( 'commentluv' )) {
|
|
396 |
curl_setopt ( $curl, CURLOPT_URL, $url );
|
397 |
curl_setopt ( $curl, CURLOPT_HEADER, 0 );
|
398 |
curl_setopt ( $curl, CURLOPT_RETURNTRANSFER, TRUE );
|
|
|
399 |
curl_setopt ( $curl, CURLOPT_TIMEOUT, 7 );
|
400 |
$content = curl_exec ( $curl );
|
401 |
if (! curl_error ( $curl )) {
|
2 |
Plugin Name: CommentLuv
|
3 |
Plugin URI: http://comluv.com/download/commentluv-wordpress/
|
4 |
Description: Plugin to show a link to the last post from the commenters blog by parsing the feed at their given URL when they leave a comment. Rewards your readers and encourage more comments.
|
5 |
+
Version: 2.7.68
|
6 |
Author: Andy Bailey
|
7 |
Author URI: http://fiddyp.co.uk/
|
8 |
*/
|
396 |
curl_setopt ( $curl, CURLOPT_URL, $url );
|
397 |
curl_setopt ( $curl, CURLOPT_HEADER, 0 );
|
398 |
curl_setopt ( $curl, CURLOPT_RETURNTRANSFER, TRUE );
|
399 |
+
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 4);
|
400 |
curl_setopt ( $curl, CURLOPT_TIMEOUT, 7 );
|
401 |
$content = curl_exec ( $curl );
|
402 |
if (! curl_error ( $curl )) {
|
images/nothing.gif
ADDED
Binary file
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: @commentluv (concept & coding)
|
|
3 |
Donate link:http://comluv.com/about/donate
|
4 |
Tags: commentluv, comments, last blog post, linkluv
|
5 |
Requires at least: 2.8
|
6 |
-
Tested up to: 2.9
|
7 |
-
Stable tag: 2.7.
|
8 |
|
9 |
Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
|
10 |
|
@@ -47,6 +47,13 @@ You can submit a support ticket at http://comluv.com
|
|
47 |
|
48 |
== ChangeLog ==
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
= 2.766 =
|
51 |
* Check if function has been called before to prevent two links being added.
|
52 |
* updated images (supplied by http://byteful.com)
|
3 |
Donate link:http://comluv.com/about/donate
|
4 |
Tags: commentluv, comments, last blog post, linkluv
|
5 |
Requires at least: 2.8
|
6 |
+
Tested up to: 2.9.2
|
7 |
+
Stable tag: 2.7.68
|
8 |
|
9 |
Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
|
10 |
|
47 |
|
48 |
== ChangeLog ==
|
49 |
|
50 |
+
= 2.768 =
|
51 |
+
* Added nothing.gif to images (for updated error message from API)
|
52 |
+
|
53 |
+
= 2.767 =
|
54 |
+
* Added conncettimeout to curl call
|
55 |
+
* Added warning next to 'use template insert' checkbox in settings page
|
56 |
+
|
57 |
= 2.766 =
|
58 |
* Check if function has been called before to prevent two links being added.
|
59 |
* updated images (supplied by http://byteful.com)
|