From bbdc1f9fe9452133b865c7547ed34cf52d45a0de Mon Sep 17 00:00:00 2001 From: gddh Date: Mon, 4 Mar 2019 10:50:22 -0800 Subject: [PATCH] Trying to Deploy WP (#70) Release 3.0.17 --- disqus/README.txt | 6 +++++- disqus/disqus.php | 4 ++-- disqus/rest-api/class-disqus-rest-api.php | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/disqus/README.txt b/disqus/README.txt index 9ff09ab..390a6d1 100755 --- a/disqus/README.txt +++ b/disqus/README.txt @@ -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: 5.1 -Stable tag: 3.0.16 +Stable tag: 3.0.17 Requires PHP: 5.4 Disqus is the web's most popular comment system. Use Disqus to increase engagement, retain readers, and grow your audience. @@ -124,6 +124,10 @@ Go to [https://disqus.com/help/wordpress](https://disqus.com/help/wordpress) == Changelog == += 3.0.17 = +* Bumping version for WP 5.1 version bump. (Changes to README versions and main php file's version) +* Fixed Undefined index bug where HTTP_HOST could not find web server + = 3.0.16 = * Add a manual syncing option that allows retroactive syncing within a selected date range diff --git a/disqus/disqus.php b/disqus/disqus.php index e63a9d1..d753548 100755 --- a/disqus/disqus.php +++ b/disqus/disqus.php @@ -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.16 + * Version: 3.0.17 * Author: Disqus * Author URI: https://disqus.com/ * License: GPL-2.0+ @@ -24,7 +24,7 @@ * Domain Path: /languages */ -$DISQUSVERSION = '3.0.16'; +$DISQUSVERSION = '3.0.17'; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { diff --git a/disqus/rest-api/class-disqus-rest-api.php b/disqus/rest-api/class-disqus-rest-api.php index c2bfd25..a6bb318 100644 --- a/disqus/rest-api/class-disqus-rest-api.php +++ b/disqus/rest-api/class-disqus-rest-api.php @@ -634,7 +634,7 @@ private function disable_sync() { * Queries the WordPress database for existing comment by dsq_post_id. Creates or updates if comment found * in the WordPress database given a Disqus post. * - * @since 3.0.16 + * @since 3.0.17 * @param array $post The Disqus post object. * @return int The created or updated comment ID. * @throws Exception An exception if comment can't be saved from post data. diff --git a/package.json b/package.json index a69695c..ff90cee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "disqus-wordpress-plugin", - "version": "3.0.16", + "version": "3.0.17", "description": "", "main": "frontend/src/js/index.js", "scripts": {