Plugin Directory

Changeset 3063011


Ignore:
Timestamp:
04/02/2024 10:34:23 PM (2 years ago)
Author:
Disqus
Message:

Preparing for 3.1.1 release

Location:
disqus-comment-system/trunk
Files:
4 added
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • disqus-comment-system/trunk/README.txt

    r3062199 r3063011  
    33Tags: disqus, comments, engagement, threaded, email, notification, spam, avatars, community, profile, widget
    44Requires at least: 4.4
    5 Tested up to: 6.4.2
    6 Stable tag: 3.1
     5Tested up to: 6.5
     6Stable tag: 3.1.1
    77Requires PHP: 5.6
    88
     
    126126
    127127== Changelog ==
     128= 3.1.1 =
     129* Add WP 6.5 to Github Actions CI
     130
    128131= 3.1 =
    129132* Disqus Embed now loads correctly on WordPress Block Themes.
  • disqus-comment-system/trunk/disqus.php

    r3062199 r3063011  
    1616 * Plugin URI:        https://disqus.com/
    1717 * Description:       Disqus helps publishers increase engagement and build loyal audiences. Supports syncing comments to your database for easy backup.
    18  * Version:           3.1
     18 * Version:           3.1.1
    1919 * Author:            Disqus
    2020 * Author URI:        https://disqus.com/
     
    2525 */
    2626
    27 $DISQUSVERSION = '3.1';
     27$DISQUSVERSION = '3.1.1';
    2828
    2929// If this file is called directly, abort.
Note: See TracChangeset for help on using the changeset viewer.