Version Description
Download this release
Release Info
Developer | Disqus |
Plugin | Disqus Comment System |
Version | 2.31.8600 |
Comparing to | |
See all releases |
Code changes from version 2.3.8581 to 2.31.8600
- disqus.php +2 -2
- readme.txt +1 -1
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 <team@disqus.com>
|
7 |
-
Version: 2.
|
8 |
Author URI: http://disqus.com/
|
9 |
*/
|
10 |
|
@@ -48,7 +48,7 @@ define('DSQ_PLUGIN_URL', WP_CONTENT_URL . '/plugins/' . dsq_plugin_basename(__FI
|
|
48 |
* @global string $dsq_version
|
49 |
* @since 1.0
|
50 |
*/
|
51 |
-
$dsq_version = '2.
|
52 |
$mt_dsq_version = '2.01';
|
53 |
/**
|
54 |
* Response from Disqus get_thread API call for comments template.
|
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 <team@disqus.com>
|
7 |
+
Version: 2.31.8600
|
8 |
Author URI: http://disqus.com/
|
9 |
*/
|
10 |
|
48 |
* @global string $dsq_version
|
49 |
* @since 1.0
|
50 |
*/
|
51 |
+
$dsq_version = '2.31';
|
52 |
$mt_dsq_version = '2.01';
|
53 |
/**
|
54 |
* Response from Disqus get_thread API call for comments template.
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: disqus, alexkingorg, crowdfavorite
|
|
3 |
Tags: comments, threaded, email, notification, spam, avatars, community, profile, widget
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 2.9.2
|
6 |
-
Stable tag: 2.
|
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.8
|
5 |
Tested up to: 2.9.2
|
6 |
+
Stable tag: 2.31.8600
|
7 |
|
8 |
The Disqus comment system replaces your WordPress comment system with your comments hosted and powered by Disqus.
|
9 |
|