Skip to content

Commit

Permalink
Trying to Deploy WP (#70)
Browse files Browse the repository at this point in the history
Release 3.0.17
  • Loading branch information
gddh authored and tail committed Mar 4, 2019
1 parent f488207 commit bbdc1f9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 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: 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.
Expand Down Expand Up @@ -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
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.16
* Version: 3.0.17
* Author: Disqus
* Author URI: https://disqus.com/
* License: GPL-2.0+
Expand All @@ -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' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion disqus/rest-api/class-disqus-rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.16",
"version": "3.0.17",
"description": "",
"main": "frontend/src/js/index.js",
"scripts": {
Expand Down

0 comments on commit bbdc1f9

Please sign in to comment.