Skip to content

Commit

Permalink
Release 3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatt committed May 25, 2018
1 parent d2926d5 commit 854ebc4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion disqus/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: disqus, alexkingorg, crowdfavorite, zeeg, tail, thetylerhayes, rya
Tags: comments, threaded, email, notification, spam, avatars, community, profile, widget, disqus
Requires at least: 4.4
Tested up to: 4.9.4
Stable tag: 3.0.15
Stable tag: 3.0.16
Requires PHP: 5.4

Disqus is the web's most popular comment system. Use Disqus to increase engagement, retain readers, and grow your audience.
Expand Down Expand Up @@ -97,6 +97,8 @@ Check out our [WordPress Troubleshooting guide](https://help.disqus.com/customer

**NOTE: It is recommended that you [backup your database](http://codex.wordpress.org/Backing_Up_Your_Database) before installing the plugin.**

https://www.youtube.com/watch?v=a4JBJXyuaFk

= Syncing comments to WordPress =
Comment Syncing copies comments made in Disqus to your WordPress installation as backup in case you ever decide to switch back to native WordPress comments. Syncing is not enabled by default. To enable syncing, you'll need to set it up either by creating an API application (follow [instructions here](https://help.disqus.com/customer/portal/articles/960360)) or via Automatic Installation in the plugin.

Expand All @@ -122,6 +124,11 @@ Go to [https://disqus.com/help/wordpress](https://disqus.com/help/wordpress)

== Changelog ==

= 3.0.16 =

* Add a manual syncing option that allows retroactive syncing within a selected date range
* Fixed bug where SSO avatar URLs were malformed (Thanks to [klaufel](https://github.com/disqus/disqus-wordpress-plugin/pull/49))

= 3.0.15 =

* Fixed bug preventing sites from importing WordPress comments to Disqus
Expand Down
4 changes: 2 additions & 2 deletions disqus/disqus.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Disqus for WordPress
* Plugin URI: https://disqus.com/
* Description: Disqus helps publishers increase engagement and build loyal audiences. Supports syncing comments to your database for easy backup.
* Version: 3.0.15
* Version: 3.0.16
* Author: Disqus
* Author URI: https://disqus.com/
* License: GPL-2.0+
Expand All @@ -24,7 +24,7 @@
* Domain Path: /languages
*/

$DISQUSVERSION = '3.0.15';
$DISQUSVERSION = '3.0.16';

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "disqus-wordpress-plugin",
"version": "3.0.15",
"version": "3.0.16",
"description": "",
"main": "frontend/src/js/index.js",
"scripts": {
Expand Down

0 comments on commit 854ebc4

Please sign in to comment.