Disqus Comment System - Version 2.11.4349

Version Description

Download this release

Release Info

Developer Disqus
Plugin Icon Disqus Comment System
Version 2.11.4349
Comparing to
See all releases

Code changes from version 2.1.4342 to 2.11.4349

Files changed (3) hide show
  1. disqus.php +2 -2
  2. readme.txt +1 -1
  3. xd_receiver.htm +1 -0
disqus.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: DISQUS Comment System
4
  Plugin URI: http://disqus.com/
5
  Description: The DISQUS comment system replaces your WordPress comment system with your comments hosted and powered by DISQUS. Head over to the Comments admin page to set up your DISQUS Comment System.
6
  Author: DISQUS.com <team@disqus.com>
7
- Version: 2.1-4342
8
  Author URI: http://disqus.com/
9
 
10
  */
@@ -49,7 +49,7 @@ define('DSQ_PLUGIN_URL', WP_CONTENT_URL . '/plugins/' . dsq_plugin_basename(__FI
49
  * @global string $dsq_version
50
  * @since 1.0
51
  */
52
- $dsq_version = '2.1';
53
  /**
54
  * Response from DISQUS get_thread API call for comments template.
55
  *
4
  Plugin URI: http://disqus.com/
5
  Description: The DISQUS comment system replaces your WordPress comment system with your comments hosted and powered by DISQUS. Head over to the Comments admin page to set up your DISQUS Comment System.
6
  Author: DISQUS.com <team@disqus.com>
7
+ Version: 2.11.4349
8
  Author URI: http://disqus.com/
9
 
10
  */
49
  * @global string $dsq_version
50
  * @since 1.0
51
  */
52
+ $dsq_version = '2.11';
53
  /**
54
  * Response from DISQUS get_thread API call for comments template.
55
  *
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: DISQUS.com <team@disqus.com>
3
  Tags: comments, threaded, email, notification, spam, avatars, community, profile, widget
4
  Requires at least: 2.0
5
  Tested up to: 2.7
6
- Stable tag: 2.1.4342
7
 
8
  The DISQUS comment system replaces your WordPress comment system with your comments hosted and powered by DISQUS.
9
 
3
  Tags: comments, threaded, email, notification, spam, avatars, community, profile, widget
4
  Requires at least: 2.0
5
  Tested up to: 2.7
6
+ Stable tag: 2.11.4349
7
 
8
  The DISQUS comment system replaces your WordPress comment system with your comments hosted and powered by DISQUS.
9
 
xd_receiver.htm ADDED
@@ -0,0 +1 @@
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <body> <script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/XdCommReceiver.js" type="text/javascript"></script> </body> </html>