Skip to content

Commit

Permalink
update versioning to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian committed Apr 2, 2024
1 parent bb636ea commit f48f3b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 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: disqus, comments, engagement, threaded, email, notification, spam, avatars, community, profile, widget
Requires at least: 4.4
Tested up to: 6.5
Stable tag: 3.1
Stable tag: 3.1.1
Requires PHP: 5.6

Disqus is the web's most popular comment system. Use Disqus to increase engagement, retain readers, and grow your audience.
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.1
* Version: 3.1.1
* Author: Disqus
* Author URI: https://disqus.com/
* License: GPL-2.0+
Expand All @@ -24,7 +24,7 @@
* Domain Path: /languages
*/

$DISQUSVERSION = '3.1';
$DISQUSVERSION = '3.1.1';

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/ts/components/WhatsNew.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';

const latestVersion: String = '3.1';
const latestVersion: String = '3.1.1';
const updates: Array<String> = [
'The Disqus Embed will now render properly on sites using WordPress Block Themes in addition to Classic Themes',
'A refreshed UI for the Disqus plugin admin panel',
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.1",
"version": "3.1.1",
"description": "A WordPress plugin that allows site owners to easily replace the default commenting system with Disqus",
"main": "frontend/src/js/index.js",
"scripts": {
Expand Down

0 comments on commit f48f3b8

Please sign in to comment.