From 3d2b9d3a120a950378716afe0b068c8bbd254dce Mon Sep 17 00:00:00 2001 From: Brett Stevenson Date: Mon, 4 Jan 2021 15:36:31 -0800 Subject: [PATCH] Bump package version --- disqus/README.txt | 2 +- disqus/disqus.php | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/disqus/README.txt b/disqus/README.txt index d9e7fd4..cd16cca 100755 --- a/disqus/README.txt +++ b/disqus/README.txt @@ -3,7 +3,7 @@ Contributors: disqus, alexkingorg, crowdfavorite, zeeg, tail, thetylerhayes, rya Tags: disqus, comments, engagement, threaded, email, notification, spam, avatars, community, profile, widget Requires at least: 4.4 Tested up to: 5.6 -Stable tag: 3.0.17 +Stable tag: 3.0.18 Requires PHP: 5.4 Disqus is the web's most popular comment system. Use Disqus to increase engagement, retain readers, and grow your audience. diff --git a/disqus/disqus.php b/disqus/disqus.php index d753548..c976920 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.17 + * Version: 3.0.18 * Author: Disqus * Author URI: https://disqus.com/ * License: GPL-2.0+ @@ -24,7 +24,7 @@ * Domain Path: /languages */ -$DISQUSVERSION = '3.0.17'; +$DISQUSVERSION = '3.0.18'; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { diff --git a/package.json b/package.json index ff90cee..3f54051 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "disqus-wordpress-plugin", - "version": "3.0.17", - "description": "", + "version": "3.0.18", + "description": "A WordPress plugin that allows site owners to easily replace the default commenting system with Disqus", "main": "frontend/src/js/index.js", "scripts": { "build": "yarn run build:dev && yarn run build:dist",